Searched refs:tmp1_dst (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_tgsi_vgpu10.c | 4001 struct tgsi_full_dst_register tmp1_dst = make_dst_temp_reg(tmp1); in emit_lit() local 4020 emit_instruction_op2(emit, VGPU10_OPCODE_MAX, &tmp1_dst, &src_wwww, in emit_lit() 4022 emit_instruction_op2(emit, VGPU10_OPCODE_MIN, &tmp1_dst, &tmp1_src, in emit_lit() 4033 emit_instruction_op2(emit, VGPU10_OPCODE_MUL, &tmp1_dst, &tmp2_src, in emit_lit() 4037 emit_instruction_op1(emit, VGPU10_OPCODE_EXP, &tmp1_dst, &tmp1_src, in emit_lit() 4044 emit_instruction_op3(emit, VGPU10_OPCODE_MOVC, &tmp1_dst, in emit_lit() 4556 struct tgsi_full_dst_register tmp1_dst = make_dst_temp_reg(tmp1); in emit_ssg() local 4562 emit_instruction_op2(emit, VGPU10_OPCODE_LT, &tmp1_dst, &inst->Src[0], in emit_ssg() 4566 emit_instruction_op2(emit, VGPU10_OPCODE_LT, &tmp1_dst, &zero, in emit_ssg() 4597 struct tgsi_full_dst_register tmp1_dst = make_dst_temp_reg(tmp1); in emit_issg() local [all …]
|