Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_tgsi_private.h180 case TGSI_OPCODE_ATOMXOR: in is_resource_instruction()
Dst_glsl_to_tgsi.cpp3515 opcode = TGSI_OPCODE_ATOMXOR; in visit_atomic_counter_intrinsic()
3616 opcode = TGSI_OPCODE_ATOMXOR; in visit_ssbo_intrinsic()
3748 opcode = TGSI_OPCODE_ATOMXOR; in visit_shared_intrinsic()
3944 opcode = TGSI_OPCODE_ATOMXOR; in visit_image_intrinsic()
6210 case TGSI_OPCODE_ATOMXOR: in compile_tgsi_instruction()
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_buffer.c202 case TGSI_OPCODE_ATOMXOR: { in handle_op_atomic()
Dsp_image.c414 case TGSI_OPCODE_ATOMXOR: in handle_op_uint()
530 case TGSI_OPCODE_ATOMXOR: in handle_op_int()
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_util.c383 case TGSI_OPCODE_ATOMXOR: in tgsi_util_get_inst_usage_mask()
Dtgsi_scan.c398 case TGSI_OPCODE_ATOMXOR: in scan_instruction()
Dtgsi_exec.c4321 case TGSI_OPCODE_ATOMXOR: in exec_atomop_mem()
6158 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.h527 TGSI_OPCODE_ATOMXOR = 172, enumerator
/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/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp544 case TGSI_OPCODE_ATOMXOR: in inferSrcType()
952 case TGSI_OPCODE_ATOMXOR: return NV50_IR_SUBOP_ATOM_XOR; in opcodeToSubOp()
1581 case TGSI_OPCODE_ATOMXOR: in scanInstruction()
3747 case TGSI_OPCODE_ATOMXOR: in handleInstruction()
/external/mesa3d/src/gallium/auxiliary/nir/
Dnir_to_tgsi.c1145 opcode = TGSI_OPCODE_ATOMXOR; in ntt_emit_mem()
1286 op = TGSI_OPCODE_ATOMXOR; in ntt_emit_image_load_store()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_soa.c3779 case TGSI_OPCODE_ATOMXOR: in atomic_emit()
4558 bld.bld_base.op_actions[TGSI_OPCODE_ATOMXOR].emit = atomic_emit; in lp_build_tgsi_soa()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c9346 case TGSI_OPCODE_ATOMXOR: in get_gds_op()
9473 case TGSI_OPCODE_ATOMXOR: in get_lds_op()
11845 [TGSI_OPCODE_ATOMXOR] = { ALU_OP0_NOP, tgsi_unsupported},
12042 [TGSI_OPCODE_ATOMXOR] = { V_RAT_INST_XOR_RTN, tgsi_atomic_op},
12268 [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()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_vgpu10.c9473 case TGSI_OPCODE_ATOMXOR: in emit_vgpu10_instruction()