Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_tgsi_private.h157 case TGSI_OPCODE_ATOMXOR: in is_resource_instruction()
Dst_glsl_to_tgsi.cpp3343 opcode = TGSI_OPCODE_ATOMXOR; in visit_atomic_counter_intrinsic()
3444 opcode = TGSI_OPCODE_ATOMXOR; in visit_ssbo_intrinsic()
3576 opcode = TGSI_OPCODE_ATOMXOR; in visit_shared_intrinsic()
3767 opcode = TGSI_OPCODE_ATOMXOR; in visit_image_intrinsic()
5873 case TGSI_OPCODE_ATOMXOR: in compile_tgsi_instruction()
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_util.c383 case TGSI_OPCODE_ATOMXOR: in tgsi_util_get_inst_usage_mask()
Dtgsi_scan.c382 case TGSI_OPCODE_ATOMXOR: in scan_instruction()
Dtgsi_exec.c4230 case TGSI_OPCODE_ATOMXOR: in exec_atomop_mem()
5933 case TGSI_OPCODE_ATOMXOR: in exec_instruction()
/external/virglrenderer/src/gallium/include/pipe/
Dp_shader_tokens.h511 #define TGSI_OPCODE_ATOMXOR 172 macro
/external/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h517 #define TGSI_OPCODE_ATOMXOR 172 macro
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_image.c447 case TGSI_OPCODE_ATOMXOR: in handle_op_uint()
563 case TGSI_OPCODE_ATOMXOR: in handle_op_int()
Dsp_buffer.c224 case TGSI_OPCODE_ATOMXOR: in handle_op_uint()
/external/virglrenderer/src/gallium/auxiliary/tgsi/
Dtgsi_info.c214 { 1, 3, 0, 0, 0, 0, OTHR, "ATOMXOR", TGSI_OPCODE_ATOMXOR },
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_tgsi_mem.c898 case TGSI_OPCODE_ATOMXOR: in atomic_emit_memory()
1988 bld_base->op_actions[TGSI_OPCODE_ATOMXOR] = tmpl; in si_shader_context_init_mem()
1989 bld_base->op_actions[TGSI_OPCODE_ATOMXOR].intr_name = "xor"; in si_shader_context_init_mem()
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp606 case TGSI_OPCODE_ATOMXOR: in inferSrcType()
1008 case TGSI_OPCODE_ATOMXOR: return NV50_IR_SUBOP_ATOM_XOR; in opcodeToSubOp()
1609 case TGSI_OPCODE_ATOMXOR: in scanInstruction()
3818 case TGSI_OPCODE_ATOMXOR: in handleInstruction()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c8616 case TGSI_OPCODE_ATOMXOR: in get_gds_op()
8713 case TGSI_OPCODE_ATOMXOR: in get_lds_op()
10422 [TGSI_OPCODE_ATOMXOR] = { ALU_OP0_NOP, tgsi_unsupported},
10619 [TGSI_OPCODE_ATOMXOR] = { V_RAT_INST_XOR_RTN, tgsi_atomic_op},
10841 [TGSI_OPCODE_ATOMXOR] = { V_RAT_INST_XOR_RTN, tgsi_atomic_op},
/external/virglrenderer/src/
Dvrend_shader.c2526 case TGSI_OPCODE_ATOMXOR: in get_atomic_opname()
3929 case TGSI_OPCODE_ATOMXOR: in iter_instruction()