Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_util.c323 case TGSI_OPCODE_ATOMCAS: in tgsi_util_get_src_usage_mask()
Dtgsi_scan.c395 case TGSI_OPCODE_ATOMCAS: in scan_instruction()
Dtgsi_exec.c3928 if (inst->Instruction.Opcode == TGSI_OPCODE_ATOMCAS) in exec_atomop_img()
3940 if (inst->Instruction.Opcode == TGSI_OPCODE_ATOMCAS) { in exec_atomop_img()
4001 if (inst->Instruction.Opcode == TGSI_OPCODE_ATOMCAS) in exec_atomop_membuf()
4044 case TGSI_OPCODE_ATOMCAS: in exec_atomop_membuf()
5828 case TGSI_OPCODE_ATOMCAS: in exec_instruction()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h519 TGSI_OPCODE_ATOMCAS = 169, enumerator
/third_party/mesa3d/src/gallium/drivers/softpipe/
Dsp_image.c390 case TGSI_OPCODE_ATOMCAS: in handle_op_uint()
506 case TGSI_OPCODE_ATOMCAS: in handle_op_int()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_soa.c3743 …params.img_op = (emit_data->inst->Instruction.Opcode == TGSI_OPCODE_ATOMCAS) ? LP_IMG_ATOMIC_CAS :… in img_atomic_emit()
3747 if (emit_data->inst->Instruction.Opcode == TGSI_OPCODE_ATOMCAS) { in img_atomic_emit()
3801 case TGSI_OPCODE_ATOMCAS: in atomic_emit()
3863 if (emit_data->inst->Instruction.Opcode == TGSI_OPCODE_ATOMCAS) { in atomic_emit()
4562 bld.bld_base.op_actions[TGSI_OPCODE_ATOMCAS].emit = atomic_emit; in lp_build_tgsi_soa()
/third_party/mesa3d/src/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp541 case TGSI_OPCODE_ATOMCAS: in inferSrcType()
949 case TGSI_OPCODE_ATOMCAS: return NV50_IR_SUBOP_ATOM_CAS; in opcodeToSubOp()
1599 case TGSI_OPCODE_ATOMCAS: in scanInstruction()
3811 case TGSI_OPCODE_ATOMCAS: in handleInstruction()
/third_party/mesa3d/src/gallium/auxiliary/nir/
Dnir_to_tgsi.c1994 opcode = TGSI_OPCODE_ATOMCAS; in ntt_emit_mem()
2128 op = TGSI_OPCODE_ATOMCAS; in ntt_emit_image_load_store()
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c9396 case TGSI_OPCODE_ATOMCAS: in get_gds_op()
9527 case TGSI_OPCODE_ATOMCAS: in get_lds_op()
11954 [TGSI_OPCODE_ATOMCAS] = { ALU_OP0_NOP, tgsi_unsupported},
12151 [TGSI_OPCODE_ATOMCAS] = { V_RAT_INST_CMPXCHG_INT_RTN, tgsi_atomic_op},
12378 [TGSI_OPCODE_ATOMCAS] = { V_RAT_INST_CMPXCHG_INT_RTN, tgsi_atomic_op},
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_vgpu10.c11142 case TGSI_OPCODE_ATOMCAS: in emit_instruction()