Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/softpipe/
Dsp_image.c383 case TGSI_OPCODE_ATOMXCHG: in handle_op_uint()
499 case TGSI_OPCODE_ATOMXCHG: in handle_op_int()
689 opcode == TGSI_OPCODE_ATOMXCHG) in sp_tgsi_op()
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_util.c322 case TGSI_OPCODE_ATOMXCHG: in tgsi_util_get_src_usage_mask()
Dtgsi_scan.c394 case TGSI_OPCODE_ATOMXCHG: in scan_instruction()
Dtgsi_exec.c4041 case TGSI_OPCODE_ATOMXCHG: in exec_atomop_membuf()
5827 case TGSI_OPCODE_ATOMXCHG: in exec_instruction()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h518 TGSI_OPCODE_ATOMXCHG = 168, enumerator
/third_party/mesa3d/src/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp540 case TGSI_OPCODE_ATOMXCHG: in inferSrcType()
948 case TGSI_OPCODE_ATOMXCHG: return NV50_IR_SUBOP_ATOM_EXCH; in opcodeToSubOp()
1598 case TGSI_OPCODE_ATOMXCHG: in scanInstruction()
3810 case TGSI_OPCODE_ATOMXCHG: in handleInstruction()
/third_party/mesa3d/src/gallium/auxiliary/nir/
Dnir_to_tgsi.c1989 opcode = TGSI_OPCODE_ATOMXCHG; in ntt_emit_mem()
2125 op = TGSI_OPCODE_ATOMXCHG; in ntt_emit_image_load_store()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_soa.c3777 case TGSI_OPCODE_ATOMXCHG: in atomic_emit()
4561 bld.bld_base.op_actions[TGSI_OPCODE_ATOMXCHG].emit = atomic_emit; in lp_build_tgsi_soa()
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c9394 case TGSI_OPCODE_ATOMXCHG: in get_gds_op()
9525 case TGSI_OPCODE_ATOMXCHG: in get_lds_op()
11953 [TGSI_OPCODE_ATOMXCHG] = { ALU_OP0_NOP, tgsi_unsupported},
12150 [TGSI_OPCODE_ATOMXCHG] = { V_RAT_INST_XCHG_RTN, tgsi_atomic_op},
12377 [TGSI_OPCODE_ATOMXCHG] = { V_RAT_INST_XCHG_RTN, tgsi_atomic_op},
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_vgpu10.c11163 case TGSI_OPCODE_ATOMXCHG: in emit_instruction()