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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/
H A Dsvga_tgsi_vgpu10.c6005 struct tgsi_full_dst_register pos_dst; local in function:emit_vpos_instructions
6014 pos_dst = make_dst_output_reg(emit->vposition.out_index);
6057 emit_instruction_op3(emit, VGPU10_OPCODE_MAD, &pos_dst, &tmp_pos_src_w,
6081 writemask_dst(&pos_dst, TGSI_WRITEMASK_XYZ);
6083 writemask_dst(&pos_dst, TGSI_WRITEMASK_W);
6113 struct tgsi_full_dst_register pos_dst = local in function:emit_vpos_instructions
6119 emit_dst_register(emit, &pos_dst);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/
H A Dsvga_tgsi_vgpu10.c9571 struct tgsi_full_dst_register pos_dst; local in function:emit_vpos_instructions
9587 pos_dst = make_dst_output_reg(emit->vposition.out_index);
9629 emit_instruction_op3(emit, VGPU10_OPCODE_MAD, &pos_dst, &tmp_pos_src_w,
9653 writemask_dst(&pos_dst, TGSI_WRITEMASK_XYZ);
9655 writemask_dst(&pos_dst, TGSI_WRITEMASK_W);
9684 struct tgsi_full_dst_register pos_dst = local in function:emit_vpos_instructions
9690 emit_dst_register(emit, &pos_dst);

Completed in 20 milliseconds