Searched refs:internal_temp_count (Results 1 – 3 of 3) sorted by relevance
72 int internal_temp_count; member
288 int i = emit->nr_hw_temp + emit->internal_temp_count++; in get_temp()306 if (temp.num == emit->internal_temp_count - 1) in release_temp()307 emit->internal_temp_count--; in release_temp()317 emit->internal_temp_count = 0; in reset_temp_regs()
119 unsigned internal_temp_count; /**< currently allocated internal temps */ member1350 assert(emit->internal_temp_count < MAX_INTERNAL_TEMPS); in get_temp_index()1351 return emit->num_shader_temps + emit->internal_temp_count++; in get_temp_index()1361 emit->internal_temp_count = 0; in free_temp_indexes()