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(2u, i.RowCount()); in TEST_F()
80 EXPECT_EQ(2u, i.RowCount()); in TEST_F()
Dtype.h111 uint32_t RowCount() const { return row_count_; } in RowCount() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DRegAllocPBQP.h59 unsigned RowCount = 0; in MatrixMetadata() local
62 ++RowCount; in MatrixMetadata()
68 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.cc810 EXPECT_EQ(test_data.row_count, fmt->GetType()->RowCount()); in TEST_P()
/external/deqp-deps/amber/src/vkscript/
Dcommand_parser_test.cc3094 EXPECT_EQ(3U, fmt->GetType()->RowCount()); in TEST_F()
3141 EXPECT_EQ(3U, fmt->GetType()->RowCount()); in TEST_F()
3177 EXPECT_EQ(3U, fmt->GetType()->RowCount()); in TEST_F()
3213 EXPECT_EQ(3U, fmt->GetType()->RowCount()); in TEST_F()
3348 EXPECT_EQ(3U, fmt->GetType()->RowCount()); in TEST_F()
3392 EXPECT_EQ(3U, fmt->GetType()->RowCount()); in TEST_F()
3472 EXPECT_EQ(3U, fmt->GetType()->RowCount()); in TEST_F()
3530 EXPECT_EQ(3U, fmt->GetType()->RowCount()); in TEST_F()
3951 EXPECT_EQ(3U, fmt->GetType()->RowCount()); in TEST_F()
3989 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.cc522 size_t num_per_row = fmt->GetType()->RowCount(); in ParseValues()