Searched refs:TGSI_OPCODE_ATOMCAS (Results 1 – 14 of 14) sorted by relevance
/external/mesa3d/src/mesa/state_tracker/ |
D | st_glsl_to_tgsi_private.h | 154 case TGSI_OPCODE_ATOMCAS: in is_resource_instruction()
|
D | st_glsl_to_tgsi.cpp | 3349 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/ |
D | si_shader_tgsi_mem.c | 816 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/ |
D | tgsi_util.c | 380 case TGSI_OPCODE_ATOMCAS: in tgsi_util_get_inst_usage_mask()
|
D | tgsi_exec.c | 4102 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()
|
D | tgsi_scan.c | 379 case TGSI_OPCODE_ATOMCAS: in scan_instruction()
|
/external/virglrenderer/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 508 #define TGSI_OPCODE_ATOMCAS 169 macro
|
/external/mesa3d/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 514 #define TGSI_OPCODE_ATOMCAS 169 macro
|
/external/mesa3d/src/gallium/drivers/softpipe/ |
D | sp_image.c | 423 case TGSI_OPCODE_ATOMCAS: in handle_op_uint() 539 case TGSI_OPCODE_ATOMCAS: in handle_op_int()
|
D | sp_buffer.c | 200 case TGSI_OPCODE_ATOMCAS: in handle_op_uint()
|
/external/virglrenderer/src/gallium/auxiliary/tgsi/ |
D | tgsi_info.c | 211 { 1, 4, 0, 0, 0, 0, OTHR, "ATOMCAS", TGSI_OPCODE_ATOMCAS },
|
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_from_tgsi.cpp | 603 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/ |
D | r600_shader.c | 8624 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/ |
D | vrend_shader.c | 2516 case TGSI_OPCODE_ATOMCAS: in get_atomic_opname() 3926 case TGSI_OPCODE_ATOMCAS: in iter_instruction()
|