Home
last modified time | relevance | path

Searched refs:TGSI_OPCODE_ATOMIMIN (Results 1 – 11 of 11) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_util.c329 case TGSI_OPCODE_ATOMIMIN: in tgsi_util_get_src_usage_mask()
Dtgsi_scan.c401 case TGSI_OPCODE_ATOMIMIN: in scan_instruction()
Dtgsi_exec.c4035 case TGSI_OPCODE_ATOMIMIN: in exec_atomop_membuf()
5834 case TGSI_OPCODE_ATOMIMIN: in exec_instruction()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h525 TGSI_OPCODE_ATOMIMIN = 175, enumerator
/third_party/mesa3d/src/gallium/drivers/softpipe/
Dsp_image.c437 case TGSI_OPCODE_ATOMIMIN: in handle_op_uint()
553 case TGSI_OPCODE_ATOMIMIN: in handle_op_int()
/third_party/mesa3d/src/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp571 case TGSI_OPCODE_ATOMIMIN: in inferSrcType()
954 case TGSI_OPCODE_ATOMIMIN: return NV50_IR_SUBOP_ATOM_MIN; in opcodeToSubOp()
1604 case TGSI_OPCODE_ATOMIMIN: in scanInstruction()
3816 case TGSI_OPCODE_ATOMIMIN: in handleInstruction()
/third_party/mesa3d/src/gallium/auxiliary/nir/
Dnir_to_tgsi.c1956 opcode = TGSI_OPCODE_ATOMIMIN; in ntt_emit_mem()
2104 op = TGSI_OPCODE_ATOMIMIN; in ntt_emit_image_load_store()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_soa.c3795 case TGSI_OPCODE_ATOMIMIN: in atomic_emit()
4568 bld.bld_base.op_actions[TGSI_OPCODE_ATOMIMIN].emit = atomic_emit; in lp_build_tgsi_soa()
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c9390 case TGSI_OPCODE_ATOMIMIN: in get_gds_op()
9521 case TGSI_OPCODE_ATOMIMIN: in get_lds_op()
11960 [TGSI_OPCODE_ATOMIMIN] = { ALU_OP0_NOP, tgsi_unsupported},
12157 [TGSI_OPCODE_ATOMIMIN] = { V_RAT_INST_MIN_INT_RTN, tgsi_atomic_op},
12384 [TGSI_OPCODE_ATOMIMIN] = { V_RAT_INST_MIN_INT_RTN, tgsi_atomic_op},
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_vgpu10.c11148 case TGSI_OPCODE_ATOMIMIN: in emit_instruction()
/third_party/mesa3d/docs/relnotes/
D22.2.0.rst2330 - r600: Add support for TGSI_OPCODE_ATOMIMIN and IMAX