Home
last modified time | relevance | path

Searched defs:res (Results 5101 - 5125 of 11589) sorted by relevance

1...<<201202203204205206207208209210>>...464

/third_party/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_blt.c220 struct etna_resource *res = etna_resource(surf->base.texture); in etna_blit_clear_color_blt() local
299 struct etna_resource *res = etna_resource(surf->base.texture); in etna_blit_clear_zs_blt() local
H A Detnaviv_texture_state.c179 struct etna_resource *res = etna_texture_handle_incompatible(pctx, prsc); in etna_create_sampler_view_state() local
[all...]
H A Detnaviv_texture_desc.c65 struct pipe_resource *res; member
143 struct etna_resource *res = etna_texture_handle_incompatible(pctx, prsc); in etna_create_sampler_view_desc() local
233 struct etna_resource *res = etna_resource(sv->base.texture); etna_sampler_view_update_descriptor() local
265 struct etna_resource *res = etna_resource(sv->base.texture); etna_emit_texture_desc() local
[all...]
H A Detnaviv_texture.c187 etna_resource_sampler_compatible(struct etna_resource *res) in etna_resource_sampler_compatible() argument
219 struct etna_resource *res = etna_resource(prsc); in etna_texture_handle_incompatible() local
[all...]
H A Detnaviv_resource.h120 etna_resource_needs_flush(struct etna_resource *res) in etna_resource_needs_flush() argument
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_format_float.c83 LLVMValueRef i32_qnanbit, shift, res; in lp_build_float_to_smallfloat() local
291 LLVMValueRef wasinfnan, tmp, res, shift, maskabs, srcabs, sign; lp_build_smallfloat_to_float() local
[all...]
H A Dlp_bld_flow.c526 LLVMValueRef res; in lp_build_alloca() local
546 LLVMValueRef res; in lp_build_alloca_undef() local
577 LLVMValueRef res; in lp_build_array_alloca() local
[all...]
/third_party/musl/libc-test/src/functional/
H A Ddlopen_ns.c35 void *res = call_dlopen(ndk_so); in system_so_dlopen_ndk_so() local
54 void *res = call_dlopen(system_so); in ndk_so_dlopen_default_ns_so() local
/third_party/musl/Benchmark/musl/
H A Dsocket_test.cpp248 struct addrinfo *res; in ConnectTo() local
294 struct addrinfo *res; in BindAt() local
397 void *res; in StartServer() local
[all...]
/third_party/musl/libc-test/src/functionalext/fortify/
H A Dinvalid_param.c521 void *res; in pthread_join_0100() local
/third_party/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_state_sampler.c217 ASSERTED struct pipe_resource *res = view->texture; in prepare_shader_sampling() local
/third_party/mesa3d/src/gallium/frontends/nine/
H A Dbuffer9.c421 struct pipe_resource *res; in NineBuffer9_Lock() local
H A Dbasetexture9.c193 struct pipe_resource *res; in NineBaseTexture9_UploadSelf() local
419 struct pipe_resource *res; in NineBaseTexture9_CreatePipeResource() local
[all...]
/third_party/musl/libc-test/src/functionalext/unittest/
H A Dunit_test_hilog_adapter.c93 int res = snprintf_s(finalCommand, COMMAND_SIZE, READ_SIZE, "%s%s", command, needToMatch); in CheckHiLogPrint() local
127 int res = snprintf_s(proc_path, PROC_PATH_LENGTH, PROC_PATH_LENGTH - 1, "/proc/%d/fd", getpid()); in CheckHiLogdLinked() local
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dcompute_memory_pool.c546 struct pipe_resource *res = (struct pipe_resource *)item->real_buffer; in compute_memory_free_item() local
H A Dr600_buffer_common.c106 r600_init_resource_fields(struct r600_common_screen *rscreen, struct r600_resource *res, uint64_t size, unsigned alignment) r600_init_resource_fields() argument
165 r600_alloc_resource(struct r600_common_screen *rscreen, struct r600_resource *res) r600_alloc_resource() argument
[all...]
/third_party/node/deps/openssl/openssl/crypto/bio/
H A Dbio_sock.c48 BIO_ADDRINFO *res = NULL; in BIO_get_host_ip() local
77 BIO_ADDRINFO *res = NULL; in BIO_get_port() local
219 BIO_ADDRINFO *res = NULL; BIO_get_accept_socket() local
252 BIO_ADDR res; BIO_accept() local
[all...]
/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/
H A Dcipher_aes_cbc_hmac_sha256_hw.c76 size_t res; in sha256_update() local
492 unsigned int res, maxpad, pad, bitlen; aesni_cbc_hmac_sha256_cipher() local
[all...]
H A Dcipher_aes_cbc_hmac_sha1_hw.c72 size_t res; in sha1_update() local
450 unsigned int res, maxpad, pad, bitlen; aesni_cbc_hmac_sha1_cipher() local
[all...]
/third_party/node/deps/openssl/openssl/providers/implementations/rands/
H A Dcrngt.c95 const int res = memcmp(prev, cur, sz) != 0; in prov_crngt_compare_previous() local
/third_party/node/deps/openssl/openssl/providers/implementations/rands/seeding/
H A Drand_unix.c840 uint64_t res = OPENSSL_rdtsc(); in get_timer_bits() local
/third_party/node/deps/openssl/openssl/crypto/store/
H A Dstore_register.c33 OSSL_STORE_LOADER *res = NULL; in OSSL_STORE_LOADER_new() local
/third_party/node/deps/openssl/openssl/crypto/evp/
H A Dmac_lib.c133 int res; in evp_mac_final() local
253 unsigned char *res = NULL; in EVP_Q_mac() local
/third_party/node/deps/openssl/openssl/crypto/ffc/
H A Dffc_params_generate.c191 generate_p(BN_CTX *ctx, const EVP_MD *evpmd, int max_counter, int n, unsigned char *buf, size_t buf_len, const BIGNUM *q, BIGNUM *p, int L, BN_GENCB *cb, int *counter, int *res) generate_p() argument
313 generate_q_fips186_4(BN_CTX *ctx, BIGNUM *q, const EVP_MD *evpmd, int qsize, unsigned char *seed, size_t seedlen, int generate_seed, int *retm, int *res, BN_GENCB *cb) generate_q_fips186_4() argument
386 generate_q_fips186_2(BN_CTX *ctx, BIGNUM *q, const EVP_MD *evpmd, unsigned char *buf, unsigned char *seed, size_t qsize, int generate_seed, int *retm, int *res, BN_GENCB *cb) generate_q_fips186_2() argument
513 ossl_ffc_params_FIPS186_4_gen_verify(OSSL_LIB_CTX *libctx, FFC_PARAMS *params, int mode, int type, size_t L, size_t N, int *res, BN_GENCB *cb) ossl_ffc_params_FIPS186_4_gen_verify() argument
806 ossl_ffc_params_FIPS186_2_gen_verify(OSSL_LIB_CTX *libctx, FFC_PARAMS *params, int mode, int type, size_t L, size_t N, int *res, BN_GENCB *cb) ossl_ffc_params_FIPS186_2_gen_verify() argument
1036 ossl_ffc_params_FIPS186_4_generate(OSSL_LIB_CTX *libctx, FFC_PARAMS *params, int type, size_t L, size_t N, int *res, BN_GENCB *cb) ossl_ffc_params_FIPS186_4_generate() argument
1046 ossl_ffc_params_FIPS186_2_generate(OSSL_LIB_CTX *libctx, FFC_PARAMS *params, int type, size_t L, size_t N, int *res, BN_GENCB *cb) ossl_ffc_params_FIPS186_2_generate() argument
[all...]
/third_party/node/deps/openssl/openssl/crypto/
H A Dpassphrase.c123 int prompt_idx = -1, verify_idx = -1, res; in do_ui_passphrase() local

Completed in 21 milliseconds

1...<<201202203204205206207208209210>>...464