Home
last modified time | relevance | path

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

/external/virglrenderer/src/gallium/auxiliary/tgsi/
Dtgsi_info.c132 { 1, 2, 0, 0, 0, 0, COMP, "XOR", TGSI_OPCODE_XOR },
332 case TGSI_OPCODE_XOR: in tgsi_opcode_infer_type()
Dtgsi_util.c217 case TGSI_OPCODE_XOR: in tgsi_util_get_inst_usage_mask()
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_info.c133 case TGSI_OPCODE_XOR: in tgsi_opcode_infer_type()
Dtgsi_exec.c5473 case TGSI_OPCODE_XOR: in exec_instruction()
/external/virglrenderer/src/gallium/include/pipe/
Dp_shader_tokens.h423 #define TGSI_OPCODE_XOR 92 macro
/external/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h434 #define TGSI_OPCODE_XOR 92 macro
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_aos.c812 case TGSI_OPCODE_XOR: in lp_emit_instruction_aos()
Dlp_bld_tgsi_action.c2473 bld_base->op_actions[TGSI_OPCODE_XOR].emit = xor_emit_cpu; in lp_set_default_actions_cpu()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_tgsi_alu.c830 bld_base->op_actions[TGSI_OPCODE_XOR].emit = emit_xor; in si_shader_context_init_alu()
/external/mesa3d/src/gallium/auxiliary/nir/
Dtgsi_to_nir.c1549 [TGSI_OPCODE_XOR] = nir_op_ixor,
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp582 case TGSI_OPCODE_XOR: in inferSrcType()
3241 case TGSI_OPCODE_XOR: in handleInstruction()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_vgpu10.c569 case TGSI_OPCODE_XOR: in translate_opcode()
5499 case TGSI_OPCODE_XOR: in emit_vgpu10_instruction()
Dsvga_tgsi_insn.c2889 case TGSI_OPCODE_XOR: in svga_emit_instruction()
/external/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_tgsi.cpp1679 emit_asm(ir, TGSI_OPCODE_XOR, result_dst, op[0], op[1]); in visit_expression()
1899 emit_asm(ir, TGSI_OPCODE_XOR, result_dst, op[0], op[1]); in visit_expression()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c10342 [TGSI_OPCODE_XOR] = { ALU_OP2_XOR_INT, tgsi_op2},
10539 [TGSI_OPCODE_XOR] = { ALU_OP2_XOR_INT, tgsi_op2},
10761 [TGSI_OPCODE_XOR] = { ALU_OP2_XOR_INT, tgsi_op2},
/external/virglrenderer/src/
Dvrend_shader.c3566 case TGSI_OPCODE_XOR: in iter_instruction()