Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_tgsi_private.h154 case TGSI_OPCODE_ATOMCAS: in is_resource_instruction()
Dst_glsl_to_tgsi.cpp3349 opcode = TGSI_OPCODE_ATOMCAS; in visit_atomic_counter_intrinsic()
3450 opcode = TGSI_OPCODE_ATOMCAS; in visit_ssbo_intrinsic()
3582 opcode = TGSI_OPCODE_ATOMCAS; in visit_shared_intrinsic()
3773 opcode = TGSI_OPCODE_ATOMCAS; in visit_image_intrinsic()
5870 case TGSI_OPCODE_ATOMCAS: in compile_tgsi_instruction()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_tgsi_mem.c816 if (inst->Instruction.Opcode == TGSI_OPCODE_ATOMCAS) { in atomic_fetch_args()
824 if (inst->Instruction.Opcode == TGSI_OPCODE_ATOMCAS) in atomic_fetch_args()
869 if (inst->Instruction.Opcode == TGSI_OPCODE_ATOMCAS) { in atomic_emit_memory()
948 if (inst->Instruction.Opcode == TGSI_OPCODE_ATOMCAS) in atomic_emit()
1982 bld_base->op_actions[TGSI_OPCODE_ATOMCAS] = tmpl; in si_shader_context_init_mem()
1983 bld_base->op_actions[TGSI_OPCODE_ATOMCAS].intr_name = "cmpswap"; in si_shader_context_init_mem()
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_util.c380 case TGSI_OPCODE_ATOMCAS: in tgsi_util_get_inst_usage_mask()
Dtgsi_exec.c4102 if (inst->Instruction.Opcode == TGSI_OPCODE_ATOMCAS) in exec_atomop_img()
4114 if (inst->Instruction.Opcode == TGSI_OPCODE_ATOMCAS) { in exec_atomop_img()
4163 if (inst->Instruction.Opcode == TGSI_OPCODE_ATOMCAS) in exec_atomop_buf()
4173 if (inst->Instruction.Opcode == TGSI_OPCODE_ATOMCAS) { in exec_atomop_buf()
4220 if (inst->Instruction.Opcode == TGSI_OPCODE_ATOMCAS) in exec_atomop_mem()
4254 case TGSI_OPCODE_ATOMCAS: in exec_atomop_mem()
5930 case TGSI_OPCODE_ATOMCAS: in exec_instruction()
Dtgsi_scan.c379 case TGSI_OPCODE_ATOMCAS: in scan_instruction()
/external/virglrenderer/src/gallium/include/pipe/
Dp_shader_tokens.h508 #define TGSI_OPCODE_ATOMCAS 169 macro
/external/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h514 #define TGSI_OPCODE_ATOMCAS 169 macro
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_image.c423 case TGSI_OPCODE_ATOMCAS: in handle_op_uint()
539 case TGSI_OPCODE_ATOMCAS: in handle_op_int()
Dsp_buffer.c200 case TGSI_OPCODE_ATOMCAS: in handle_op_uint()
/external/virglrenderer/src/gallium/auxiliary/tgsi/
Dtgsi_info.c211 { 1, 4, 0, 0, 0, 0, OTHR, "ATOMCAS", TGSI_OPCODE_ATOMCAS },
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp603 case TGSI_OPCODE_ATOMCAS: in inferSrcType()
1005 case TGSI_OPCODE_ATOMCAS: return NV50_IR_SUBOP_ATOM_CAS; in opcodeToSubOp()
1606 case TGSI_OPCODE_ATOMCAS: in scanInstruction()
3815 case TGSI_OPCODE_ATOMCAS: in handleInstruction()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c8624 case TGSI_OPCODE_ATOMCAS: in get_gds_op()
8725 case TGSI_OPCODE_ATOMCAS: in get_lds_op()
10419 [TGSI_OPCODE_ATOMCAS] = { ALU_OP0_NOP, tgsi_unsupported},
10616 [TGSI_OPCODE_ATOMCAS] = { V_RAT_INST_CMPXCHG_INT_RTN, tgsi_atomic_op},
10838 [TGSI_OPCODE_ATOMCAS] = { V_RAT_INST_CMPXCHG_INT_RTN, tgsi_atomic_op},
/external/virglrenderer/src/
Dvrend_shader.c2516 case TGSI_OPCODE_ATOMCAS: in get_atomic_opname()
3926 case TGSI_OPCODE_ATOMCAS: in iter_instruction()