Home
last modified time | relevance | path

Searched defs:shadow_needs_shader_swizzle (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/mesa3d/src/gallium/drivers/zink/
H A Dzink_program_state.hpp341 get_optimal_gfx_pipeline_stage_eq_func(bool optimal_keys, bool shadow_needs_shader_swizzle) in get_optimal_gfx_pipeline_stage_eq_func()
355 … bool shadow_needs_shader_swizzle = prog->shaders[MESA_SHADER_FRAGMENT]->fs.legacy_shadow_mask > 0; in get_gfx_pipeline_stage_eq_func() local
H A Dzink_program.c142 const bool shadow_needs_shader_swizzle = key->base.needs_zs_shader_swizzle || in create_shader_module_for_stage() local
205 const bool shadow_needs_shader_swizzle = unlikely(key->base.needs_zs_shader_swizzle) || in get_shader_module_for_stage() local
248 bool shadow_needs_shader_swizzle = false; in create_shader_module_for_stage_optimal() local
304 bool shadow_needs_shader_swizzle = false; in get_shader_module_for_stage_optimal() local
680 …const bool shadow_needs_shader_swizzle = last_prog_key->fs.shadow_needs_shader_swizzle && (ctx->di… in update_gfx_program_optimal() local
H A Dzink_shader_keys.h88 bool shadow_needs_shader_swizzle : 1; //append zink_zs_swizzle_key after the key data member