Searched refs:tmp_pos_src (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_tgsi_vgpu10.c | 9515 struct tgsi_full_src_register tmp_pos_src; in emit_vpos_instructions() local 9531 tmp_pos_src = make_src_temp_reg(vs_pos_tmp_index); in emit_vpos_instructions() 9544 emit_instruction_op1(emit, VGPU10_OPCODE_MOV, &pos_so_dst, &tmp_pos_src); in emit_vpos_instructions() 9558 scalar_src(&tmp_pos_src, TGSI_SWIZZLE_W); in emit_vpos_instructions() 9571 &tmp_pos_src, &prescale_scale); in emit_vpos_instructions() 9575 &prescale_trans, &tmp_pos_src); in emit_vpos_instructions() 9595 scalar_src(&tmp_pos_src, TGSI_SWIZZLE_W); in emit_vpos_instructions() 9610 &tmp_pos_src, &vp_zwww); in emit_vpos_instructions() 9614 &tmp_pos_src, &vp_xyzw); in emit_vpos_instructions() 9618 &tmp_pos_src, &tmp_pos_src_wwww); in emit_vpos_instructions() [all …]
|