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

/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_lower_discard_or_demote.c161 shader->info.fs.needs_quad_helper_invocations) {
173 } else if (!shader->info.fs.needs_quad_helper_invocations &&
H A Dnir_gather_info.c682 shader->info.fs.needs_quad_helper_invocations = true;
760 shader->info.fs.needs_quad_helper_invocations = true;
784 shader->info.fs.needs_quad_helper_invocations = true;
889 shader->info.fs.needs_quad_helper_invocations = false;
/xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/
H A Dir3_nir_lower_load_barycentric_at_offset.c64 b->shader->info.fs.needs_quad_helper_invocations = true;
H A Dir3_compiler_nir.c4354 ctx->s->info.fs.needs_quad_helper_invocations)
/xsrc/external/mit/MesaLib/dist/src/compiler/
H A Dshader_info.h342 bool needs_quad_helper_invocations:1; member in struct:shader_info::__anon04aa5a9e010a::__anon04aa5a9e0408
/xsrc/external/mit/MesaLib/dist/src/panfrost/lib/
H A Dpan_shader.c244 info->fs.helper_invocations = s->info.fs.needs_quad_helper_invocations;
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_shader_info.c771 info->ps.writes_memory || nir->info.fs.needs_quad_helper_invocations ||
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_shader_nir.c505 nir->info.fs.needs_quad_helper_invocations ||
H A Dsi_shader.c1723 info->base.fs.needs_quad_helper_invocations &&
H A Dsi_state_shaders.c76 /* Derivatives imply helper invocations so check for needs_quad_helper_invocations. */
77 sel->info.base.fs.needs_quad_helper_invocations &&
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D21.0.0.rst2025 - nir: rename needs_helper_invocations to needs_quad_helper_invocations

Completed in 24 milliseconds