Searched refs:vk_pipeline_cache_lookup_object (Results 1 – 8 of 8) sorted by relevance
/external/mesa3d/src/amd/vulkan/ |
D | radv_pipeline_cache.c | 254 vk_pipeline_cache_lookup_object(cache, hash, sizeof(blake3_hash), &radv_shader_ops, NULL); in radv_pipeline_cache_object_deserialize() 346 …vk_pipeline_cache_lookup_object(cache, pipeline->sha1, SHA1_DIGEST_LENGTH, &radv_pipeline_ops, fou… in radv_pipeline_cache_object_search() 578 …return vk_pipeline_cache_lookup_object(cache, sha1, SHA1_DIGEST_LENGTH, &vk_raw_data_cache_object_… in radv_pipeline_cache_lookup_nir_handle() 647 vk_pipeline_cache_lookup_object(cache, sha1, SHA1_DIGEST_LENGTH, &radv_pipeline_ops, NULL); in radv_pipeline_cache_get_binaries()
|
/external/mesa3d/src/vulkan/runtime/ |
D | vk_pipeline_cache.h | 232 vk_pipeline_cache_lookup_object(struct vk_pipeline_cache *cache,
|
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()
|
D | vk_pipeline.c | 836 vk_pipeline_cache_lookup_object(cache, stage_sha1, sizeof(stage_sha1), in vk_pipeline_precompile_shader() 1281 vk_pipeline_cache_lookup_object(cache, &shader_key, in vk_graphics_pipeline_compile_shaders() 1976 vk_pipeline_cache_lookup_object(cache, &shader_key, in vk_pipeline_compile_compute_stage()
|
/external/mesa3d/src/intel/vulkan_hasvk/ |
D | anv_pipeline_cache.c | 294 vk_pipeline_cache_lookup_object(cache, key_data, key_size, in anv_device_search_for_kernel()
|
/external/mesa3d/src/intel/vulkan/ |
D | anv_pipeline_cache.c | 642 vk_pipeline_cache_lookup_object(cache, key_data, key_size, in anv_device_search_for_kernel()
|
/external/mesa3d/src/microsoft/vulkan/ |
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()
|
/external/mesa3d/src/freedreno/vulkan/ |
D | tu_pipeline.cc | 1528 vk_pipeline_cache_lookup_object(cache, key_data, key_size, in tu_pipeline_cache_lookup() 1642 vk_pipeline_cache_lookup_object(cache, key_data, key_size, in tu_nir_cache_lookup()
|