Searched refs:TGSI_OPCODE_XOR (Results 1 – 12 of 12) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_info.c | 133 case TGSI_OPCODE_XOR: in tgsi_opcode_infer_type()
|
D | tgsi_exec.c | 5367 case TGSI_OPCODE_XOR: in exec_instruction()
|
/third_party/mesa3d/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 437 TGSI_OPCODE_XOR = 92, enumerator
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_tgsi_aos.c | 813 case TGSI_OPCODE_XOR: in lp_emit_instruction_aos()
|
D | lp_bld_tgsi_action.c | 2601 bld_base->op_actions[TGSI_OPCODE_XOR].emit = xor_emit_cpu; in lp_set_default_actions_cpu()
|
/third_party/mesa3d/src/gallium/auxiliary/nir/ |
D | nir_to_tgsi.c | 1441 [nir_op_ixor] = { TGSI_OPCODE_XOR, TGSI_OPCODE_XOR }, in ntt_emit_alu()
|
D | tgsi_to_nir.c | 1869 [TGSI_OPCODE_XOR] = nir_op_ixor,
|
/third_party/mesa3d/src/nouveau/codegen/ |
D | nv50_ir_from_tgsi.cpp | 520 case TGSI_OPCODE_XOR: in inferSrcType() 3221 case TGSI_OPCODE_XOR: in handleInstruction()
|
/third_party/mesa3d/src/gallium/frontends/d3d10umd/ |
D | ShaderTGSI.c | 153 {D3D10_SB_OPCODE_XOR, OF_UINT, TGSI_OPCODE_XOR},
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
D | svga_tgsi_insn.c | 2955 case TGSI_OPCODE_XOR: in svga_emit_instruction()
|
D | svga_tgsi_vgpu10.c | 918 case TGSI_OPCODE_XOR: in translate_opcode() 10946 case TGSI_OPCODE_XOR: in emit_instruction()
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
D | r600_shader.c | 11877 [TGSI_OPCODE_XOR] = { ALU_OP2_XOR_INT, tgsi_op2}, 12074 [TGSI_OPCODE_XOR] = { ALU_OP2_XOR_INT, tgsi_op2}, 12301 [TGSI_OPCODE_XOR] = { ALU_OP2_XOR_INT, tgsi_op2},
|