Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/nir/
Dnir_lower_passthrough_edgeflags.c42 if (shader->info.io_lowered) { in lower_impl()
/external/mesa3d/src/compiler/
Dshader_info.h217 bool io_lowered:1; member
/external/mesa3d/src/gallium/auxiliary/nir/
Dnir_to_tgsi_info.c576 if (nir->info.io_lowered) { in nir_tgsi_scan_shader()
766 if (nir->info.io_lowered) { in nir_tgsi_scan_shader()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_nir.c615 nir->info.io_lowered = true; in si_lower_io()
/external/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_nir.cpp105 if (nir->info.stage != MESA_SHADER_VERTEX || nir->info.io_lowered) in st_nir_assign_vs_in_locations()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_nir.c2204 if (nir->info.io_lowered) { in lp_build_nir_llvm()
/external/mesa3d/src/amd/llvm/
Dac_nir_to_llvm.c4829 if (!nir->info.io_lowered) { in ac_nir_translate()
/external/mesa3d/docs/relnotes/
D20.3.0.rst3127 - nir: Move new edgeflag assert into the io_lowered case
3328 - nir: add shader_info::io_lowered