Home
last modified time | relevance | path

Searched refs:internal_temp_count (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_emit.h72 int internal_temp_count; member
Dsvga_tgsi_insn.c289 int i = emit->nr_hw_temp + emit->internal_temp_count++; in get_temp()
307 if (temp.num == emit->internal_temp_count - 1) in release_temp()
308 emit->internal_temp_count--; in release_temp()
318 emit->internal_temp_count = 0; in reset_temp_regs()
Dsvga_tgsi_vgpu10.c119 unsigned internal_temp_count; /**< currently allocated internal temps */ member
1345 assert(emit->internal_temp_count < MAX_INTERNAL_TEMPS); in get_temp_index()
1346 return emit->num_shader_temps + emit->internal_temp_count++; in get_temp_index()
1356 emit->internal_temp_count = 0; in free_temp_indexes()