Searched defs:isStructType (Results 1 – 7 of 7) sorted by relevance
84 bool isStructType(void) const in isStructType() function in deqp::ub::VarType
83 bool isStructType (void) const { return m_type == TYPE_STRUCT; } in isStructType() function in deqp::gls::ub::VarType
60 bool isStructType (void) const { return m_type == VARTYPE_STRUCT; } in isStructType() function in glu::VarType
85 bool isStructType (void) const { return m_type == TYPE_STRUCT; } in isStructType() function in vkt::TransformFeedback::VarType
92 bool isStructType (void) const { return m_type == TYPE_STRUCT; } in isStructType() function in vkt::ubo::VarType
227 bool isStructType(Id typeId) const { return getTypeClass(typeId) == OpTypeStruct; } in isStructType() function