Home
last modified time | relevance | path

Searched defs:res (Results 1726 - 1750 of 3272) sorted by relevance

1...<<61626364656667686970>>...131

/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_clear.c74 struct crocus_resource *res = (void *) p_res; in can_fast_clear_color() local
120 convert_fast_clear_color(struct crocus_context *ice, struct crocus_resource *res, enum isl_format render_format, const union isl_color_value color) convert_fast_clear_color() argument
198 fast_clear_color(struct crocus_context *ice, struct crocus_resource *res, unsigned level, const struct pipe_box *box, enum isl_format format, union isl_color_value color, enum blorp_batch_flags blorp_flags) fast_clear_color() argument
335 struct crocus_resource *res = (void *) p_res; clear_color() local
395 can_fast_clear_depth(struct crocus_context *ice, struct crocus_resource *res, unsigned level, const struct pipe_box *box, bool render_condition_enabled, float depth) can_fast_clear_depth() argument
451 fast_clear_depth(struct crocus_context *ice, struct crocus_resource *res, unsigned level, const struct pipe_box *box, float depth) fast_clear_depth() argument
549 struct crocus_resource *res = (void *) p_res; clear_depth_stencil() local
717 struct crocus_resource *res = (void *) p_res; crocus_clear_texture() local
745 struct crocus_resource *res = (void *) p_res; crocus_clear_texture() local
[all...]
H A Dcrocus_blt.c134 static inline int crocus_resource_blt_pitch(struct crocus_resource *res) in crocus_resource_blt_pitch() argument
/third_party/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_resource.c672 etna_resource_status(struct etna_context *ctx, struct etna_resource *res) in etna_resource_status() argument
/third_party/musl/libc-test/src/functionalext/trace/
H A Dtrace_marker.c620 int res; in trace_marker_0070() local
734 int res; in trace_marker_0080() local
837 int res; trace_marker_0090() local
[all...]
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_transfer.c373 nvc0_miptree_transfer_map(struct pipe_context *pctx, struct pipe_resource *res, unsigned level, unsigned usage, const struct pipe_box *box, struct pipe_transfer **ptransfer) nvc0_miptree_transfer_map() argument
539 nvc0_cb_push(struct nouveau_context *nv, struct nv04_resource *res, unsigned offset, unsigned words, const uint32_t *data) nvc0_cb_push() argument
[all...]
H A Dnve4_compute.c223 struct nv04_resource *res = nv04_resource(view->resource); in gm107_compute_validate_surfaces() local
308 struct nv04_resource *res = nv04_resource(view->resource); in nve4_compute_validate_surfaces() local
414 struct nv04_resource *res = nve4_compute_validate_constbufs() local
468 struct nv04_resource *res = nve4_compute_validate_buffers() local
545 struct nv04_resource *res = nv04_resource(info->indirect); nve4_compute_upload_input() local
609 struct nv04_resource *res = nve4_compute_setup_buf_cb() local
821 nve4_upload_indirect_desc(struct nouveau_pushbuf *push, struct nv04_resource *res, uint64_t gpuaddr, uint32_t length, uint32_t bo_offset) nve4_upload_indirect_desc() argument
898 struct nv04_resource *res = nv04_resource(info->indirect); nve4_launch_grid() local
960 struct nv04_resource *res; nve4_compute_validate_textures() local
[all...]
/third_party/node/deps/openssl/openssl/crypto/bn/
H A Dbn_nist.c362 BN_ULONG c_d[BN_NIST_192_TOP], *res; in BN_nist_mod_192() local
498 BN_ULONG c_d[BN_NIST_224_TOP], *res; in BN_nist_mod_224() local
670 BN_ULONG c_d[BN_NIST_256_TOP], *res; in BN_nist_mod_256() local
907 BN_ULONG c_d[BN_NIST_384_TOP], *res; in BN_nist_mod_384() local
1160 BN_ULONG *r_d, *a_d = a->d, t_d[BN_NIST_521_TOP], val, tmp, *res; BN_nist_mod_521() local
[all...]
/third_party/node/deps/openssl/openssl/crypto/crmf/
H A Dcrmf_lib.c291 int64_t res; in crmf_asn1_get_int() local
/third_party/node/deps/openssl/openssl/providers/fips/
H A Dself_test.c381 int res, loclstate; in ossl_prov_is_running() local
/third_party/node/deps/openssl/openssl/providers/implementations/macs/
H A Dkmac_prov.c274 int res, t; in kmac_init() local
/third_party/node/deps/openssl/openssl/providers/implementations/rands/
H A Ddrbg.c88 int res; in get_parent_strength() local
/third_party/node/deps/openssl/openssl/crypto/evp/
H A De_aes_cbc_hmac_sha256.c101 size_t res; in sha256_update() local
523 unsigned int res, maxpad, pad, bitlen; aesni_cbc_hmac_sha256_cipher() local
[all...]
H A De_aes_cbc_hmac_sha1.c106 size_t res; in sha1_update() local
490 unsigned int res, maxpad, pad, bitlen; aesni_cbc_hmac_sha1_cipher() local
[all...]
/third_party/node/deps/openssl/openssl/crypto/property/
H A Dproperty_parse.c95 static int parse_number(const char *t[], OSSL_PROPERTY_DEFINITION *res) in parse_number() argument
125 static int parse_hex(const char *t[], OSSL_PROPERTY_DEFINITION *res) in parse_hex() argument
162 static int parse_oct(const char *t[], OSSL_PROPERTY_DEFINITION *res) in parse_oct() argument
192 parse_string(OSSL_LIB_CTX *ctx, const char *t[], char delim, OSSL_PROPERTY_DEFINITION *res, const int create) parse_string() argument
223 parse_unquoted(OSSL_LIB_CTX *ctx, const char *t[], OSSL_PROPERTY_DEFINITION *res, const int create) parse_unquoted() argument
255 parse_value(OSSL_LIB_CTX *ctx, const char *t[], OSSL_PROPERTY_DEFINITION *res, int create) parse_value() argument
347 OSSL_PROPERTY_LIST *res = NULL; ossl_parse_property() local
407 OSSL_PROPERTY_LIST *res = NULL; ossl_parse_query() local
[all...]
/third_party/node/deps/openssl/openssl/crypto/bio/
H A Dbio_addr.c623 BIO_lookup(const char *host, const char *service, enum BIO_lookup_type lookup_type, int family, int socktype, BIO_ADDRINFO **res) BIO_lookup() argument
652 BIO_lookup_ex(const char *host, const char *service, int lookup_type, int family, int socktype, int protocol, BIO_ADDRINFO **res) BIO_lookup_ex() argument
[all...]
/third_party/node/deps/openssl/openssl/crypto/cmp/
H A Dcmp_vfy.c31 int res = 0; in verify_signature() local
457 int res = 0; in check_msg_find_cert() local
[all...]
/third_party/openssl/test/
H A Dparams_test.c618 int res; in check_int_from_text() local
/third_party/openssl/crypto/bn/
H A Dbn_nist.c340 BN_ULONG c_d[BN_NIST_192_TOP], *res; in BN_nist_mod_192() local
476 BN_ULONG c_d[BN_NIST_224_TOP], *res; in BN_nist_mod_224() local
648 BN_ULONG c_d[BN_NIST_256_TOP], *res; in BN_nist_mod_256() local
885 BN_ULONG c_d[BN_NIST_384_TOP], *res; in BN_nist_mod_384() local
1138 BN_ULONG *r_d, *a_d = a->d, t_d[BN_NIST_521_TOP], val, tmp, *res; BN_nist_mod_521() local
[all...]
/third_party/openssl/crypto/bio/
H A Dbio_addr.c623 BIO_lookup(const char *host, const char *service, enum BIO_lookup_type lookup_type, int family, int socktype, BIO_ADDRINFO **res) BIO_lookup() argument
652 BIO_lookup_ex(const char *host, const char *service, int lookup_type, int family, int socktype, int protocol, BIO_ADDRINFO **res) BIO_lookup_ex() argument
[all...]
/third_party/openssl/crypto/evp/
H A De_aes_cbc_hmac_sha256.c101 size_t res; in sha256_update() local
523 unsigned int res, maxpad, pad, bitlen; aesni_cbc_hmac_sha256_cipher() local
[all...]
H A De_aes_cbc_hmac_sha1.c106 size_t res; in sha1_update() local
490 unsigned int res, maxpad, pad, bitlen; aesni_cbc_hmac_sha1_cipher() local
[all...]
/third_party/openssl/crypto/cmp/
H A Dcmp_vfy.c31 int res = 0; in verify_signature() local
457 int res = 0; in check_msg_find_cert() local
[all...]
/third_party/openssl/crypto/crmf/
H A Dcrmf_lib.c291 int64_t res; in crmf_asn1_get_int() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/compute/
H A DvktComputeShaderBuiltinVarTests.cpp89 UVec3 res; in readResultVec() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/conditional_rendering/
H A DvktConditionalDispatchTests.cpp340 qpTestResult res = QP_TEST_RESULT_PASS; in iterate() local

Completed in 27 milliseconds

1...<<61626364656667686970>>...131