Home
last modified time | relevance | path

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

/external/deqp/modules/glshared/
DglsUniformBlockCase.hpp86 glu::DataType getBasicType (void) const { return m_data.basicType; } in getBasicType() function in deqp::gls::ub::VarType
/external/deqp/framework/opengl/
DgluVarType.hpp62 DataType getBasicType (void) const { DE_ASSERT(isBasicType()); return m_data.basic.type; } in getBasicType() function in glu::VarType
/external/swiftshader/src/OpenGL/compiler/
DTypes.h271 TBasicType getBasicType() const { return type; } in getBasicType() function
Dintermediate.h314 TBasicType getBasicType() const { return type.getBasicType(); } in getBasicType() function
/external/deqp/external/vulkancts/modules/vulkan/ubo/
DvktUniformBlockCase.hpp88 glu::DataType getBasicType (void) const { return m_data.basicType; } in getBasicType() function in vkt::ubo::VarType
/external/llvm/unittests/IR/
DMetadataTest.cpp99 DIType *getBasicType(StringRef Name) { in getBasicType() function in __anon8134c2580111::MetadataTest