Searched refs:tmp2_dst (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_tgsi_vgpu10.c | 4004 struct tgsi_full_dst_register tmp2_dst = make_dst_temp_reg(tmp2); in emit_lit() local 4024 emit_instruction_op2(emit, VGPU10_OPCODE_MAX, &tmp2_dst, &src_yyyy, in emit_lit() 4029 emit_instruction_op1(emit, VGPU10_OPCODE_LOG, &tmp2_dst, &tmp2_src, in emit_lit() 4041 emit_instruction_op2(emit, VGPU10_OPCODE_EQ, &tmp2_dst, &zero, in emit_lit() 4048 emit_instruction_op2(emit, VGPU10_OPCODE_LT, &tmp2_dst, &zero, in emit_lit() 4560 struct tgsi_full_dst_register tmp2_dst = make_dst_temp_reg(tmp2); in emit_ssg() local 4564 emit_instruction_op3(emit, VGPU10_OPCODE_MOVC, &tmp2_dst, &tmp1_src, in emit_ssg() 4601 struct tgsi_full_dst_register tmp2_dst = make_dst_temp_reg(tmp2); in emit_issg() local 4607 emit_instruction_op2(emit, VGPU10_OPCODE_ILT, &tmp2_dst, in emit_issg()
|