Searched defs:isArrayType (Results 1 – 11 of 11) sorted by relevance
273 public boolean isArrayType() { in isArrayType() method in ArrayType
158 public boolean isArrayType() { in isArrayType() method in Type
80 bool isArrayType(void) const in isArrayType() function in deqp::ub::VarType
82 bool isArrayType (void) const { return m_type == TYPE_ARRAY; } in isArrayType() function in deqp::gls::ub::VarType
59 bool isArrayType (void) const { return m_type == VARTYPE_ARRAY; } in isArrayType() function in glu::VarType
91 bool isArrayType (void) const { return m_type == TYPE_ARRAY; } in isArrayType() function in vkt::ubo::VarType
84 bool isArrayType (void) const { return m_type == TYPE_ARRAY; } in isArrayType() function in vkt::TransformFeedback::VarType
228 bool isArrayType(Id typeId) const { return getTypeClass(typeId) == OpTypeArray; } in isArrayType() function
1555 static bool isArrayType(StringView S) { return S[0] == 'Y'; } in isArrayType() function
1863 bool isArrayType; in iterate() member