Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_tgsi_emit.h72 int internal_temp_count; member
H A Dsvga_tgsi_insn.c286 int i = emit->nr_hw_temp + emit->internal_temp_count++; in get_temp()
304 if (temp.num == emit->internal_temp_count - 1) in release_temp()
305 emit->internal_temp_count--; in release_temp()
315 emit->internal_temp_count = 0; in reset_temp_regs()
H A Dsvga_tgsi_vgpu10.c233 unsigned internal_temp_count; /**< currently allocated internal temps */ member
2316 assert(emit->internal_temp_count < MAX_INTERNAL_TEMPS); in get_temp_index()
2317 return emit->num_shader_temps + emit->internal_temp_count++; in get_temp_index()
2327 emit->internal_temp_count = 0; in free_temp_indexes()

Completed in 48 milliseconds