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.c9516 struct tgsi_full_dst_register pos_dst; in emit_vpos_instructions() local
9532 pos_dst = make_dst_output_reg(emit->vposition.out_index); in emit_vpos_instructions()
9574 emit_instruction_op3(emit, VGPU10_OPCODE_MAD, &pos_dst, &tmp_pos_src_w, in emit_vpos_instructions()
9598 writemask_dst(&pos_dst, TGSI_WRITEMASK_XYZ); in emit_vpos_instructions()
9600 writemask_dst(&pos_dst, TGSI_WRITEMASK_W); in emit_vpos_instructions()
9629 struct tgsi_full_dst_register pos_dst = in emit_vpos_instructions() local
9635 emit_dst_register(emit, &pos_dst); in emit_vpos_instructions()