Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/microsoft/vulkan/
H A Ddzn_pipeline.c526 dzn_pipeline_cache_lookup_dxil_shader(struct vk_pipeline_cache *cache, in dzn_pipeline_cache_lookup_dxil_shader() function
663 dzn_pipeline_cache_lookup_dxil_shader(cache, dxil_hash, &stage, slot); in dzn_pipeline_cache_lookup_gfx_pipeline()
1027 … ret = dzn_pipeline_cache_lookup_dxil_shader(cache, stages[stage].dxil_hash, &cached_stage, &bc); in dzn_graphics_pipeline_compile_shaders()
2448 dzn_pipeline_cache_lookup_dxil_shader(cache, dxil_hash, &stage, dxil); in dzn_pipeline_cache_lookup_compute_pipeline()
2553 ret = dzn_pipeline_cache_lookup_dxil_shader(cache, dxil_hash, &stage, shader); in dzn_compute_pipeline_compile_shader()