Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/util/
H A Ddisk_cache.h107 disk_cache_get_function_identifier(void *ptr, struct mesa_sha1 *ctx) in disk_cache_get_function_identifier() function
125 disk_cache_get_function_identifier(void *ptr, struct mesa_sha1 *ctx);
128 disk_cache_get_function_identifier(void *ptr, struct mesa_sha1 *ctx) in disk_cache_get_function_identifier() function
H A Ddisk_cache_os.c46 disk_cache_get_function_identifier(void *ptr, struct mesa_sha1 *ctx) in disk_cache_get_function_identifier() function
/aosp_15_r20/external/mesa3d/src/gallium/frontends/rusticl/mesa/util/
H A Ddisk_cache.rs88 if !disk_cache_get_function_identifier(func_ptr, &mut sha_ctx) { in new()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_screen.c1017 if (!disk_cache_get_function_identifier(lp_disk_cache_create, &ctx) || in lp_disk_cache_create()
1018 !disk_cache_get_function_identifier(LLVMLinkInMCJIT, &ctx)) in lp_disk_cache_create()
/aosp_15_r20/external/mesa3d/docs/relnotes/
H A D18.2.3.rst124 - util: add disk_cache_get_function_identifier()
H A D20.2.0.rst1432 - util/disk_cache: add fallback for disk_cache_get_function_identifier
H A D22.2.0.rst3084 - util/disk_cache: Implement disk_cache_get_function_identifier for Windows
/aosp_15_r20/external/mesa3d/src/gallium/drivers/nouveau/
H A Dnouveau_screen.c184 if (!disk_cache_get_function_identifier(nouveau_disk_cache_create, in nouveau_disk_cache_create()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/r300/
H A Dr300_screen.c89 if (!disk_cache_get_function_identifier(r300_disk_cache_create, in r300_disk_cache_create()
/aosp_15_r20/external/mesa3d/src/gallium/frontends/clover/nir/
H A Dinvocation.cpp250 if (!disk_cache_get_function_identifier((void *)clover::nir::create_clc_disk_cache, &ctx)) in create_clc_disk_cache()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_pipe.c1109 if (!disk_cache_get_function_identifier(si_disk_cache_create, &ctx)) in si_disk_cache_create()
1118 !disk_cache_get_function_identifier(LLVMInitializeAMDGPUTargetInfo, &ctx)) in si_disk_cache_create()
/aosp_15_r20/external/mesa3d/src/amd/vulkan/
H A Dradv_physical_device.c198 if (!disk_cache_get_function_identifier(radv_device_get_cache_uuid, &ctx)) in radv_device_get_cache_uuid()
203 if (pdev->use_llvm && !disk_cache_get_function_identifier(LLVMInitializeAMDGPUTargetInfo, &ctx)) in radv_device_get_cache_uuid()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/r600/
H A Dr600_pipe_common.c750 if (!disk_cache_get_function_identifier(r600_disk_cache_create, in r600_disk_cache_create()
/aosp_15_r20/external/mesa3d/src/freedreno/vulkan/
H A Dtu_device.cc68 if (!disk_cache_get_function_identifier((void *)tu_device_get_cache_uuid, &ctx)) in tu_device_get_cache_uuid()
/aosp_15_r20/external/mesa3d/src/microsoft/vulkan/
H A Ddzn_device.c351 disk_cache_get_function_identifier(dzn_physical_device_init_uuids, &sha1_ctx); in dzn_physical_device_init_uuids()