Home
last modified time | relevance | path

Searched refs:RowCount (Results 1 – 10 of 10) sorted by relevance

/external/deqp-deps/amber/src/
Dformat.cc148 if (t->IsVec3() || (t->IsMatrix() && t->RowCount() == 3)) in NeedsPadding()
159 return n->RowCount() * n->SizeInBytes(); in CalcVecBaseAlignmentInBytes()
198 if (m->RowCount() == 3) in CalcMatrixBaseAlignmentInBytes()
201 align = m->RowCount() * m->SizeInBytes(); in CalcMatrixBaseAlignmentInBytes()
329 for (size_t k = 0; k < (4 - type->RowCount()); ++k) { in AddSegmentsForType()
341 for (uint32_t k = 0; k < type->RowCount(); ++k) { in AddSegmentsForType()
353 for (size_t k = 0; k < (4 - type->RowCount()); ++k) { in AddSegmentsForType()
403 for (uint32_t i = 0; i < type_->RowCount(); ++i) in GenerateName()
Dtype_test.cc65 EXPECT_EQ(2, i.RowCount()); in TEST_F()
80 EXPECT_EQ(2, i.RowCount()); in TEST_F()
Dtype.h111 uint32_t RowCount() const { return row_count_; } in RowCount() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DRegAllocPBQP.h60 unsigned RowCount = 0; in MatrixMetadata() local
63 ++RowCount; in MatrixMetadata()
69 WorstRow = std::max(WorstRow, RowCount); in MatrixMetadata()
/external/llvm/include/llvm/CodeGen/
DRegAllocPBQP.h52 unsigned RowCount = 0; in MatrixMetadata() local
55 ++RowCount; in MatrixMetadata()
61 WorstRow = std::max(WorstRow, RowCount); in MatrixMetadata()
/external/deqp-deps/amber/src/amberscript/
Dparser_struct_test.cc59 EXPECT_EQ(3U, m[2].type->RowCount()); in TEST_F()
64 EXPECT_EQ(4U, m[3].type->RowCount()); in TEST_F()
Dparser_buffer_test.cc693 EXPECT_EQ(test_data.row_count, fmt->GetType()->RowCount()); in TEST_P()
/external/deqp-deps/amber/src/vkscript/
Dcommand_parser_test.cc3099 EXPECT_EQ(3U, fmt->GetType()->RowCount()); in TEST_F()
3146 EXPECT_EQ(3U, fmt->GetType()->RowCount()); in TEST_F()
3182 EXPECT_EQ(3U, fmt->GetType()->RowCount()); in TEST_F()
3218 EXPECT_EQ(3U, fmt->GetType()->RowCount()); in TEST_F()
3353 EXPECT_EQ(3U, fmt->GetType()->RowCount()); in TEST_F()
3397 EXPECT_EQ(3U, fmt->GetType()->RowCount()); in TEST_F()
3477 EXPECT_EQ(3U, fmt->GetType()->RowCount()); in TEST_F()
3535 EXPECT_EQ(3U, fmt->GetType()->RowCount()); in TEST_F()
3956 EXPECT_EQ(3U, fmt->GetType()->RowCount()); in TEST_F()
3994 EXPECT_EQ(3U, fmt->GetType()->RowCount()); in TEST_F()
[all …]
Ddatum_type_parser_test.cc73 EXPECT_EQ(test_data.row_count, type->RowCount()); in TEST_P()
Dcommand_parser.cc523 size_t num_per_row = fmt->GetType()->RowCount(); in ParseValues()