Searched refs:num_shader_temps (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/
H A Dsvga_tgsi_vgpu10.c119 unsigned num_shader_temps; /**< num of temps used by original shader */ member in struct:svga_shader_emitter_v10
1429 return emit->num_shader_temps + emit->internal_temp_count++;
2438 emit->num_shader_temps = MAX2(emit->num_shader_temps,
2837 total_temps = emit->num_shader_temps;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/
H A Dsvga_tgsi_vgpu10.c218 unsigned num_shader_temps; /**< num of temps used by original shader */ member in struct:svga_shader_emitter_v10
1456 emit->temp_map[index].index < emit->num_shader_temps) {
2143 return emit->num_shader_temps + emit->internal_temp_count++;
4601 emit->num_shader_temps = MAX2(emit->num_shader_temps,
5290 total_temps = emit->num_shader_temps;

Completed in 21 milliseconds