Searched refs:TGSI_OPCODE_XOR (Results 1 – 16 of 16) sorted by relevance
/external/virglrenderer/src/gallium/auxiliary/tgsi/ |
D | tgsi_info.c | 132 { 1, 2, 0, 0, 0, 0, COMP, "XOR", TGSI_OPCODE_XOR }, 366 case TGSI_OPCODE_XOR: in tgsi_opcode_infer_type()
|
D | tgsi_util.c | 216 case TGSI_OPCODE_XOR: in tgsi_util_get_inst_usage_mask()
|
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_info.c | 133 case TGSI_OPCODE_XOR: in tgsi_opcode_infer_type()
|
D | tgsi_exec.c | 5694 case TGSI_OPCODE_XOR: in exec_instruction()
|
/external/mesa3d/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 442 TGSI_OPCODE_XOR = 92, enumerator
|
/external/virglrenderer/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 425 #define TGSI_OPCODE_XOR 92 macro
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_tgsi_aos.c | 812 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()
|
/external/mesa3d/src/gallium/auxiliary/nir/ |
D | nir_to_tgsi.c | 654 [nir_op_ixor] = { TGSI_OPCODE_XOR, TGSI_OPCODE_XOR }, in ntt_emit_alu()
|
D | tgsi_to_nir.c | 1868 [TGSI_OPCODE_XOR] = nir_op_ixor,
|
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_from_tgsi.cpp | 520 case TGSI_OPCODE_XOR: in inferSrcType() 3158 case TGSI_OPCODE_XOR: in handleInstruction()
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_tgsi_insn.c | 2889 case TGSI_OPCODE_XOR: in svga_emit_instruction()
|
D | svga_tgsi_vgpu10.c | 843 case TGSI_OPCODE_XOR: in translate_opcode() 9279 case TGSI_OPCODE_XOR: in emit_vgpu10_instruction()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_glsl_to_tgsi.cpp | 1745 emit_asm(ir, TGSI_OPCODE_XOR, result_dst, op[0], op[1]); in visit_expression() 1978 emit_asm(ir, TGSI_OPCODE_XOR, result_dst, op[0], op[1]); in visit_expression()
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_shader.c | 11765 [TGSI_OPCODE_XOR] = { ALU_OP2_XOR_INT, tgsi_op2}, 11962 [TGSI_OPCODE_XOR] = { ALU_OP2_XOR_INT, tgsi_op2}, 12188 [TGSI_OPCODE_XOR] = { ALU_OP2_XOR_INT, tgsi_op2},
|
/external/virglrenderer/src/ |
D | vrend_shader.c | 5046 case TGSI_OPCODE_XOR: in iter_instruction()
|