Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h508 #define TGSI_OPCODE_ATOMUADD 167 macro
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_image.c409 case TGSI_OPCODE_ATOMUADD: in handle_op_uint()
525 case TGSI_OPCODE_ATOMUADD: in handle_op_int()
Dsp_buffer.c186 case TGSI_OPCODE_ATOMUADD: in handle_op_uint()
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_info.c209 { 1, 3, 0, 1, 0, 0, 0, OTHR, "ATOMUADD", TGSI_OPCODE_ATOMUADD },
Dtgsi_exec.c4336 case TGSI_OPCODE_ATOMUADD: in exec_atomop_mem()
6092 case TGSI_OPCODE_ATOMUADD: in exec_instruction()
/external/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_tgsi.cpp614 case TGSI_OPCODE_ATOMUADD: in is_resource_instruction()
3268 inst = emit_asm(ir, TGSI_OPCODE_ATOMUADD, dst, offset, in visit_atomic_counter_intrinsic()
3271 inst = emit_asm(ir, TGSI_OPCODE_ATOMUADD, dst, offset, in visit_atomic_counter_intrinsic()
3283 opcode = TGSI_OPCODE_ATOMUADD; in visit_atomic_counter_intrinsic()
3385 opcode = TGSI_OPCODE_ATOMUADD; in visit_ssbo_intrinsic()
3535 opcode = TGSI_OPCODE_ATOMUADD; in visit_shared_intrinsic()
3666 opcode = TGSI_OPCODE_ATOMUADD; in visit_image_intrinsic()
5660 case TGSI_OPCODE_ATOMUADD: in compile_tgsi_instruction()
/external/mesa3d/src/gallium/drivers/ilo/shader/
Dtoy_tgsi.c901 [TGSI_OPCODE_ATOMUADD] = aos_unsupported,
1442 [TGSI_OPCODE_ATOMUADD] = soa_unsupported,
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp573 case TGSI_OPCODE_ATOMUADD: in inferSrcType()
890 case TGSI_OPCODE_ATOMUADD: return NV50_IR_SUBOP_ATOM_ADD; in opcodeToSubOp()
3612 case TGSI_OPCODE_ATOMUADD: in handleInstruction()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader.c4137 case TGSI_OPCODE_ATOMUADD: in atomic_emit_memory()
6756 bld_base->op_actions[TGSI_OPCODE_ATOMUADD] = tmpl; in si_init_shader_ctx()
6757 bld_base->op_actions[TGSI_OPCODE_ATOMUADD].intr_name = "add"; in si_init_shader_ctx()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c9228 [TGSI_OPCODE_ATOMUADD] = { ALU_OP0_NOP, tgsi_unsupported},
9426 [TGSI_OPCODE_ATOMUADD] = { ALU_OP0_NOP, tgsi_unsupported},
9649 [TGSI_OPCODE_ATOMUADD] = { ALU_OP0_NOP, tgsi_unsupported},