Home
last modified time | relevance | path

Searched refs:nr_hw_temp (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_decl_sm30.c199 emit->nr_hw_temp ); in ps30_input()
202 emit->nr_hw_temp ); in ps30_input()
203 emit->nr_hw_temp++; in ps30_input()
304 src_register(SVGA3DREG_TEMP, emit->nr_hw_temp); in ps30_input()
305 emit->nr_hw_temp++; in ps30_input()
335 emit->nr_hw_temp++ ); in ps30_output()
349 emit->nr_hw_temp++); in ps30_output()
368 emit->nr_hw_temp++ ); in ps30_output()
473 emit->nr_hw_temp++ ); in vs30_output()
484 emit->nr_hw_temp++ ); in vs30_output()
Dsvga_tgsi.c204 emit.nr_hw_temp = emit.info.file_max[TGSI_FILE_TEMPORARY] + 1; in svga_tgsi_vgpu9_translate()
206 if (emit.nr_hw_temp >= SVGA3D_TEMPREG_MAX) { in svga_tgsi_vgpu9_translate()
208 emit.nr_hw_temp); in svga_tgsi_vgpu9_translate()
Dsvga_tgsi_emit.h68 int nr_hw_temp; member
Dsvga_tgsi_insn.c289 int i = emit->nr_hw_temp + emit->internal_temp_count++; in get_temp()
3361 color[i] = dst_register( SVGA3DREG_TEMP, emit->nr_hw_temp++ ); in emit_light_twoside()
3425 emit->nr_hw_temp++ ); in emit_frontface()
3507 tmp = src_register(SVGA3DREG_TEMP, emit->nr_hw_temp); in emit_adjusted_vertex_attribs()
3508 emit->nr_hw_temp++; in emit_adjusted_vertex_attribs()