Home
last modified time | relevance | path

Searched refs:tmp2_dst (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_vgpu10.c4067 struct tgsi_full_dst_register tmp2_dst = make_dst_temp_reg(tmp2); in emit_lit() local
4087 emit_instruction_op2(emit, VGPU10_OPCODE_MAX, &tmp2_dst, &src_yyyy, in emit_lit()
4092 emit_instruction_op1(emit, VGPU10_OPCODE_LOG, &tmp2_dst, &tmp2_src, in emit_lit()
4104 emit_instruction_op2(emit, VGPU10_OPCODE_EQ, &tmp2_dst, &zero, in emit_lit()
4111 emit_instruction_op2(emit, VGPU10_OPCODE_LT, &tmp2_dst, &zero, in emit_lit()
4659 struct tgsi_full_dst_register tmp2_dst = make_dst_temp_reg(tmp2); in emit_ssg() local
4663 emit_instruction_op3(emit, VGPU10_OPCODE_MOVC, &tmp2_dst, &tmp1_src, in emit_ssg()
4700 struct tgsi_full_dst_register tmp2_dst = make_dst_temp_reg(tmp2); in emit_issg() local
4706 emit_instruction_op2(emit, VGPU10_OPCODE_ILT, &tmp2_dst, in emit_issg()
5293 struct tgsi_full_dst_register tmp2_dst = make_dst_temp_reg(tmp2); in emit_xpd() local
[all …]