Home
last modified time | relevance | path

Searched defs:Processor (Results 1 – 20 of 20) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/SwiftShader/
DSwiftShader.ini26 [Processor] section
27 ThreadCount=0
28 EnableSSE3=1
29 EnableSSSE3=1
30 EnableSSE4_1=1
/third_party/node/deps/npm/node_modules/postcss-selector-parser/
DAPI.md711 ### `ProcessorOptions`
718 ### `process|processSync(selectors, [options])`
764 ### `ast|astSync(selectors, [options])`
773 ### `transform|transformSync(selectors, [options])`
782 ### Error Handling Within Selector Processors
/third_party/node/deps/v8/src/parsing/
Drewriter.cc18 class Processor final : public AstVisitor<Processor> { class
20 Processor(uintptr_t stack_limit, DeclarationScope* closure_scope, in Processor() function in v8::internal::Processor
34 Processor(Parser* parser, DeclarationScope* closure_scope, Variable* result, in Processor() function in v8::internal::Processor
/third_party/node/deps/npm/node_modules/postcss-selector-parser/dist/
Dprocessor.js7 var Processor = /*#__PURE__*/function () { class
8 function Processor(func, options) { class in Processor
/third_party/node/deps/v8/src/execution/
Dlocal-isolate.h21 class Processor; variable
Disolate.h76 class Processor; variable
/third_party/node/deps/npm/node_modules/glob/dist/mjs/
Dprocessor.js88 export class Processor { class
/third_party/node/deps/npm/node_modules/glob/dist/esm/
Dprocessor.js88 export class Processor { class
/third_party/node/deps/npm/node_modules/glob/dist/commonjs/
Dprocessor.js94 class Processor { class
/third_party/node/deps/npm/node_modules/glob/dist/cjs/src/
Dprocessor.js94 class Processor { class
/third_party/skia/src/gpu/ops/
DFillRRectOp.cpp334 class FillRRectOpImpl::Processor final : public GrGeometryProcessor { class in skgpu::v1::FillRRectOp::__anoncefd79830111::FillRRectOpImpl
359 Processor(GrAAType aaType, ProcessorFlags flags) in Processor() function in skgpu::v1::FillRRectOp::__anoncefd79830111::FillRRectOpImpl::Processor
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_parse.h41 struct tgsi_processor Processor; member
/third_party/node/deps/v8/tools/system-analyzer/
Dprocessor.mjs49 export class Processor extends LogReader { class
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DUtf8.java380 abstract static class Processor { class in Utf8
/third_party/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h45 unsigned Processor : 4; /* PIPE_SHADER_ */ member
/third_party/node/deps/v8/src/execution/arm64/
Dsimulator-arm64.cc6224 Simulator::GlobalMonitor::Processor::Processor() in Processor() function in v8::internal::Simulator::GlobalMonitor::Processor
/third_party/python/Modules/expat/
Dxmlparse.c429 typedef enum XML_Error PTRCALL Processor(XML_Parser parser, const char *start, typedef
/third_party/skia/third_party/externals/expat/expat/lib/
Dxmlparse.c436 typedef enum XML_Error PTRCALL Processor(XML_Parser parser, const char *start, typedef
/third_party/node/deps/v8/src/execution/arm/
Dsimulator-arm.cc6392 Simulator::GlobalMonitor::Processor::Processor() in Processor() function in v8::internal::Simulator::GlobalMonitor::Processor
/third_party/node/tools/lint-md/
Dlint-md.mjs516 class Processor extends CallableInstance { class