Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_tgsi_private.h177 case TGSI_OPCODE_ATOMCAS: in is_resource_instruction()
Dst_glsl_to_tgsi.cpp3521 opcode = TGSI_OPCODE_ATOMCAS; in visit_atomic_counter_intrinsic()
3622 opcode = TGSI_OPCODE_ATOMCAS; in visit_ssbo_intrinsic()
3754 opcode = TGSI_OPCODE_ATOMCAS; in visit_shared_intrinsic()
3950 opcode = TGSI_OPCODE_ATOMCAS; in visit_image_intrinsic()
6207 case TGSI_OPCODE_ATOMCAS: in compile_tgsi_instruction()
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_buffer.c181 case TGSI_OPCODE_ATOMCAS: { in handle_op_atomic()
Dsp_image.c390 case TGSI_OPCODE_ATOMCAS: in handle_op_uint()
506 case TGSI_OPCODE_ATOMCAS: in handle_op_int()
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_util.c380 case TGSI_OPCODE_ATOMCAS: in tgsi_util_get_inst_usage_mask()
Dtgsi_exec.c4193 if (inst->Instruction.Opcode == TGSI_OPCODE_ATOMCAS) in exec_atomop_img()
4205 if (inst->Instruction.Opcode == TGSI_OPCODE_ATOMCAS) { in exec_atomop_img()
4254 if (inst->Instruction.Opcode == TGSI_OPCODE_ATOMCAS) in exec_atomop_buf()
4264 if (inst->Instruction.Opcode == TGSI_OPCODE_ATOMCAS) { in exec_atomop_buf()
4311 if (inst->Instruction.Opcode == TGSI_OPCODE_ATOMCAS) in exec_atomop_mem()
4345 case TGSI_OPCODE_ATOMCAS: in exec_atomop_mem()
6155 case TGSI_OPCODE_ATOMCAS: in exec_instruction()
Dtgsi_scan.c395 case TGSI_OPCODE_ATOMCAS: in scan_instruction()
/external/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h524 TGSI_OPCODE_ATOMCAS = 169, enumerator
/external/virglrenderer/src/gallium/include/pipe/
Dp_shader_tokens.h506 #define TGSI_OPCODE_ATOMCAS 169 macro
/external/virglrenderer/src/gallium/auxiliary/tgsi/
Dtgsi_info.c211 { 1, 4, 0, 0, 0, 0, OTHR, "ATOMCAS", TGSI_OPCODE_ATOMCAS },
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_soa.c3736 …params.img_op = (emit_data->inst->Instruction.Opcode == TGSI_OPCODE_ATOMCAS) ? LP_IMG_ATOMIC_CAS :… in img_atomic_emit()
3740 if (emit_data->inst->Instruction.Opcode == TGSI_OPCODE_ATOMCAS) { in img_atomic_emit()
3794 case TGSI_OPCODE_ATOMCAS: in atomic_emit()
3856 if (emit_data->inst->Instruction.Opcode == TGSI_OPCODE_ATOMCAS) { in atomic_emit()
4555 bld.bld_base.op_actions[TGSI_OPCODE_ATOMCAS].emit = atomic_emit; in lp_build_tgsi_soa()
/external/mesa3d/src/gallium/drivers/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()
1578 case TGSI_OPCODE_ATOMCAS: in scanInstruction()
3744 case TGSI_OPCODE_ATOMCAS: in handleInstruction()
/external/mesa3d/src/gallium/auxiliary/nir/
Dnir_to_tgsi.c1153 opcode = TGSI_OPCODE_ATOMCAS; in ntt_emit_mem()
1292 op = TGSI_OPCODE_ATOMCAS; in ntt_emit_image_load_store()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c9354 case TGSI_OPCODE_ATOMCAS: in get_gds_op()
9485 case TGSI_OPCODE_ATOMCAS: in get_lds_op()
11842 [TGSI_OPCODE_ATOMCAS] = { ALU_OP0_NOP, tgsi_unsupported},
12039 [TGSI_OPCODE_ATOMCAS] = { V_RAT_INST_CMPXCHG_INT_RTN, tgsi_atomic_op},
12265 [TGSI_OPCODE_ATOMCAS] = { V_RAT_INST_CMPXCHG_INT_RTN, tgsi_atomic_op},
/external/virglrenderer/src/
Dvrend_shader.c3270 case TGSI_OPCODE_ATOMCAS: in get_atomic_opname()
5346 case TGSI_OPCODE_ATOMCAS: in iter_instruction()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_vgpu10.c9465 case TGSI_OPCODE_ATOMCAS: in emit_vgpu10_instruction()