Searched refs:RowCount (Results 1 – 10 of 10) sorted by relevance
/external/deqp-deps/amber/src/ |
D | format.cc | 148 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()
|
D | type_test.cc | 65 EXPECT_EQ(2u, i.RowCount()); in TEST_F() 80 EXPECT_EQ(2u, i.RowCount()); in TEST_F()
|
D | type.h | 111 uint32_t RowCount() const { return row_count_; } in RowCount() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | RegAllocPBQP.h | 59 unsigned RowCount = 0; in MatrixMetadata() local 62 ++RowCount; in MatrixMetadata() 68 WorstRow = std::max(WorstRow, RowCount); in MatrixMetadata()
|
/external/llvm/include/llvm/CodeGen/ |
D | RegAllocPBQP.h | 52 unsigned RowCount = 0; in MatrixMetadata() local 55 ++RowCount; in MatrixMetadata() 61 WorstRow = std::max(WorstRow, RowCount); in MatrixMetadata()
|
/external/deqp-deps/amber/src/amberscript/ |
D | parser_struct_test.cc | 59 EXPECT_EQ(3U, m[2].type->RowCount()); in TEST_F() 64 EXPECT_EQ(4U, m[3].type->RowCount()); in TEST_F()
|
D | parser_buffer_test.cc | 810 EXPECT_EQ(test_data.row_count, fmt->GetType()->RowCount()); in TEST_P()
|
/external/deqp-deps/amber/src/vkscript/ |
D | command_parser_test.cc | 3094 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 …]
|
D | datum_type_parser_test.cc | 73 EXPECT_EQ(test_data.row_count, type->RowCount()); in TEST_P()
|
D | command_parser.cc | 522 size_t num_per_row = fmt->GetType()->RowCount(); in ParseValues()
|