Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_tgsi_private.h183 case TGSI_OPCODE_ATOMIMIN: in is_resource_instruction()
Dst_glsl_to_tgsi.cpp3583 opcode = TGSI_OPCODE_ATOMIMIN; in visit_atomic_counter_intrinsic()
3684 opcode = TGSI_OPCODE_ATOMIMIN; in visit_ssbo_intrinsic()
3816 opcode = TGSI_OPCODE_ATOMIMIN; in visit_shared_intrinsic()
4012 opcode = TGSI_OPCODE_ATOMIMIN; in visit_image_intrinsic()
6293 case TGSI_OPCODE_ATOMIMIN: in compile_tgsi_instruction()
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_util.c325 case TGSI_OPCODE_ATOMIMIN: in tgsi_util_get_inst_usage_mask()
Dtgsi_scan.c401 case TGSI_OPCODE_ATOMIMIN: in scan_instruction()
Dtgsi_exec.c4114 case TGSI_OPCODE_ATOMIMIN: in exec_atomop_membuf()
5913 case TGSI_OPCODE_ATOMIMIN: in exec_instruction()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h524 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/gallium/drivers/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()
3810 case TGSI_OPCODE_ATOMIMIN: in handleInstruction()
/third_party/mesa3d/src/gallium/auxiliary/nir/
Dnir_to_tgsi.c1483 opcode = TGSI_OPCODE_ATOMIMIN; in ntt_emit_mem()
1629 op = TGSI_OPCODE_ATOMIMIN; in ntt_emit_image_load_store()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_soa.c3788 case TGSI_OPCODE_ATOMIMIN: in atomic_emit()
4561 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.c9493 case TGSI_OPCODE_ATOMIMIN: in get_lds_op()
11932 [TGSI_OPCODE_ATOMIMIN] = { ALU_OP0_NOP, tgsi_unsupported},
12129 [TGSI_OPCODE_ATOMIMIN] = { V_RAT_INST_MIN_INT_RTN, tgsi_atomic_op},
12356 [TGSI_OPCODE_ATOMIMIN] = { V_RAT_INST_MIN_INT_RTN, tgsi_atomic_op},
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_vgpu10.c9522 case TGSI_OPCODE_ATOMIMIN: in emit_vgpu10_instruction()