Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h510 #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/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_info.c211 { 1, 4, 0, 1, 0, 0, 0, OTHR, "ATOMCAS", TGSI_OPCODE_ATOMCAS },
Dtgsi_exec.c4211 if (inst->Instruction.Opcode == TGSI_OPCODE_ATOMCAS) in exec_atomop_img()
4223 if (inst->Instruction.Opcode == TGSI_OPCODE_ATOMCAS) { in exec_atomop_img()
4272 if (inst->Instruction.Opcode == TGSI_OPCODE_ATOMCAS) in exec_atomop_buf()
4282 if (inst->Instruction.Opcode == TGSI_OPCODE_ATOMCAS) { in exec_atomop_buf()
4329 if (inst->Instruction.Opcode == TGSI_OPCODE_ATOMCAS) in exec_atomop_mem()
4363 case TGSI_OPCODE_ATOMCAS: in exec_atomop_mem()
6094 case TGSI_OPCODE_ATOMCAS: in exec_instruction()
/external/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_tgsi.cpp616 case TGSI_OPCODE_ATOMCAS: in is_resource_instruction()
3304 opcode = TGSI_OPCODE_ATOMCAS; in visit_atomic_counter_intrinsic()
3406 opcode = TGSI_OPCODE_ATOMCAS; in visit_ssbo_intrinsic()
3556 opcode = TGSI_OPCODE_ATOMCAS; in visit_shared_intrinsic()
3687 opcode = TGSI_OPCODE_ATOMCAS; in visit_image_intrinsic()
5662 case TGSI_OPCODE_ATOMCAS: in compile_tgsi_instruction()
/external/mesa3d/src/gallium/drivers/ilo/shader/
Dtoy_tgsi.c903 [TGSI_OPCODE_ATOMCAS] = aos_unsupported,
1444 [TGSI_OPCODE_ATOMCAS] = soa_unsupported,
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader.c4065 if (inst->Instruction.Opcode == TGSI_OPCODE_ATOMCAS) { in atomic_fetch_args()
4073 if (inst->Instruction.Opcode == TGSI_OPCODE_ATOMCAS) in atomic_fetch_args()
4118 if (inst->Instruction.Opcode == TGSI_OPCODE_ATOMCAS) { in atomic_emit_memory()
4200 if (inst->Instruction.Opcode == TGSI_OPCODE_ATOMCAS) in atomic_emit()
6760 bld_base->op_actions[TGSI_OPCODE_ATOMCAS] = tmpl; in si_init_shader_ctx()
6761 bld_base->op_actions[TGSI_OPCODE_ATOMCAS].intr_name = "cmpswap"; in si_init_shader_ctx()
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp575 case TGSI_OPCODE_ATOMCAS: in inferSrcType()
892 case TGSI_OPCODE_ATOMCAS: return NV50_IR_SUBOP_ATOM_CAS; in opcodeToSubOp()
3614 case TGSI_OPCODE_ATOMCAS: in handleInstruction()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c9230 [TGSI_OPCODE_ATOMCAS] = { ALU_OP0_NOP, tgsi_unsupported},
9428 [TGSI_OPCODE_ATOMCAS] = { ALU_OP0_NOP, tgsi_unsupported},
9651 [TGSI_OPCODE_ATOMCAS] = { ALU_OP0_NOP, tgsi_unsupported},