Home
last modified time | relevance | path

Searched defs:aggregate (Results 1 – 12 of 12) sorted by relevance

/third_party/node/benchmark/
Dscatter.R31 aggregate = names(dat); globalVar
32 aggregate = aggregate[ globalVar
38 aggregate = aggregate[aggregate != aggregate.key]; globalVar
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
DScalarizeVecAndMatConstructorArgs.cpp111 void ScalarizeArgsTraverser::scalarizeArgs(TIntermAggregate *aggregate, in scalarizeArgs()
/third_party/skia/src/core/
DSkImageFilter.cpp545 SkIRect aggregate = this->onFilterBounds(input, mapping.layerMatrix(), in onGetInputLayerBounds() local
556 SkIRect aggregate = this->onFilterBounds(SkIRect(contentBounds), mapping.layerMatrix(), in onGetOutputLayerBounds() local
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
DParseHelper.cpp1083 …rseContext::functionCallLValueErrorCheck(const TFunction *fnCandidate, TIntermAggregate *aggregate) in functionCallLValueErrorCheck()
1619 TIntermAggregate *aggregate = intermediate.makeAggregate(intermSymbol, identifierLoc); in parseInvariantDeclaration() local
1890 …TIntermAggregate *aggregate = intermediate.growAggregate(functionPrototype, functionBody, location… in addFunctionDefinition() local
2467 …TIntermAggregate *aggregate = intermediate.makeAggregate(intermediate.addSymbol(symbolId, symbolNa… in addInterfaceBlock() local
3624 TIntermAggregate *aggregate = intermediate.setAggregateOperator(paramNode, op, loc); in addFunctionCallOrMethod() local
3690 … TIntermAggregate *aggregate = intermediate.setAggregateOperator(paramNode, EOpFunctionCall, loc); in addFunctionCallOrMethod() local
/third_party/gstreamer/gstreamer/libs/gst/base/
Dgstaggregator.h294 GstFlowReturn (*aggregate) (GstAggregator * aggregator, member
/third_party/libwebsockets/lib/misc/fts/
Dtrie.c162 unsigned char aggregate; member
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DTranslatorMetalDirect.cpp269 TIntermAggregate *aggregate = in RotateAndFlipBuiltinVariable() local
DIntermNode.cpp3416 TConstantUnion *TIntermConstantUnion::FoldAggregateBuiltIn(TIntermAggregate *aggregate, in FoldAggregateBuiltIn()
/third_party/node/deps/v8/src/torque/
Dtypes.h216 const AggregateType* aggregate; member
/third_party/glslang/glslang/HLSL/
DhlslParseHelper.cpp5429 TIntermAggregate* aggregate = arguments ? arguments->getAsAggregate() : nullptr; in handleFunctionCall() local
5667 TIntermAggregate* aggregate = arguments->getAsAggregate(); in addInputArgumentConversions() local
5740 TIntermAggregate* aggregate = arguments->getAsAggregate(); in expandArguments() local
5902 void HlslParseContext::addStructBuffArguments(const TSourceLoc& loc, TIntermAggregate*& aggregate) in addStructBuffArguments()
/third_party/glslang/glslang/MachineIndependent/
DParseHelper.cpp1177 TIntermAggregate* aggregate = arguments->getAsAggregate(); in handleFunctionCall() local
1578 TIntermAggregate* aggregate = arguments->getAsAggregate(); in addInputArgumentConversions() local
/third_party/typescript/lib/
Dtsc.js110211 function reportStatisticalValue(s, aggregate) { argument
110219 function reportTimeStatistic(name, time, aggregate) { argument