Home
last modified time | relevance | path

Searched defs:TPublicType (Results 1 – 3 of 3) sorted by relevance

/external/angle/src/compiler/translator/
DTypes.h472 struct TPublicType struct
480 TBasicType getBasicType() const { return typeSpecifierNonArray.type; } in getBasicType()
481 void setBasicType(TBasicType basicType) { typeSpecifierNonArray.type = basicType; } in setBasicType()
483 uint8_t getPrimarySize() const { return typeSpecifierNonArray.primarySize; } in getPrimarySize()
484 uint8_t getSecondarySize() const { return typeSpecifierNonArray.secondarySize; } in getSecondarySize()
486 const TStructure *getUserDef() const { return typeSpecifierNonArray.userDef; } in getUserDef()
487 const TSourceLoc &getLine() const { return typeSpecifierNonArray.line; } in getLine()
489 bool isStructSpecifier() const { return typeSpecifierNonArray.isStructSpecifier; } in isStructSpecifier()
498 TTypeSpecifierNonArray typeSpecifierNonArray;
499 TLayoutQualifier layoutQualifier;
[all …]
/external/angle/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/
DParseHelper.cpp7428 …text::vkRelaxedRemapUniformVariable(const TSourceLoc& loc, TString& identifier, const TPublicType&, in vkRelaxedRemapUniformVariable()
/external/deqp-deps/glslang/glslang/MachineIndependent/
DParseHelper.cpp7374 …text::vkRelaxedRemapUniformVariable(const TSourceLoc& loc, TString& identifier, const TPublicType&, in vkRelaxedRemapUniformVariable()