Home
last modified time | relevance | path

Searched refs:Processor (Results 1 – 25 of 106) sorted by relevance

12345

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DR600Processors.td1 //===-- R600Processors.td - R600 Processor definitions --------------------===//
70 def : Processor<"r600", R600_VLIW5_Itin,
74 def : Processor<"r630", R600_VLIW5_Itin,
78 def : Processor<"rs880", R600_VLIW5_Itin,
82 def : Processor<"rv670", R600_VLIW5_Itin,
90 def : Processor<"rv710", R600_VLIW5_Itin,
94 def : Processor<"rv730", R600_VLIW5_Itin,
98 def : Processor<"rv770", R600_VLIW5_Itin,
106 def : Processor<"cedar", R600_VLIW5_Itin,
111 def : Processor<"cypress", R600_VLIW5_Itin,
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/
DSparc.td88 : Processor<Name, NoItineraries, Features>;
129 def : Processor<"leon2", LEON2Itineraries,
133 // TO DO: Place-holder: Processor specific features will be added *very* soon here.
134 def : Processor<"at697e", LEON2Itineraries,
138 // TO DO: Place-holder: Processor specific features will be added *very* soon here.
139 def : Processor<"at697f", LEON2Itineraries,
144 def : Processor<"leon3", LEON3Itineraries,
149 def : Processor<"ut699", LEON3Itineraries,
154 def : Processor<"gr712rc", LEON3Itineraries,
158 def : Processor<"leon4", LEON4Itineraries,
[all …]
/third_party/ltp/testcases/kernel/mce-test/doc/cases/
Dsoft-inj_panic.txt32 * Exception message is "Processor context corrupt"
54 * Exception message is "Processor context corrupt"
71 * Exception message is "Processor context corrupt"
88 * Exception message is "Processor context corrupt"
105 * Exception message is "Processor context corrupt"
122 * Exception message is "Processor context corrupt"
155 * Exception message is "Processor context corrupt"
171 * Exception message is "Processor context corrupt"
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPC.td380 def : Processor<"generic", G3Itineraries, [Directive32, FeatureHardFloat,
390 def : Processor<"601", G3Itineraries, [Directive601, FeatureFPU]>;
391 def : Processor<"602", G3Itineraries, [Directive602, FeatureFPU,
393 def : Processor<"603", G3Itineraries, [Directive603,
396 def : Processor<"603e", G3Itineraries, [Directive603,
399 def : Processor<"603ev", G3Itineraries, [Directive603,
402 def : Processor<"604", G3Itineraries, [Directive604,
405 def : Processor<"604e", G3Itineraries, [Directive604,
408 def : Processor<"620", G3Itineraries, [Directive620,
411 def : Processor<"750", G4Itineraries, [Directive750,
[all …]
/third_party/flutter/skia/src/gpu/ops/
DGrFillRRectOp.cpp182 class GrFillRRectOp::Processor : public GrGeometryProcessor { class in GrFillRRectOp
184 Processor(GrAAType aaType, Flags flags) in Processor() function in GrFillRRectOp::Processor
242 constexpr GrPrimitiveProcessor::Attribute GrFillRRectOp::Processor::kVertexAttribs[];
372 class GrFillRRectOp::Processor::CoverageImpl : public GrGLSLGeometryProcessor {
374 const auto& proc = args.fGP.cast<Processor>(); in onEmitCode()
586 class GrFillRRectOp::Processor::MSAAImpl : public GrGLSLGeometryProcessor {
588 const auto& proc = args.fGP.cast<Processor>(); in onEmitCode()
691 GrGLSLPrimitiveProcessor* GrFillRRectOp::Processor::createGLSLInstance( in createGLSLInstance()
741 Processor* proc = flushState->allocator()->make<Processor>(fAAType, fFlags); in onExecute()
DGrFillRRectOp.h50 class Processor; variable
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
DUtf8Test.java43 private static final Utf8.Processor safeProcessor = new Utf8.SafeProcessor();
44 private static final Utf8.Processor unsafeProcessor = new Utf8.UnsafeProcessor();
202 private static byte[] encodeToByteArray(String message, int length, Utf8.Processor processor) { in encodeToByteArray()
209 String message, int length, boolean direct, Utf8.Processor processor) { in encodeToByteBuffer()
DDecodeUtf8Test.java3 import com.google.protobuf.Utf8.Processor;
15 private static final Processor SAFE_PROCESSOR = new SafeProcessor();
16 private static final Processor UNSAFE_PROCESSOR = new UnsafeProcessor();
/third_party/skia/src/gpu/ops/
DFillRRectOp.cpp89 class Processor;
334 class FillRRectOpImpl::Processor final : public GrGeometryProcessor { class in skgpu::v1::FillRRectOp::__anon619e82620111::FillRRectOpImpl
338 return new (ptr) Processor(aaType, flags); in Make()
353 Processor(GrAAType aaType, ProcessorFlags flags) in Processor() function in skgpu::v1::FillRRectOp::__anon619e82620111::FillRRectOpImpl::Processor
563 class FillRRectOpImpl::Processor::Impl : public ProgramImpl {
574 const auto& proc = args.fGeomProc.cast<Processor>(); in onEmitCode()
757 std::unique_ptr<GrGeometryProcessor::ProgramImpl> FillRRectOpImpl::Processor::makeProgramImpl( in makeProgramImpl()
773 GrGeometryProcessor* gp = Processor::Make(arena, fHelper.aaType(), fProcessorFlags); in onCreateProgramInfo()
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_sanity.c413 uint processor = ctx->iter.processor.Processor; in iter_declaration()
489 if (iter->processor.Processor == PIPE_SHADER_GEOMETRY && in iter_property()
493 if (iter->processor.Processor == PIPE_SHADER_TESS_CTRL && in iter_property()
503 if (iter->processor.Processor == PIPE_SHADER_TESS_CTRL || in prolog()
504 iter->processor.Processor == PIPE_SHADER_TESS_EVAL) in prolog()
Dtgsi_parse.c40 ctx->FullHeader.Processor = *(struct tgsi_processor *) &tokens[1]; in tgsi_parse_init()
335 return parse.FullHeader.Processor.Processor; in tgsi_get_processor_type()
Dtgsi_dump.c316 (iter->processor.Processor == PIPE_SHADER_GEOMETRY || in iter_declaration()
318 (iter->processor.Processor == PIPE_SHADER_TESS_CTRL || in iter_declaration()
319 iter->processor.Processor == PIPE_SHADER_TESS_EVAL)))) { in iter_declaration()
326 iter->processor.Processor == PIPE_SHADER_TESS_CTRL) { in iter_declaration()
428 if (iter->processor.Processor == PIPE_SHADER_FRAGMENT && in iter_declaration()
707 ENM( iter->processor.Processor, tgsi_processor_type_names ); in prolog()
Dtgsi_transform.c192 ctx->processor = parse.FullHeader.Processor.Processor; in tgsi_transform_shader()
Dtgsi_iterate.c41 ctx->processor = parse.FullHeader.Processor; in tgsi_iterate_shader()
Dtgsi_parse.h41 struct tgsi_processor Processor; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARM.td540 // ARM Processor subtarget features.
625 : Processor<Name, NoItineraries, Features>;
895 def : Processor<"arm1136j-s", ARMV6Itineraries, [ARMv6]>;
896 def : Processor<"arm1136jf-s", ARMV6Itineraries, [ARMv6,
900 def : Processor<"cortex-m0", ARMV6Itineraries, [ARMv6m]>;
901 def : Processor<"cortex-m0plus", ARMV6Itineraries, [ARMv6m]>;
902 def : Processor<"cortex-m1", ARMV6Itineraries, [ARMv6m]>;
903 def : Processor<"sc000", ARMV6Itineraries, [ARMv6m]>;
905 def : Processor<"arm1176j-s", ARMV6Itineraries, [ARMv6kz]>;
906 def : Processor<"arm1176jz-s", ARMV6Itineraries, [ARMv6kz]>;
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARC/
DARC.td18 : Processor<Name, NoItineraries, Features>;
/third_party/skia/third_party/externals/swiftshader/src/SwiftShader/
DSwiftShader.ini26 [Processor] section
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/
DXCore.td34 : Processor<Name, NoItineraries, Features>;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/VE/
DVE.td37 : Processor<Name, NoItineraries, Features>;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/
DBPF.td18 : Processor<Name, NoItineraries, Features>;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/
DMSP430.td40 : Processor<Name, NoItineraries, Features>;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZProcessors.td9 // Processor definitions.
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonSchedule.td22 // CVI pipes from the "Hexagon Multimedia Co-Processor Extensions Arch Spec".
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/
DTargetItinerary.td18 // Processor functional unit - These values represent the function units
120 // Processor itineraries - These values represent the set of all itinerary

12345