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

/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A Daco_instruction_selection_setup.cpp855 else if (sw_stage == SWStage::VS_GS && gfx9_plus && !ngg)
857 else if (sw_stage == SWStage::VS_GS && ngg)
H A Daco_ir.h1918 VS_GS = VS | GS, enumerator in enum:aco::SWStage
1983 static constexpr Stage vertex_geometry_ngg(HWStage::NGG, SWStage::VS_GS);
1987 static constexpr Stage vertex_geometry_gs(HWStage::GS, SWStage::VS_GS);

Completed in 7 milliseconds