Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h516 #define TGSI_OPCODE_ATOMIMIN 175 macro
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_image.c470 case TGSI_OPCODE_ATOMIMIN: in handle_op_uint()
586 case TGSI_OPCODE_ATOMIMIN: in handle_op_int()
Dsp_buffer.c247 case TGSI_OPCODE_ATOMIMIN: in handle_op_uint()
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_info.c217 { 1, 3, 0, 1, 0, 0, 0, OTHR, "ATOMIMIN", TGSI_OPCODE_ATOMIMIN },
Dtgsi_exec.c4354 case TGSI_OPCODE_ATOMIMIN: in exec_atomop_mem()
6100 case TGSI_OPCODE_ATOMIMIN: in exec_instruction()
/external/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_tgsi.cpp622 case TGSI_OPCODE_ATOMIMIN: in is_resource_instruction()
3286 opcode = TGSI_OPCODE_ATOMIMIN; in visit_atomic_counter_intrinsic()
3388 opcode = TGSI_OPCODE_ATOMIMIN; in visit_ssbo_intrinsic()
3538 opcode = TGSI_OPCODE_ATOMIMIN; in visit_shared_intrinsic()
3669 opcode = TGSI_OPCODE_ATOMIMIN; in visit_image_intrinsic()
5668 case TGSI_OPCODE_ATOMIMIN: in compile_tgsi_instruction()
/external/mesa3d/src/gallium/drivers/ilo/shader/
Dtoy_tgsi.c909 [TGSI_OPCODE_ATOMIMIN] = aos_unsupported,
1450 [TGSI_OPCODE_ATOMIMIN] = soa_unsupported,
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp603 case TGSI_OPCODE_ATOMIMIN: in inferSrcType()
897 case TGSI_OPCODE_ATOMIMIN: return NV50_IR_SUBOP_ATOM_MIN; in opcodeToSubOp()
3619 case TGSI_OPCODE_ATOMIMIN: in handleInstruction()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader.c4158 case TGSI_OPCODE_ATOMIMIN: in atomic_emit_memory()
6772 bld_base->op_actions[TGSI_OPCODE_ATOMIMIN] = tmpl; in si_init_shader_ctx()
6773 bld_base->op_actions[TGSI_OPCODE_ATOMIMIN].intr_name = "smin"; in si_init_shader_ctx()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c9236 [TGSI_OPCODE_ATOMIMIN] = { ALU_OP0_NOP, tgsi_unsupported},
9434 [TGSI_OPCODE_ATOMIMIN] = { ALU_OP0_NOP, tgsi_unsupported},
9657 [TGSI_OPCODE_ATOMIMIN] = { ALU_OP0_NOP, tgsi_unsupported},