Lines Matching refs:mBadIndex
224 setDim.push_back(mBadIndex != index ? kDimAGood : kDimABad); in getType()
238 n *= (d == 0 ? (mBadIndex != index ? kDimAGood : kDimABad) : d); in getSize()
397 if (kLevel1_Model != SpecificationLevel::FULLY_SPECIFIED || mBadIndex == kIndex1_Model) { in expectModelIsValid()
415 if ((mBadIndex == kIndex0_Execution || mBadIndex == kIndex0_Model) && in expectSetInput0()
423 mBadIndex == kIndex0_Model) { in expectSetInput0()
466 (mBadIndex == kIndex4_Model || mBadIndex == kIndex4_Execution))) { in expectSetOutput0()
476 if (((mBadIndex == kIndex4_Model || mBadIndex == kIndex4_Execution) && in expectSetOutput0()
484 (mOutputBufferSize != BufferSize::EQUAL || mBadIndex == kIndex4_Model || in expectSetOutput0()
485 mBadIndex == kIndex4_Execution)) { in expectSetOutput0()
499 if (mBadIndex < 8) { in expectCompute()
518 SCOPED_TRACE("Bad Index: " + std::to_string(mBadIndex)); in TestAll()
519 mBadIndex = kBadIndex; in TestAll()
520 if (mBadIndex < 8 && in TestAll()
521 (mSpecificationLevels[mBadIndex] == SpecificationLevel::UNSPECIFIED_RANK || in TestAll()
522 mSpecificationLevels[mBadIndex] == SpecificationLevel::UNSPECIFIED_TYPE)) { in TestAll()
550 uint32_t mBadIndex; member in __anon9006201d0111::UnspecifiedDimensionsTest