Home | History | Annotate | Download | only in svga

Lines Matching defs:internal_temp_count

119    unsigned internal_temp_count;  /**< currently allocated internal temps */
1345 assert(emit->internal_temp_count < MAX_INTERNAL_TEMPS);
1346 return emit->num_shader_temps + emit->internal_temp_count++;
1356 emit->internal_temp_count = 0;