Searched refs:TGSI_OPCODE_ATOMCAS (Results 1 – 16 of 16) sorted by relevance
/external/mesa3d/src/mesa/state_tracker/ |
D | st_glsl_to_tgsi_private.h | 177 case TGSI_OPCODE_ATOMCAS: in is_resource_instruction()
|
D | st_glsl_to_tgsi.cpp | 3521 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/ |
D | sp_buffer.c | 181 case TGSI_OPCODE_ATOMCAS: { in handle_op_atomic()
|
D | sp_image.c | 390 case TGSI_OPCODE_ATOMCAS: in handle_op_uint() 506 case TGSI_OPCODE_ATOMCAS: in handle_op_int()
|
/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 | 4193 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()
|
D | tgsi_scan.c | 395 case TGSI_OPCODE_ATOMCAS: in scan_instruction()
|
/external/mesa3d/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 524 TGSI_OPCODE_ATOMCAS = 169, enumerator
|
/external/virglrenderer/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 506 #define TGSI_OPCODE_ATOMCAS 169 macro
|
/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/auxiliary/gallivm/ |
D | lp_bld_tgsi_soa.c | 3736 …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/ |
D | nv50_ir_from_tgsi.cpp | 541 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/ |
D | nir_to_tgsi.c | 1153 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/ |
D | r600_shader.c | 9354 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/ |
D | vrend_shader.c | 3270 case TGSI_OPCODE_ATOMCAS: in get_atomic_opname() 5346 case TGSI_OPCODE_ATOMCAS: in iter_instruction()
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_tgsi_vgpu10.c | 9465 case TGSI_OPCODE_ATOMCAS: in emit_vgpu10_instruction()
|