Home
last modified time | relevance | path

Searched defs:res (Results 5126 - 5150 of 11736) sorted by relevance

1...<<201202203204205206207208209210>>...470

/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_bufmgr.cpp62 char res[128]; in describe_suballoc_bo() local
80 d3d12_bo_wrap_res(struct d3d12_screen *screen, ID3D12Resource *res, enum d3d12_residency_status residency) in d3d12_bo_wrap_res() argument
116 ID3D12Resource *res; in d3d12_bo_new() local
[all...]
/third_party/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_llvm_sample.c114 LLVMValueRef res; in draw_llvm_texture_member() local
165 LLVMValueRef res; in draw_llvm_sampler_member() local
211 LLVMValueRef res; draw_llvm_image_member() local
[all...]
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_ir_common.c216 LLVMValueRef res, dst; in lp_exec_mask_store() local
H A Dlp_bld_tgsi.c350 LLVMValueRef res; in lp_build_emit_fetch_src() local
466 LLVMValueRef res; lp_build_emit_fetch_texoffset() local
[all...]
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/mesa3d/src/gallium/auxiliary/vl/
H A Dvl_video_buffer.c274 struct pipe_resource *res = buf->resources[plane_order[i]]; in vl_video_buffer_sampler_view_components() local
/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/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

Completed in 21 milliseconds

1...<<201202203204205206207208209210>>...470