Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_vgpu10.c3590 struct tgsi_full_dst_register tmp_dst_x = in emit_dp2a() local
3604 emit_instruction_op3(emit, VGPU10_OPCODE_MAD, &tmp_dst_x, &src0_yyyy, in emit_dp2a()
3606 emit_instruction_op3(emit, VGPU10_OPCODE_MAD, &tmp_dst_x, &src0_xxxx, in emit_dp2a()
3900 struct tgsi_full_dst_register tmp_dst_x = in emit_kill_if() local
3921 emit_instruction_op2(emit, VGPU10_OPCODE_OR, &tmp_dst_x, &tmp_src_xxxx, in emit_kill_if()
3923 emit_instruction_op2(emit, VGPU10_OPCODE_OR, &tmp_dst_x, &tmp_src_xxxx, in emit_kill_if()
3925 emit_instruction_op2(emit, VGPU10_OPCODE_OR, &tmp_dst_x, &tmp_src_xxxx, in emit_kill_if()
4297 struct tgsi_full_dst_register tmp_dst_x = in emit_rcp() local
4303 emit_instruction_op2(emit, VGPU10_OPCODE_DIV, &tmp_dst_x, &one, in emit_rcp()
4334 struct tgsi_full_dst_register tmp_dst_x = in emit_rsq() local
[all …]