Searched refs:vertex_output (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dgen6_gs_visitor.h73 src_reg vertex_output; member in class:brw::gen6_gs_visitor
H A Dgen6_gs_visitor.cpp51 * vertex in vertex_output during operation. Then, when we have processed
56 * For each emitted vertex, vertex_output will hold vue_map.num_slots
64 this->vertex_output = src_reg(this,
144 /* Buffer all output slots for this vertex in vertex_output */
148 dst_reg dst(this->vertex_output);
166 dst_reg dst(this->vertex_output);
178 dst_reg dst(this->vertex_output);
238 src_reg dst(this->vertex_output);
257 /* Compute offset of the flags for the current vertex in vertex_output and
262 * vertex in vertex_output, thu
[all...]
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dgfx6_gs_visitor.h69 src_reg vertex_output; member in class:brw::gfx6_gs_visitor
H A Dgfx6_gs_visitor.cpp51 * vertex in vertex_output during operation. Then, when we have processed
56 * For each emitted vertex, vertex_output will hold vue_map.num_slots
64 this->vertex_output = src_reg(this,
142 /* Buffer all output slots for this vertex in vertex_output */
146 dst_reg dst(this->vertex_output);
164 dst_reg dst(this->vertex_output);
176 dst_reg dst(this->vertex_output);
236 src_reg dst(this->vertex_output);
255 /* Compute offset of the flags for the current vertex in vertex_output and
260 * vertex in vertex_output, thu
[all...]

Completed in 4 milliseconds