Searched refs:tmp_dst_x (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_tgsi_vgpu10.c | 6712 struct tgsi_full_dst_register tmp_dst_x = in emit_kill_if() local 6732 emit_instruction_op2(emit, VGPU10_OPCODE_OR, &tmp_dst_x, &tmp_src_xxxx, in emit_kill_if() 6734 emit_instruction_op2(emit, VGPU10_OPCODE_OR, &tmp_dst_x, &tmp_src_xxxx, in emit_kill_if() 6736 emit_instruction_op2(emit, VGPU10_OPCODE_OR, &tmp_dst_x, &tmp_src_xxxx, in emit_kill_if() 7153 struct tgsi_full_dst_register tmp_dst_x = in emit_rcp() local 7160 &tmp_dst_x, &one, &inst->Src[0], NULL, in emit_rcp() 7194 struct tgsi_full_dst_register tmp_dst_x = in emit_rsq() local 7201 &tmp_dst_x, &inst->Src[0], NULL, NULL, in emit_rsq() 7329 struct tgsi_full_dst_register tmp_dst_x = in emit_sincos() local 7337 emit_dst_register(emit, &tmp_dst_x); /* first destination register */ in emit_sincos() [all …]
|