Searched refs:IsVec3 (Results 1 – 3 of 3) sorted by relevance
148 if (t->IsVec3() || (t->IsMatrix() && t->RowCount() == 3)) in NeedsPadding()155 if (n->IsVec3()) in CalcVecBaseAlignmentInBytes()
67 EXPECT_FALSE(i.IsVec3()); in TEST_F()71 EXPECT_FALSE(i.IsVec3()); in TEST_F()
129 bool IsVec3() const { return column_count_ == 1 && row_count_ == 3; } in IsVec3() function