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

/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dgen6_gs_visitor.cpp219 * comparison below (hence the num_output_vertices + 1 in the comparison
222 unsigned num_output_vertices = nir->info.gs.vertices_out; local in function:brw::gen6_gs_visitor::gs_end_primitive
224 brw_imm_ud(num_output_vertices + 1), BRW_CONDITIONAL_L));
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dgfx6_gs_visitor.cpp217 * comparison below (hence the num_output_vertices + 1 in the comparison
220 unsigned num_output_vertices = nir->info.gs.vertices_out; local in function:brw::gfx6_gs_visitor::gs_end_primitive
222 brw_imm_ud(num_output_vertices + 1), BRW_CONDITIONAL_L));

Completed in 3 milliseconds