Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_util.c326 case TGSI_OPCODE_ATOMXOR: in tgsi_util_get_src_usage_mask()
Dtgsi_scan.c398 case TGSI_OPCODE_ATOMXOR: in scan_instruction()
Dtgsi_exec.c4020 case TGSI_OPCODE_ATOMXOR: in exec_atomop_membuf()
5831 case TGSI_OPCODE_ATOMXOR: in exec_instruction()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h522 TGSI_OPCODE_ATOMXOR = 172, enumerator
/third_party/mesa3d/src/gallium/drivers/softpipe/
Dsp_image.c414 case TGSI_OPCODE_ATOMXOR: in handle_op_uint()
530 case TGSI_OPCODE_ATOMXOR: in handle_op_int()
/third_party/mesa3d/src/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()
1602 case TGSI_OPCODE_ATOMXOR: in scanInstruction()
3814 case TGSI_OPCODE_ATOMXOR: in handleInstruction()
/third_party/mesa3d/src/gallium/auxiliary/nir/
Dnir_to_tgsi.c1984 opcode = TGSI_OPCODE_ATOMXOR; in ntt_emit_mem()
2122 op = TGSI_OPCODE_ATOMXOR; in ntt_emit_image_load_store()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_soa.c3786 case TGSI_OPCODE_ATOMXOR: in atomic_emit()
4565 bld.bld_base.op_actions[TGSI_OPCODE_ATOMXOR].emit = atomic_emit; in lp_build_tgsi_soa()
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c9384 case TGSI_OPCODE_ATOMXOR: in get_gds_op()
9515 case TGSI_OPCODE_ATOMXOR: in get_lds_op()
11957 [TGSI_OPCODE_ATOMXOR] = { ALU_OP0_NOP, tgsi_unsupported},
12154 [TGSI_OPCODE_ATOMXOR] = { V_RAT_INST_XOR_RTN, tgsi_atomic_op},
12381 [TGSI_OPCODE_ATOMXOR] = { V_RAT_INST_XOR_RTN, tgsi_atomic_op},
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_vgpu10.c11166 case TGSI_OPCODE_ATOMXOR: in emit_instruction()