Home
last modified time | relevance | path

Searched refs:TGSI_OPCODE_ATOMUADD (Results 1 - 11 of 11) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_info.c266 ((opcode >= TGSI_OPCODE_ATOMUADD && opcode <= TGSI_OPCODE_ATOMIMAX) || in tgsi_opcode_infer_src_type()
H A Dtgsi_util.c321 case TGSI_OPCODE_ATOMUADD: in tgsi_util_get_src_usage_mask()
H A Dtgsi_scan.c393 case TGSI_OPCODE_ATOMUADD: in scan_instruction()
H A Dtgsi_exec.c4017 case TGSI_OPCODE_ATOMUADD: in exec_atomop_membuf()
5826 case TGSI_OPCODE_ATOMUADD: in exec_instruction()
/third_party/mesa3d/src/gallium/include/pipe/
H A Dp_shader_tokens.h517 TGSI_OPCODE_ATOMUADD = 167, enumerator
/third_party/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_image.c376 case TGSI_OPCODE_ATOMUADD: in handle_op_uint()
492 case TGSI_OPCODE_ATOMUADD: in handle_op_int()
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_from_tgsi.cpp539 case TGSI_OPCODE_ATOMUADD: in inferSrcType()
947 case TGSI_OPCODE_ATOMUADD: return NV50_IR_SUBOP_ATOM_ADD; in opcodeToSubOp()
1597 case TGSI_OPCODE_ATOMUADD: in scanInstruction()
3809 case TGSI_OPCODE_ATOMUADD: in handleInstruction()
/third_party/mesa3d/src/gallium/auxiliary/nir/
H A Dnir_to_tgsi.c1947 opcode = TGSI_OPCODE_ATOMUADD; in ntt_emit_mem()
2098 op = TGSI_OPCODE_ATOMUADD; in ntt_emit_image_load_store()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi_soa.c3774 case TGSI_OPCODE_ATOMUADD: in atomic_emit()
4560 bld.bld_base.op_actions[TGSI_OPCODE_ATOMUADD].emit = atomic_emit; in lp_build_tgsi_soa()
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_shader.c9378 case TGSI_OPCODE_ATOMUADD: in get_gds_op()
9509 case TGSI_OPCODE_ATOMUADD: in get_lds_op()
11952 [TGSI_OPCODE_ATOMUADD] = { ALU_OP0_NOP, tgsi_unsupported},
12149 [TGSI_OPCODE_ATOMUADD] = { V_RAT_INST_ADD_RTN, tgsi_atomic_op},
12376 [TGSI_OPCODE_ATOMUADD] = { V_RAT_INST_ADD_RTN, tgsi_atomic_op},
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_tgsi_vgpu10.c11154 case TGSI_OPCODE_ATOMUADD: in emit_instruction()

Completed in 55 milliseconds