Searched refs:TGSI_OPCODE_ATOMIMIN (Results 1 – 10 of 10) sorted by relevance
/external/mesa3d/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 516 #define TGSI_OPCODE_ATOMIMIN 175 macro
|
/external/mesa3d/src/gallium/drivers/softpipe/ |
D | sp_image.c | 470 case TGSI_OPCODE_ATOMIMIN: in handle_op_uint() 586 case TGSI_OPCODE_ATOMIMIN: in handle_op_int()
|
D | sp_buffer.c | 247 case TGSI_OPCODE_ATOMIMIN: in handle_op_uint()
|
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_info.c | 217 { 1, 3, 0, 1, 0, 0, 0, OTHR, "ATOMIMIN", TGSI_OPCODE_ATOMIMIN },
|
D | tgsi_exec.c | 4354 case TGSI_OPCODE_ATOMIMIN: in exec_atomop_mem() 6100 case TGSI_OPCODE_ATOMIMIN: in exec_instruction()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_glsl_to_tgsi.cpp | 622 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/ |
D | toy_tgsi.c | 909 [TGSI_OPCODE_ATOMIMIN] = aos_unsupported, 1450 [TGSI_OPCODE_ATOMIMIN] = soa_unsupported,
|
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_from_tgsi.cpp | 603 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/ |
D | si_shader.c | 4158 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/ |
D | r600_shader.c | 9236 [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},
|