Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_vgpu10.c5625 struct tgsi_full_dst_register pos_dst; in emit_vpos_instructions() local
5634 pos_dst = make_dst_output_reg(emit->vposition.out_index); in emit_vpos_instructions()
5677 emit_instruction_op3(emit, VGPU10_OPCODE_MAD, &pos_dst, &tmp_pos_src_w, in emit_vpos_instructions()
5701 writemask_dst(&pos_dst, TGSI_WRITEMASK_XYZ); in emit_vpos_instructions()
5703 writemask_dst(&pos_dst, TGSI_WRITEMASK_W); in emit_vpos_instructions()
5733 struct tgsi_full_dst_register pos_dst = in emit_vpos_instructions() local
5739 emit_dst_register(emit, &pos_dst); in emit_vpos_instructions()