/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/ |
H A D | ScalarizeVecAndMatConstructorArgs.cpp | 111 void ScalarizeArgsTraverser::scalarizeArgs(TIntermAggregate *aggregate, in scalarizeArgs() argument
|
/third_party/libwebsockets/lib/misc/fts/ |
H A D | trie.c | 162 unsigned char aggregate; member
|
/third_party/skia/src/core/ |
H A D | SkImageFilter.cpp | 545 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/angle2/src/compiler/translator/ |
H A D | TranslatorMetalDirect.cpp | 269 TIntermAggregate *aggregate = in RotateAndFlipBuiltinVariable() local
|
/third_party/node/deps/v8/src/torque/ |
H A D | types.h | 216 const AggregateType* aggregate; member
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_shading_barycentric/ |
H A D | vktFragmentShadingBarycentricTests.cpp | 93 size_t aggregate; // 0: value itself, 1:struct, 2+:Array member [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/fragment_shading_barycentric/ |
H A D | vktFragmentShadingBarycentricTests.cpp | 91 size_t aggregate; // 0: value itself, 1:struct, 2+:Array member [all...] |
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/ |
H A D | ParseHelper.cpp | 1083 bool TParseContext::functionCallLValueErrorCheck(const TFunction *fnCandidate, TIntermAggregate *aggregate) in functionCallLValueErrorCheck() argument 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, symbolName, interfaceBlockType, typeQualifier.line), nameLine); addInterfaceBlock() local 3624 TIntermAggregate *aggregate = intermediate.setAggregateOperator(paramNode, op, loc); addFunctionCallOrMethod() local 3690 TIntermAggregate *aggregate = intermediate.setAggregateOperator(paramNode, EOpFunctionCall, loc); addFunctionCallOrMethod() local [all...] |
/third_party/glslang/glslang/MachineIndependent/ |
H A D | ParseHelper.cpp | 1366 TIntermAggregate* aggregate = arguments->getAsAggregate(); in handleFunctionCall() local 1799 TIntermAggregate* aggregate = arguments->getAsAggregate(); in addInputArgumentConversions() local [all...] |
/third_party/glslang/glslang/HLSL/ |
H A D | hlslParseHelper.cpp | 5522 TIntermAggregate* aggregate = arguments ? arguments->getAsAggregate() : nullptr; handleFunctionCall() local 5764 TIntermAggregate* aggregate = arguments->getAsAggregate(); addInputArgumentConversions() local 5837 TIntermAggregate* aggregate = arguments->getAsAggregate(); expandArguments() local 5999 addStructBuffArguments(const TSourceLoc& loc, TIntermAggregate*& aggregate) addStructBuffArguments() argument [all...] |