Searched refs:IsMatrix (Results 1 – 7 of 7) sorted by relevance
146 if (layout_ == Layout::kStd140 && (t->IsMatrix() || t->IsArray())) in NeedsPadding()148 if (t->IsVec3() || (t->IsMatrix() && t->RowCount() == 3)) in NeedsPadding()166 } else if (t->IsMatrix()) { in CalcArrayBaseAlignmentInBytes()219 if (t->IsMatrix()) in CalcTypeBaseAlignmentInBytes()248 if (type->IsStruct() || type->IsVec() || type->IsMatrix() || in AddSegmentsForType()360 if (type->IsMatrix() && segments_.back().IsPadding()) in AddSegmentsForType()367 if (type_->IsMatrix()) in GenerateName()
68 EXPECT_FALSE(i.IsMatrix()); in TEST_F()83 EXPECT_TRUE(i.IsMatrix()); in TEST_F()
132 bool IsMatrix() const { return column_count_ > 1 && row_count_ > 1; } in IsMatrix() function
388 bool IsMatrix() const { in IsMatrix() function
1080 if (t.IsMatrix()) { in type_decl()
63 EXPECT_TRUE(m[3].type->IsMatrix()); in TEST_F()
104 type->IsMatrix()) { in ToType()125 type->IsMatrix()) { in ToType()1562 if (type->IsVec() || type->IsMatrix() || type->IsArray() || type->IsStruct()) in ParsePipelineSet()1961 if (!member_type->IsMatrix()) in ParseStruct()2357 if (type->IsMatrix() || type->IsVec()) in ParseBufferInitializerSeries()