Home
last modified time | relevance | path

Searched defs:getBasicType (Results 1 – 2 of 2) sorted by relevance

/device/generic/vulkan-cereal/third-party/angle/src/compiler/translator/
DTypes.h154 constexpr TBasicType getBasicType() const { return type; } in getBasicType() function
456 TBasicType getBasicType() const { return typeSpecifierNonArray.type; } in getBasicType() function
DIntermNode.h158 TBasicType getBasicType() const { return getType().getBasicType(); } in getBasicType() function