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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/
H A Dsvga_tgsi_vgpu10.c212 unsigned clip_vertex_tmp_index; /**< clip vertex temporary index */ member in struct:svga_shader_emitter_v10
909 emit->clip_vertex_tmp_index != INVALID_INDEX) {
914 index = emit->clip_vertex_tmp_index;
2904 emit->clip_vertex_tmp_index = total_temps;
3527 const unsigned clip_vertex_tmp = emit->clip_vertex_tmp_index;
3562 emit->clip_vertex_tmp_index = INVALID_INDEX;
3573 emit->clip_vertex_tmp_index = clip_vertex_tmp;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/
H A Dsvga_tgsi_vgpu10.c394 unsigned clip_vertex_tmp_index; /**< clip vertex temporary index */ member in struct:svga_shader_emitter_v10
1231 emit->clip_vertex_tmp_index != INVALID_INDEX) {
1236 index = emit->clip_vertex_tmp_index;
1390 emit->clip_vertex_tmp_index != INVALID_INDEX) {
1395 index = emit->clip_vertex_tmp_index;
5327 emit->clip_vertex_tmp_index = total_temps;
6216 const unsigned clip_vertex_tmp = emit->clip_vertex_tmp_index;
6252 emit->clip_vertex_tmp_index = INVALID_INDEX;
6263 emit->clip_vertex_tmp_index = clip_vertex_tmp;
11125 emit->clip_vertex_tmp_index
[all...]

Completed in 90 milliseconds