Home
last modified time | relevance | path

Searched refs:TVector (Results 1 – 25 of 94) sorted by relevance

1234

/external/angle/third_party/vulkan-deps/glslang/src/glslang/Include/
DSpirvIntrinsics.h66 TMap<int, TVector<const TIntermConstantUnion*>> modes;
68 TMap<int, TVector<const TIntermConstantUnion*> > modeIds;
76 TMap<int, TVector<const TIntermConstantUnion*> > decorates;
78 TMap<int, TVector<const TIntermConstantUnion*> > decorateIds;
80 TMap<int, TVector<const TIntermConstantUnion*> > decorateStrings;
117 typedef TVector<TSpirvTypeParameter> TSpirvTypeParameters;
DCommon.h175 template <class T> class TVector : public std::vector<T, pool_allocator<T> > {
180 TVector() : std::vector<T, pool_allocator<T> >() {}
181 TVector(const pool_allocator<T>& a) : std::vector<T, pool_allocator<T> >(a) {}
182 TVector(size_type i) : std::vector<T, pool_allocator<T> >(i) {}
183 TVector(size_type i, const T& val) : std::vector<T, pool_allocator<T> >(i, val) {}
DShHandle.h112 typedef glslang::TVector<TCompiler*> TCompilerList;
113 typedef glslang::TVector<TShHandleBase*> THandleList;
/external/deqp-deps/glslang/glslang/HLSL/
DhlslTokenStream.h57 void pushTokenStream(const TVector<HlslToken>* tokens);
68TVector<const TVector<HlslToken>*> tokenStreamStack; // for getting the next token from an existin…
69 TVector<int> tokenPosition;
70 TVector<HlslToken> currentTokenStack;
DhlslParseHelper.h72 void handlePragma(const TSourceLoc&, const TVector<TString>&) override;
88 …ntryPointIO(TFunction& function, TVariable*& returnValue, TVector<TVariable*>& inputs, TVector<TVa…
174 void pushThisScope(const TType&, const TVector<TFunctionDeclarator>&);
230 TVector<TVariable*> members; // individual flattened variables
231 TVector<int> offsets; // offset to next tree level
258 int findSubtreeOffset(const TType&, int subset, const TVector<int>& offsets) const;
353 TVector<TIntermTyped*> needsIndexLimitationChecking;
387 TVector<TSymbol*> ioArraySymbolResizeList;
405 TVector<TType*> structBufferTypes;
409 TVector<TTypeList*> textureReturnStruct;
[all …]
DhlslGrammar.h95 …bool acceptStructDeclarationList(TTypeList*&, TIntermNode*& nodeList, TVector<TFunctionDeclarator>…
100 …bool acceptFunctionDefinition(TFunctionDeclarator&, TIntermNode*& nodeList, TVector<HlslToken>* de…
131 bool captureBlockTokens(TVector<HlslToken>& tokens);
/external/angle/third_party/vulkan-deps/glslang/src/glslang/HLSL/
DhlslTokenStream.h57 void pushTokenStream(const TVector<HlslToken>* tokens);
68TVector<const TVector<HlslToken>*> tokenStreamStack; // for getting the next token from an existin…
69 TVector<int> tokenPosition;
70 TVector<HlslToken> currentTokenStack;
DhlslParseHelper.h72 void handlePragma(const TSourceLoc&, const TVector<TString>&) override;
88 …ntryPointIO(TFunction& function, TVariable*& returnValue, TVector<TVariable*>& inputs, TVector<TVa…
174 void pushThisScope(const TType&, const TVector<TFunctionDeclarator>&);
230 TVector<TVariable*> members; // individual flattened variables
231 TVector<int> offsets; // offset to next tree level
258 int findSubtreeOffset(const TType&, int subset, const TVector<int>& offsets) const;
353 TVector<TIntermTyped*> needsIndexLimitationChecking;
387 TVector<TSymbol*> ioArraySymbolResizeList;
405 TVector<TType*> structBufferTypes;
409 TVector<TTypeList*> textureReturnStruct;
[all …]
DhlslGrammar.h95 …bool acceptStructDeclarationList(TTypeList*&, TIntermNode*& nodeList, TVector<TFunctionDeclarator>…
100 …bool acceptFunctionDefinition(TFunctionDeclarator&, TIntermNode*& nodeList, TVector<HlslToken>* de…
131 bool captureBlockTokens(TVector<HlslToken>& tokens);
/external/angle/src/compiler/translator/
DDeclarator.h26 const TVector<unsigned int> *arraySizes,
32 const TVector<unsigned int> *arraySizes() const { return mArraySizes; } in arraySizes()
40 const TVector<unsigned int> *const mArraySizes;
45 using TDeclaratorList = TVector<TDeclarator *>;
DCommon.h66 class TVector : public std::vector<T, pool_allocator<T>>
72 TVector() : std::vector<T, pool_allocator<T>>() {} in TVector() function
73 TVector(const pool_allocator<T> &a) : std::vector<T, pool_allocator<T>>(a) {} in TVector() function
74 TVector(size_type i) : std::vector<T, pool_allocator<T>>(i) {} in TVector() function
75 TVector(size_type i, const T &value) : std::vector<T, pool_allocator<T>>(i, value) {} in TVector() function
77 TVector(InputIt first, InputIt last) : std::vector<T, pool_allocator<T>>(first, last) in TVector() function
79 TVector(std::initializer_list<T> init) : std::vector<T, pool_allocator<T>>(init) {} in TVector() function
136 TSpan(const TVector<S> &vec) : mData(vec.data()), mSize(vec.size()) in TSpan()
139 TSpan &operator=(const TVector<S> &vec)
DResourcesHLSL.h115 const TVector<const TVariable *> &group,
120 const TVector<const TVariable *> &group,
125 const TVector<const TVariable *> &group,
129 const TVector<const TVariable *> &group,
DResourcesHLSL.cpp294 const TVector<const TVariable *> &group, in outputHLSLSamplerUniformGroup()
357 const TVector<const TVariable *> &group, in outputHLSLImageUniformIndices()
389 const TVector<const TVariable *> &group, in outputHLSLReadonlyImageUniformGroup()
411 const TVector<const TVariable *> &group, in outputHLSLImageUniformGroup()
490 TVector<TVector<const TVariable *>> groupedSamplerUniforms(HLSL_TEXTURE_MAX + 1); in uniformsHeader()
492 TVector<TVector<const TVariable *>> groupedReadonlyImageUniforms(HLSL_TEXTURE_MAX + 1); in uniformsHeader()
493 TVector<TVector<const TVariable *>> groupedImageUniforms(HLSL_RWTEXTURE_MAX + 1); in uniformsHeader()
564 TVector<const TVariable *> samplerSymbols; in uniformsHeader()
DTypes.h55 typedef TVector<TField *> TFieldList;
349 TVector<const TVariable *> *outputSymbols,
389 TVector<unsigned int> *mArraySizesStorage;
488 void setArraySizes(TVector<unsigned int> *sizes);
504 const TVector<unsigned int> *arraySizes;
DParseContext.h114 TVector<int> *fieldOffsets);
241 const TVector<unsigned int> &arraySizes);
254 const TVector<unsigned int> &arraySizes,
272 const TVector<unsigned int> &arraySizes,
286 const TVector<unsigned int> &arraySizes,
320 const TVector<unsigned int> &arraySizes,
336 const TVector<unsigned int> *arraySizes);
363 const TVector<unsigned int> *arraySizes,
/external/swiftshader/src/OpenGL/compiler/
DCommon.h67 template <class T> class TVector : public std::vector<T, pool_allocator<T> > {
70 TVector() : std::vector<T, pool_allocator<T> >() {} in TVector() function
71 TVector(const pool_allocator<T>& a) : std::vector<T, pool_allocator<T> >(a) {} in TVector() function
72 TVector(size_type i): std::vector<T, pool_allocator<T> >(i) {} in TVector() function
/external/deqp-deps/glslang/glslang/Include/
DCommon.h175 template <class T> class TVector : public std::vector<T, pool_allocator<T> > {
180 TVector() : std::vector<T, pool_allocator<T> >() {}
181 TVector(const pool_allocator<T>& a) : std::vector<T, pool_allocator<T> >(a) {}
182 TVector(size_type i) : std::vector<T, pool_allocator<T> >(i) {}
183 TVector(size_type i, const T& val) : std::vector<T, pool_allocator<T> >(i, val) {}
DShHandle.h112 typedef glslang::TVector<TCompiler*> TCompilerList;
113 typedef glslang::TVector<TShHandleBase*> THandleList;
/external/angle/src/compiler/translator/tree_util/
DIntermNode_util.h91 inline void GetSwizzleIndex(TVector<int> *indexOut) {} in GetSwizzleIndex()
94 void GetSwizzleIndex(TVector<int> *indexOut, T arg, ArgsT... args) in GetSwizzleIndex()
103 TVector<int> swizzleIndex; in CreateSwizzle()
/external/angle/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/
DSpirvIntrinsics.cpp116 TVector<const TIntermConstantUnion*> extraOperands; in insertSpirvExecutionMode()
133 TVector<const TIntermConstantUnion*> extraOperands; in insertSpirvExecutionModeId()
151 TVector<const TIntermConstantUnion*> extraOperands; in setSpirvDecorate()
168 TVector<const TIntermConstantUnion*> extraOperands; in setSpirvDecorateId()
183 TVector<const TIntermConstantUnion*> extraOperands; in setSpirvDecorateString()
DParseHelper.h127 …virtual void setPragmaCallback(const std::function<void(int, const TVector<TString>&)>& func) { pr… in setPragmaCallback()
133 virtual void handlePragma(const TSourceLoc&, const TVector<TString>&) = 0;
203TVector<TSymbol*> linkageSymbols; // will be transferred to 'linkage', after all editing is done, …
213 std::function<void(int, const TVector<TString>&)> pragmaCallback;
219 const TFunction* selectFunction(const TVector<const TFunction*>, const TFunction&,
324 void handlePragma(const TSourceLoc&, const TVector<TString>&) override;
545 TVector<TIntermTyped*> needsIndexLimitationChecking;
581 TVector<TSymbol*> ioArraySymbolResizeList;
/external/deqp-deps/glslang/glslang/MachineIndependent/
DParseHelper.h126 …virtual void setPragmaCallback(const std::function<void(int, const TVector<TString>&)>& func) { pr… in setPragmaCallback()
132 virtual void handlePragma(const TSourceLoc&, const TVector<TString>&) = 0;
201TVector<TSymbol*> linkageSymbols; // will be transferred to 'linkage', after all editing is done, …
211 std::function<void(int, const TVector<TString>&)> pragmaCallback;
217 const TFunction* selectFunction(const TVector<const TFunction*>, const TFunction&,
302 void handlePragma(const TSourceLoc&, const TVector<TString>&) override;
494 TVector<TIntermTyped*> needsIndexLimitationChecking;
530 TVector<TSymbol*> ioArraySymbolResizeList;
/external/angle/src/compiler/translator/tree_ops/
DRewriteStructSamplers.cpp52 TVector<int> fieldMap;
230 TVector<TIntermBinary *> indexNodeStack; in RewriteModifiedStructFieldSelectionExpression()
582 void GenerateArraySizesFromStack(TVector<unsigned int> *sizesOut) in GenerateArraySizesFromStack()
604 TVector<unsigned int> parentArraySizes; in extractSampler()
659 TVector<unsigned int> mArraySizeStack;
/external/python/cpython2/Mac/Modules/cg/
DCFMLateImport.c489 struct TVector { struct
493 typedef struct TVector TVector; argument
514 TVector * relocatedExport; in SetupSectionBaseAddresses()
520 TVector originalOffsets; in SetupSectionBaseAddresses()
530 relocatedExport = (TVector *) fragToFix->initRoutine; in SetupSectionBaseAddresses()
586 BlockMoveData(unpackedDataSection + initOffset, &originalOffsets, sizeof(TVector)); in SetupSectionBaseAddresses()
595 sizeof(TVector), in SetupSectionBaseAddresses()
/external/angle/src/compiler/translator/tree_ops/vulkan/
DMonomorphizeUnsupportedFunctionsInVulkanGLSL.cpp38 TVector<TIntermFunctionDefinition *> monomorphizedDefinitions;
147 const TVector<Argument> &replacedArguments, in CreateMonomorphizedFunctionCallArgs()
184 TVector<Argument> *replacedArguments, in MonomorphizeFunction()
286 TVector<Argument> replacedArguments; in processFunctionCall()

1234