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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/
H A Dsvga_tgsi_vgpu10.c159 } vposition; member in struct:svga_shader_emitter_v10
889 if (index == emit->vposition.out_index &&
890 emit->vposition.tmp_index != INVALID_INDEX) {
896 index = emit->vposition.tmp_index;
2749 emit->vposition.out_index = index;
2788 if (emit->vposition.so_index != INVALID_INDEX &&
2789 emit->vposition.out_index != INVALID_INDEX) {
2797 emit->vposition.so_index,
2867 if (emit->vposition.need_prescale || emit->key.vs.undo_viewport ||
2869 emit->vposition
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/
H A Dsvga_tgsi_vgpu10.c275 } vposition; member in struct:svga_shader_emitter_v10
1211 if (index == emit->vposition.out_index &&
1212 emit->vposition.tmp_index != INVALID_INDEX) {
1218 index = emit->vposition.tmp_index;
3022 if (emit->vposition.num_prescale > 1) {
3024 for (i = 0; i < emit->vposition.num_prescale; i+=4) {
3940 emit->vposition.out_index = index;
5205 if (emit->vposition.so_index != INVALID_INDEX &&
5206 emit->vposition.out_index != INVALID_INDEX) {
5214 emit->vposition
[all...]

Completed in 14 milliseconds