Home
last modified time | relevance | path

Searched refs:cached_stage (Results 1 - 1 of 1) sorted by relevance

/third_party/mesa3d/src/microsoft/vulkan/
H A Ddzn_pipeline.c847 gl_shader_stage cached_stage; in dzn_graphics_pipeline_compile_shaders() local
849 ret = dzn_pipeline_cache_lookup_dxil_shader(cache, stages[stage].dxil_hash, &cached_stage, &bc); in dzn_graphics_pipeline_compile_shaders()
853 if (cached_stage != MESA_SHADER_NONE) { in dzn_graphics_pipeline_compile_shaders()
854 assert(cached_stage == stage); in dzn_graphics_pipeline_compile_shaders()

Completed in 4 milliseconds