Searched refs:disk_cache_get_function_identifier (Results 1 – 10 of 10) sorted by relevance
/third_party/mesa3d/src/util/ |
D | disk_cache.h | 120 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/ |
D | lp_screen.c | 912 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/ |
D | 18.2.3.rst | 124 - util: add disk_cache_get_function_identifier()
|
D | 20.2.0.rst | 1432 - util/disk_cache: add fallback for disk_cache_get_function_identifier
|
/third_party/mesa3d/src/gallium/drivers/nouveau/ |
D | nouveau_screen.c | 163 if (!disk_cache_get_function_identifier(nouveau_disk_cache_create, in nouveau_disk_cache_create()
|
/third_party/mesa3d/src/gallium/drivers/r300/ |
D | r300_screen.c | 102 if (!disk_cache_get_function_identifier(r300_disk_cache_create, in r300_disk_cache_create()
|
/third_party/mesa3d/src/gallium/frontends/clover/nir/ |
D | invocation.cpp | 375 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/ |
D | si_pipe.c | 1034 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/ |
D | r600_pipe_common.c | 774 if (!disk_cache_get_function_identifier(r600_disk_cache_create, in r600_disk_cache_create()
|
/third_party/mesa3d/src/amd/vulkan/ |
D | radv_device.c | 126 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()
|