Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_util.c324 case TGSI_OPCODE_ATOMAND: in tgsi_util_get_src_usage_mask()
Dtgsi_scan.c396 case TGSI_OPCODE_ATOMAND: in scan_instruction()
Dtgsi_exec.c4026 case TGSI_OPCODE_ATOMAND: in exec_atomop_membuf()
5829 case TGSI_OPCODE_ATOMAND: in exec_instruction()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h520 TGSI_OPCODE_ATOMAND = 170, enumerator
/third_party/mesa3d/src/gallium/drivers/softpipe/
Dsp_image.c400 case TGSI_OPCODE_ATOMAND: in handle_op_uint()
516 case TGSI_OPCODE_ATOMAND: in handle_op_int()
/third_party/mesa3d/src/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp542 case TGSI_OPCODE_ATOMAND: in inferSrcType()
950 case TGSI_OPCODE_ATOMAND: return NV50_IR_SUBOP_ATOM_AND; in opcodeToSubOp()
1600 case TGSI_OPCODE_ATOMAND: in scanInstruction()
3812 case TGSI_OPCODE_ATOMAND: in handleInstruction()
/third_party/mesa3d/src/gallium/auxiliary/nir/
Dnir_to_tgsi.c1974 opcode = TGSI_OPCODE_ATOMAND; in ntt_emit_mem()
2116 op = TGSI_OPCODE_ATOMAND; in ntt_emit_image_load_store()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_soa.c3780 case TGSI_OPCODE_ATOMAND: in atomic_emit()
4563 bld.bld_base.op_actions[TGSI_OPCODE_ATOMAND].emit = atomic_emit; in lp_build_tgsi_soa()
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c9380 case TGSI_OPCODE_ATOMAND: in get_gds_op()
9511 case TGSI_OPCODE_ATOMAND: in get_lds_op()
11955 [TGSI_OPCODE_ATOMAND] = { ALU_OP0_NOP, tgsi_unsupported},
12152 [TGSI_OPCODE_ATOMAND] = { V_RAT_INST_AND_RTN, tgsi_atomic_op},
12379 [TGSI_OPCODE_ATOMAND] = { V_RAT_INST_AND_RTN, tgsi_atomic_op},
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_vgpu10.c11139 case TGSI_OPCODE_ATOMAND: in emit_instruction()