Home
last modified time | relevance | path

Searched refs:disk_cache_get_function_identifier (Results 1 – 10 of 10) sorted by relevance

/third_party/mesa3d/src/util/
Ddisk_cache.h120 disk_cache_get_function_identifier(void *ptr, struct mesa_sha1 *ctx) in disk_cache_get_function_identifier() function
138 disk_cache_get_function_identifier(void *ptr, struct mesa_sha1 *ctx) in disk_cache_get_function_identifier() function
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_screen.c912 if (!disk_cache_get_function_identifier(lp_disk_cache_create, &ctx) || in lp_disk_cache_create()
913 !disk_cache_get_function_identifier(LLVMLinkInMCJIT, &ctx)) in lp_disk_cache_create()
/third_party/mesa3d/docs/relnotes/
D18.2.3.rst124 - util: add disk_cache_get_function_identifier()
D20.2.0.rst1432 - util/disk_cache: add fallback for disk_cache_get_function_identifier
/third_party/mesa3d/src/gallium/drivers/nouveau/
Dnouveau_screen.c163 if (!disk_cache_get_function_identifier(nouveau_disk_cache_create, in nouveau_disk_cache_create()
/third_party/mesa3d/src/gallium/drivers/r300/
Dr300_screen.c102 if (!disk_cache_get_function_identifier(r300_disk_cache_create, in r300_disk_cache_create()
/third_party/mesa3d/src/gallium/frontends/clover/nir/
Dinvocation.cpp375 if (!disk_cache_get_function_identifier((void *)clover::nir::create_clc_disk_cache, &ctx)) in create_clc_disk_cache()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_pipe.c1034 if (!disk_cache_get_function_identifier(si_disk_cache_create, &ctx) || in si_disk_cache_create()
1035 !disk_cache_get_function_identifier(LLVMInitializeAMDGPUTargetInfo, &ctx)) in si_disk_cache_create()
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_pipe_common.c774 if (!disk_cache_get_function_identifier(r600_disk_cache_create, in r600_disk_cache_create()
/third_party/mesa3d/src/amd/vulkan/
Dradv_device.c126 if (!disk_cache_get_function_identifier(radv_device_get_cache_uuid, &ctx) in radv_device_get_cache_uuid()
128 || !disk_cache_get_function_identifier(LLVMInitializeAMDGPUTargetInfo, &ctx) in radv_device_get_cache_uuid()