Searched refs:mCurrentBaseMaxLevelHash (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/ |
H A D | vk_helpers.h | 3466 return mCurrentBaseMaxLevelHash < mPerLevelRangeStencilReadImageViews.size() in hasStencilReadImageView() 3467 ? mPerLevelRangeStencilReadImageViews[mCurrentBaseMaxLevelHash].valid() in hasStencilReadImageView() 3474 mCurrentBaseMaxLevelHash < mPerLevelRangeLinearCopyImageViews.size()) || in hasCopyImageView() 3476 mCurrentBaseMaxLevelHash < mPerLevelRangeSRGBCopyImageViews.size())) in hasCopyImageView() 3657 ASSERT(mCurrentBaseMaxLevelHash < imageViewVector.size() && in getValidReadViewImpl() 3658 imageViewVector[mCurrentBaseMaxLevelHash].valid()); in getValidReadViewImpl() 3659 return imageViewVector[mCurrentBaseMaxLevelHash]; in getValidReadViewImpl() 3665 ASSERT(mCurrentBaseMaxLevelHash < imageViewVector.size()); in getReadViewImpl() 3666 return imageViewVector[mCurrentBaseMaxLevelHash]; in getReadViewImpl() 3672 ASSERT(mCurrentBaseMaxLevelHash < imageViewVector.size()); in getReadViewImpl() [all …]
|
H A D | vk_helpers.cpp | 12030 : mCurrentBaseMaxLevelHash(0), in ImageViewHelper() 12037 std::swap(mCurrentBaseMaxLevelHash, other.mCurrentBaseMaxLevelHash); in ImageViewHelper() 12077 mCurrentBaseMaxLevelHash = 0; in release() 12136 mCurrentBaseMaxLevelHash = 0; in destroy() 12187 mCurrentBaseMaxLevelHash = static_cast<uint8_t>(baseLevel.get() << 4 | maxLevel); in initReadViews() 12190 if (mCurrentBaseMaxLevelHash >= mPerLevelRangeLinearReadImageViews.size()) in initReadViews() 12192 const uint32_t maxViewCount = mCurrentBaseMaxLevelHash + 1; in initReadViews() 12249 &mPerLevelRangeStencilReadImageViews[mCurrentBaseMaxLevelHash], baseLevel, levelCount, in initReadViewsImpl() 12317 &mPerLevelRangeLinearReadImageViews[mCurrentBaseMaxLevelHash], baseLevel, levelCount, in initLinearAndSrgbReadViewsImpl() 12322 &mPerLevelRangeStencilReadImageViews[mCurrentBaseMaxLevelHash], baseLevel, levelCount, in initLinearAndSrgbReadViewsImpl() [all …]
|