Searched refs:tmp1_dst (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_tgsi_vgpu10.c | 6877 struct tgsi_full_dst_register tmp1_dst = make_dst_temp_reg(tmp1); in emit_lit() local 6896 emit_instruction_op2(emit, VGPU10_OPCODE_MAX, &tmp1_dst, &src_wwww, in emit_lit() 6898 emit_instruction_op2(emit, VGPU10_OPCODE_MIN, &tmp1_dst, &tmp1_src, in emit_lit() 6908 emit_instruction_op2(emit, VGPU10_OPCODE_MUL, &tmp1_dst, &tmp2_src, in emit_lit() 6912 emit_instruction_op1(emit, VGPU10_OPCODE_EXP, &tmp1_dst, &tmp1_src); in emit_lit() 6917 emit_instruction_op3(emit, VGPU10_OPCODE_MOVC, &tmp1_dst, in emit_lit() 7484 struct tgsi_full_dst_register tmp1_dst = make_dst_temp_reg(tmp1); in emit_ssg() local 7490 emit_instruction_op2(emit, VGPU10_OPCODE_LT, &tmp1_dst, &inst->Src[0], in emit_ssg() 7494 emit_instruction_op2(emit, VGPU10_OPCODE_LT, &tmp1_dst, &zero, in emit_ssg() 7525 struct tgsi_full_dst_register tmp1_dst = make_dst_temp_reg(tmp1); in emit_issg() local [all …]
|