Searched refs:internal_temp_count (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/
H A Dsvga_tgsi_emit.h72 int internal_temp_count; member in struct:svga_shader_emitter
H A Dsvga_tgsi_insn.c288 int i = emit->nr_hw_temp + emit->internal_temp_count++;
306 if (temp.num == emit->internal_temp_count - 1)
307 emit->internal_temp_count--;
317 emit->internal_temp_count = 0;
H A Dsvga_tgsi_vgpu10.c120 unsigned internal_temp_count; /**< currently allocated internal temps */ member in struct:svga_shader_emitter_v10
1428 assert(emit->internal_temp_count < MAX_INTERNAL_TEMPS);
1429 return emit->num_shader_temps + emit->internal_temp_count++;
1439 emit->internal_temp_count = 0;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/
H A Dsvga_tgsi_emit.h72 int internal_temp_count; member in struct:svga_shader_emitter
H A Dsvga_tgsi_insn.c286 int i = emit->nr_hw_temp + emit->internal_temp_count++;
304 if (temp.num == emit->internal_temp_count - 1)
305 emit->internal_temp_count--;
315 emit->internal_temp_count = 0;
H A Dsvga_tgsi_vgpu10.c219 unsigned internal_temp_count; /**< currently allocated internal temps */ member in struct:svga_shader_emitter_v10
2142 assert(emit->internal_temp_count < MAX_INTERNAL_TEMPS);
2143 return emit->num_shader_temps + emit->internal_temp_count++;
2153 emit->internal_temp_count = 0;

Completed in 34 milliseconds