Searched refs:kMaxNumberOperations (Results 1 – 3 of 3) sorted by relevance
95 const uint32_t kMaxNumberOperations = 256; in checkSupportedOperations() local96 EXPECT_LE(expected.size(), kMaxNumberOperations); in checkSupportedOperations()97 bool supported[kMaxNumberOperations] = {false}; in checkSupportedOperations()
289 constexpr int kMaxNumberOperations = 1000; in computeAndVerifyResultsForDevice() local290 ASSERT_TRUE(numOps <= kMaxNumberOperations); in computeAndVerifyResultsForDevice()291 bool supported[kMaxNumberOperations] = {false}; in computeAndVerifyResultsForDevice()
165 const uint32_t kMaxNumberOperations = 256; in isSupportedOpListExpected() local166 EXPECT_LE(expected.size(), kMaxNumberOperations); in isSupportedOpListExpected()168 bool supported[kMaxNumberOperations] = {false}; in isSupportedOpListExpected()