Home
last modified time | relevance | path

Searched defs:isStructType (Results 1 – 5 of 5) sorted by relevance

/external/deqp/external/openglcts/modules/common/
DglcUniformBlockCase.hpp84 bool isStructType(void) const in isStructType() function in deqp::ub::VarType
/external/deqp/modules/glshared/
DglsUniformBlockCase.hpp83 bool isStructType (void) const { return m_type == TYPE_STRUCT; } in isStructType() function in deqp::gls::ub::VarType
/external/deqp/framework/opengl/
DgluVarType.hpp60 bool isStructType (void) const { return m_type == TYPE_STRUCT; } in isStructType() function in glu::VarType
/external/deqp/external/vulkancts/modules/vulkan/ubo/
DvktUniformBlockCase.hpp90 bool isStructType (void) const { return m_type == TYPE_STRUCT; } in isStructType() function in vkt::ubo::VarType
/external/deqp-deps/glslang/SPIRV/
DSpvBuilder.h192 bool isStructType(Id typeId) const { return getTypeClass(typeId) == OpTypeStruct; } in isStructType() function