Searched refs:vk_pipeline_cache_lookup_object (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/external/mesa3d/src/amd/vulkan/ |
H A D | radv_pipeline_cache.c | 253 vk_pipeline_cache_lookup_object(cache, hash, sizeof(blake3_hash), &radv_shader_ops, NULL); in radv_pipeline_cache_object_deserialize() 345 …vk_pipeline_cache_lookup_object(cache, pipeline->sha1, SHA1_DIGEST_LENGTH, &radv_pipeline_ops, fou… in radv_pipeline_cache_object_search() 577 …return vk_pipeline_cache_lookup_object(cache, sha1, SHA1_DIGEST_LENGTH, &vk_raw_data_cache_object_… in radv_pipeline_cache_lookup_nir_handle() 646 vk_pipeline_cache_lookup_object(cache, sha1, SHA1_DIGEST_LENGTH, &radv_pipeline_ops, NULL); in radv_pipeline_cache_get_binaries()
|
/aosp_15_r20/external/mesa3d/src/vulkan/runtime/ |
H A D | vk_pipeline_cache.h | 232 vk_pipeline_cache_lookup_object(struct vk_pipeline_cache *cache,
|
H A D | vk_pipeline_cache.c | 327 vk_pipeline_cache_lookup_object(struct vk_pipeline_cache *cache, in vk_pipeline_cache_lookup_object() function 478 vk_pipeline_cache_lookup_object(cache, key_data, key_size, in vk_pipeline_cache_lookup_nir()
|
H A D | vk_pipeline.c | 836 vk_pipeline_cache_lookup_object(cache, stage_sha1, sizeof(stage_sha1), in vk_pipeline_precompile_shader() 1278 vk_pipeline_cache_lookup_object(cache, &shader_key, in vk_graphics_pipeline_compile_shaders() 1955 vk_pipeline_cache_lookup_object(cache, &shader_key, in vk_pipeline_compile_compute_stage()
|
/aosp_15_r20/external/mesa3d/src/intel/vulkan_hasvk/ |
H A D | anv_pipeline_cache.c | 294 vk_pipeline_cache_lookup_object(cache, key_data, key_size, in anv_device_search_for_kernel()
|
/aosp_15_r20/external/mesa3d/src/microsoft/vulkan/ |
H A D | dzn_pipeline.c | 539 vk_pipeline_cache_lookup_object(cache, dxil_hash, SHA1_DIGEST_LENGTH, in dzn_pipeline_cache_lookup_dxil_shader() 622 vk_pipeline_cache_lookup_object(cache, pipeline_hash, SHA1_DIGEST_LENGTH, in dzn_pipeline_cache_lookup_gfx_pipeline() 2433 vk_pipeline_cache_lookup_object(cache, pipeline_hash, SHA1_DIGEST_LENGTH, in dzn_pipeline_cache_lookup_compute_pipeline()
|
/aosp_15_r20/external/mesa3d/src/intel/vulkan/ |
H A D | anv_pipeline_cache.c | 638 vk_pipeline_cache_lookup_object(cache, key_data, key_size, in anv_device_search_for_kernel()
|
/aosp_15_r20/external/mesa3d/src/freedreno/vulkan/ |
H A D | tu_pipeline.cc | 1529 vk_pipeline_cache_lookup_object(cache, key_data, key_size, in tu_pipeline_cache_lookup() 1643 vk_pipeline_cache_lookup_object(cache, key_data, key_size, in tu_nir_cache_lookup()
|