Home
last modified time | relevance | path

Searched refs:processors (Results 1 – 25 of 259) sorted by relevance

1234567891011

/third_party/flutter/skia/src/gpu/
DGrPipeline.cpp20 GrProcessorSet&& processors, in GrPipeline() argument
23 SkASSERT(processors.isFinalized()); in GrPipeline()
40 fXferProcessor = processors.refXferProcessor(); in GrPipeline()
50 fNumColorProcessors = processors.numColorFragmentProcessors(); in GrPipeline()
52 processors.numCoverageFragmentProcessors() + in GrPipeline()
57 for (int i = 0; i < processors.numColorFragmentProcessors(); ++i, ++currFPIdx) { in GrPipeline()
58 fFragmentProcessors[currFPIdx] = processors.detachColorFragmentProcessor(i); in GrPipeline()
60 for (int i = 0; i < processors.numCoverageFragmentProcessors(); ++i, ++currFPIdx) { in GrPipeline()
61 fFragmentProcessors[currFPIdx] = processors.detachCoverageFragmentProcessor(i); in GrPipeline()
DGrProcessorAnalysis.cpp14 const GrFragmentProcessor* const* processors, in GrColorFragmentProcessorAnalysis() argument
26 const GrFragmentProcessor* fp = processors[i]; in GrColorFragmentProcessorAnalysis()
/third_party/skia/src/gpu/
DGrPipeline.cpp34 GrPipeline::GrPipeline(const InitArgs& args, GrProcessorSet&& processors, in GrPipeline() argument
36 : GrPipeline(args, processors.refXferProcessor(), appliedClip.hardClip()) { in GrPipeline()
37 SkASSERT(processors.isFinalized()); in GrPipeline()
39 fNumColorProcessors = processors.hasColorFragmentProcessor() ? 1 : 0; in GrPipeline()
41 (processors.hasCoverageFragmentProcessor() ? 1 : 0) + in GrPipeline()
46 if (processors.hasColorFragmentProcessor()) { in GrPipeline()
47 fFragmentProcessors[currFPIdx++] = processors.detachColorFragmentProcessor(); in GrPipeline()
49 if (processors.hasCoverageFragmentProcessor()) { in GrPipeline()
50 fFragmentProcessors[currFPIdx++] = processors.detachCoverageFragmentProcessor(); in GrPipeline()
/third_party/python/Tools/c-analyzer/c_common/
Dscriptutil.py168 processors = []
172 _add_procs(processors, procs)
176 return processors
455 processors = []
460 _add_procs(processors, procs)
476 return processors
479 def _flatten_processors(processors): argument
480 for proc in processors:
489 def process_args(args, argv, processors, *, keys=None): argument
490 processors = _flatten_processors(processors)
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARM.td281 // Some processors benefit from using NEON instructions for scalar
289 // On some processors, VLDn instructions that access unaligned data take one
295 // Some processors have a nonpipelined VFP coprocessor.
300 // Some processors have FP multiply-accumulate instructions that don't
334 /// processors.
351 // Some processors perform return stack prediction. CodeGen should avoid issue
357 // Some processors have no branch predictor, which changes the expected cost of
544 "Cortex-A5 ARM processors", []>;
546 "Cortex-A7 ARM processors", []>;
548 "Cortex-A8 ARM processors", []>;
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64.td458 "Cortex-A35 ARM processors", [
467 "Cortex-A53 ARM processors", [
481 "Cortex-A55 ARM processors", [
494 "Cortex-A57 ARM processors", [
509 "Cortex-A65 ARM processors", [
522 "Cortex-A72 ARM processors", [
532 "Cortex-A73 ARM processors", [
542 "Cortex-A75 ARM processors", [
555 "Cortex-A76 ARM processors", [
663 "Samsung Exynos-M3 processors",
[all …]
/third_party/skia/src/gpu/tessellate/shaders/
DGrTessellationShader.cpp13 GrProcessorSet&& processors) { in MakePipeline() argument
21 std::move(processors), in MakePipeline()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/
DLeonFeatures.td14 // UMAC and SMAC support for LEON3 and LEON4 processors.
22 "Enable UMAC and SMAC for LEON3 and LEON4 processors"
36 "Enable CASA instruction for LEON3 and LEON4 processors"
/third_party/skia/tools/gpu/
DProxyUtils.cpp109 GrProcessorSet processors = GrProcessorSet(blendMode); in CreateProgramInfo() local
113 SkDEBUGCODE(auto analysis =) processors.finalize(analysisColor, in CreateProgramInfo()
121 geomProc, std::move(processors), in CreateProgramInfo()
/third_party/python/Tools/c-analyzer/
Dcheck-c-globals.py13 processors = [
26 processors,
/third_party/cmsis/
DREADME.OpenSource8 …"Upstream URL" : "http://www.arm.com/zh/products/processors/cortex-m/cortex-microcontroll…
9 …ependent hardware abstraction layer for microcontrollers that are based on Arm® Cortex® processors"
/third_party/flutter/skia/gn/
Dcompile_processors.py14 processors = sys.argv[3:] variable
15 for p in processors:
/third_party/boost/libs/graph_parallel/doc/
Doverview.rst37 is spread across multiple processors. The following figure
39 has been divided among three processors (represented by the grey
64 processors, and each of the edges outgoing from a vertex are stored on
81 over multiple processors. While graph structure is in important part
91 processors store some "ghost cells" that cache values actually stored
92 on other processors, represented by the dashed boxes.
Ddijkstra_example.rst104 processors without a shared address space, we need to represent the
105 processors and communication among them and alter the graph type.
131 various processors, and the processor that owns a vertex also stores
133 with that vertex or its edges. With three processors and the default
/third_party/boost/libs/fiber/doc/
Dspeculative.qbk13 With help of hardware transactional memory multiple logical processors
24 Unless some logical processors try to update the same data, the transactions
31 processors[footnote intel.com: [@https://software.intel.com/en-us/node/695149
/third_party/python/Tools/c-analyzer/c_parser/preprocessor/
D__main__.py160 processors = add_commands_cli(
178 processors[cmd],
/third_party/node/deps/npm/node_modules/ansi-regex/
Dreadme.md34 …e x86 architecture for processors; there are a ton of "interrupts" that can mean different things …
/third_party/node/deps/npm/node_modules/string-width/node_modules/ansi-regex/
Dreadme.md35 …e x86 architecture for processors; there are a ton of "interrupts" that can mean different things …
/third_party/optimized-routines/
DREADME.OpenSource9 … : "Optimized implementations of various library functions for ARM architecture processors"
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86SchedPredicates.td17 // the expected instruction opcodes, because different processors may implement
22 // On some processors, these VPERM instructions are zero-idioms.
/third_party/flutter/skia/src/gpu/ops/
DGrSimpleMeshDrawOpHelper.cpp130 const GrProcessorSet& processors = fProcessors ? *fProcessors : GrProcessorSet::EmptySet(); in dumpInfo() local
131 SkString result = processors.dumpProcessors(); in dumpInfo()
/third_party/node/deps/npm/node_modules/wrap-ansi/node_modules/ansi-regex/
Dreadme.md71 …e x86 architecture for processors; there are a ton of "interrupts" that can mean different things …
/third_party/node/deps/npm/node_modules/cliui/node_modules/ansi-regex/
Dreadme.md71 …e x86 architecture for processors; there are a ton of "interrupts" that can mean different things …
/third_party/node/deps/npm/node_modules/yargs/node_modules/ansi-regex/
Dreadme.md71 …e x86 architecture for processors; there are a ton of "interrupts" that can mean different things …
/third_party/python/Tools/c-analyzer/c_parser/
D__main__.py229 processors = add_commands_cli(
247 processors[cmd],

1234567891011