Home
last modified time | relevance | path

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

/third_party/mesa3d/src/util/
Ddisk_cache.h121 disk_cache_get_function_identifier(void *ptr, struct mesa_sha1 *ctx) in disk_cache_get_function_identifier() function
139 disk_cache_get_function_identifier(void *ptr, struct mesa_sha1 *ctx);
142 disk_cache_get_function_identifier(void *ptr, struct mesa_sha1 *ctx) in disk_cache_get_function_identifier() function
Ddisk_cache_os.c47 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.c938 if (!disk_cache_get_function_identifier(lp_disk_cache_create, &ctx) || in lp_disk_cache_create()
939 !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
D22.2.0.rst3086 - util/disk_cache: Implement disk_cache_get_function_identifier for Windows
/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.c103 if (!disk_cache_get_function_identifier(r300_disk_cache_create, in r300_disk_cache_create()
/third_party/mesa3d/src/gallium/frontends/clover/nir/
Dinvocation.cpp404 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.c1066 if (!disk_cache_get_function_identifier(si_disk_cache_create, &ctx) || in si_disk_cache_create()
1067 !disk_cache_get_function_identifier(LLVMInitializeAMDGPUTargetInfo, &ctx)) in si_disk_cache_create()
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_pipe_common.c769 if (!disk_cache_get_function_identifier(r600_disk_cache_create, in r600_disk_cache_create()
/third_party/mesa3d/src/microsoft/vulkan/
Ddzn_device.c279 disk_cache_get_function_identifier(dzn_physical_device_init_uuids, &sha1_ctx); in dzn_physical_device_init_uuids()
/third_party/mesa3d/src/freedreno/vulkan/
Dtu_device.c64 if (!disk_cache_get_function_identifier(tu_device_get_cache_uuid, &ctx)) in tu_device_get_cache_uuid()
/third_party/mesa3d/src/amd/vulkan/
Dradv_device.c132 if (!disk_cache_get_function_identifier(radv_device_get_cache_uuid, &ctx)) in radv_device_get_cache_uuid()
138 !disk_cache_get_function_identifier(LLVMInitializeAMDGPUTargetInfo, &ctx)) in radv_device_get_cache_uuid()