Home
last modified time | relevance | path

Searched refs:nos (Results 1 - 6 of 6) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/x509/
H A Dv3_cpols.c34 static int nref_nos(STACK_OF(ASN1_INTEGER) *nnums, STACK_OF(CONF_VALUE) *nos);
331 STACK_OF(CONF_VALUE) *nos;
338 nos = X509V3_parse_list(cnf->value);
339 if (!nos || !sk_CONF_VALUE_num(nos)) {
342 sk_CONF_VALUE_pop_free(nos, X509V3_conf_free);
345 ret = nref_nos(nref->noticenos, nos);
346 sk_CONF_VALUE_pop_free(nos, X509V3_conf_free);
372 static int nref_nos(STACK_OF(ASN1_INTEGER) *nnums, STACK_OF(CONF_VALUE) *nos)
379 for (i = 0; i < sk_CONF_VALUE_num(nos);
[all...]
/third_party/openssl/crypto/x509/
H A Dv3_cpols.c34 static int nref_nos(STACK_OF(ASN1_INTEGER) *nnums, STACK_OF(CONF_VALUE) *nos);
331 STACK_OF(CONF_VALUE) *nos;
338 nos = X509V3_parse_list(cnf->value);
339 if (!nos || !sk_CONF_VALUE_num(nos)) {
342 sk_CONF_VALUE_pop_free(nos, X509V3_conf_free);
345 ret = nref_nos(nref->noticenos, nos);
346 sk_CONF_VALUE_pop_free(nos, X509V3_conf_free);
372 static int nref_nos(STACK_OF(ASN1_INTEGER) *nnums, STACK_OF(CONF_VALUE) *nos)
379 for (i = 0; i < sk_CONF_VALUE_num(nos);
[all...]
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_program.c1299 if (ish->nos & (1ull << CROCUS_NOS_TEXTURES)) in crocus_update_compiled_vs()
1536 if (tcs && tcs->nos & (1ull << CROCUS_NOS_TEXTURES)) in crocus_update_compiled_tcs()
1670 if (ish->nos & (1ull << CROCUS_NOS_TEXTURES)) in crocus_update_compiled_tes()
1815 if (ish->nos & (1ull << CROCUS_NOS_TEXTURES)) in crocus_update_compiled_gs()
1943 if (ish->nos & (1ull << CROCUS_NOS_TEXTURES)) in crocus_update_compiled_fs()
1948 if (ish->nos & (1ull << CROCUS_NOS_LAST_VUE_MAP)) in crocus_update_compiled_fs()
2613 if (ish->nos & (1ull << CROCUS_NOS_TEXTURES)) in crocus_update_compiled_cs()
2765 ish->nos |= (1ull << CROCUS_NOS_TEXTURES); in crocus_create_vs_state()
2769 ish->nos |= (1ull << CROCUS_NOS_RASTERIZER); in crocus_create_vs_state()
2772 ish->nos | in crocus_create_vs_state()
3016 const uint64_t nos = ish ? ish->nos : 0; bind_shader_state() local
[all...]
H A Dcrocus_context.h316 unsigned nos; member
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_program.c2051 if (ish->nos & (1ull << IRIS_NOS_LAST_VUE_MAP)) in iris_update_compiled_fs()
2607 ish->nos |= (1ull << IRIS_NOS_RASTERIZER); in iris_create_shader_state()
2639 ish->nos |= (1ull << IRIS_NOS_RASTERIZER); in iris_create_shader_state()
2654 ish->nos |= (1ull << IRIS_NOS_RASTERIZER); in iris_create_shader_state()
2661 ish->nos |= (1ull << IRIS_NOS_FRAMEBUFFER) | in iris_create_shader_state()
2668 ish->nos |= (1ull << IRIS_NOS_LAST_VUE_MAP); in iris_create_shader_state()
2787 const uint64_t nos = ish ? ish->nos : 0; in bind_shader_state() local
2804 if (nos & (1 << i)) in bind_shader_state()
H A Diris_context.h426 unsigned nos; member

Completed in 14 milliseconds