Home
last modified time | relevance | path

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

/third_party/mesa3d/src/compiler/nir/
Dnir_lower_discard_or_demote.c174 !shader->info.fs.needs_all_helper_invocations && in nir_lower_discard_or_demote()
Dnir_gather_info.c797 shader->info.fs.needs_all_helper_invocations = true; in gather_intrinsic_info()
975 shader->info.fs.needs_all_helper_invocations = false; in nir_shader_gather_info()
/third_party/mesa3d/src/compiler/
Dshader_info.h398 bool needs_all_helper_invocations:1; member
/third_party/mesa3d/src/intel/compiler/
Dbrw_fs.cpp7368 shader->info.fs.needs_all_helper_invocations || in brw_nir_populate_wm_prog_data()
/third_party/mesa3d/src/amd/llvm/
Dac_nir_to_llvm.c3002 if (!ctx->info->fs.needs_all_helper_invocations) { in emit_demote()
/third_party/mesa3d/docs/relnotes/
D21.0.0.rst2026 - nir: gather shader_info::needs_all_helper_invocations