Lines Matching refs:mipLevelNdx
752 for (deUint32 mipLevelNdx = 0; mipLevelNdx < mipLevels; mipLevelNdx++) in uploadImageAspect() local
756 imageExtent.width >> mipLevelNdx, in uploadImageAspect()
757 imageExtent.height >> mipLevelNdx, in uploadImageAspect()
774 mipLevelNdx, // deUint32 mipLevel; in uploadImageAspect()
5040 for (deUint32 mipLevelNdx = 0u; mipLevelNdx < m_params.mipLevels; mipLevelNdx++) in checkNonNearestFilteredResult() local
5051 if (srcMipLevel < mipLevelNdx) in checkNonNearestFilteredResult()
5065 …tr<tcu::TextureLevel> resultLevel = readImage(*m_destination, m_params.dst.image, mipLevelNdx); in checkNonNearestFilteredResult()
5074 …mat().order) ? getEffectiveDepthStencilAccess(m_expectedTextureLevel[mipLevelNdx]->getAccess(), … in checkNonNearestFilteredResult()
5075 …at().order) ? getEffectiveDepthStencilAccess(m_expectedTextureLevel[mipLevelNdx]->getAccess(), … in checkNonNearestFilteredResult()
5076 m_expectedTextureLevel[mipLevelNdx]->getAccess(); in checkNonNearestFilteredResult()
5077 …er) ? getEffectiveDepthStencilAccess(m_unclampedExpectedTextureLevel[mipLevelNdx]->getAccess(), … in checkNonNearestFilteredResult()
5078 …r) ? getEffectiveDepthStencilAccess(m_unclampedExpectedTextureLevel[mipLevelNdx]->getAccess(), … in checkNonNearestFilteredResult()
5079 m_unclampedExpectedTextureLevel[mipLevelNdx]->getAccess(); in checkNonNearestFilteredResult()
5089 if (m_params.regions.at(regionNdx).imageBlit.dstSubresource.mipLevel == mipLevelNdx) in checkNonNearestFilteredResult()
5141 for (deUint32 mipLevelNdx = 0u; mipLevelNdx < m_params.mipLevels; mipLevelNdx++) in checkNearestFilteredResult() local
5143 …tr<tcu::TextureLevel> resultLevel = readImage(*m_destination, m_params.dst.image, mipLevelNdx); in checkNearestFilteredResult()
5152 …const tcu::ConstPixelBufferAccess source = (m_params.singleCommand || mipLevelNdx == 0) ? //… in checkNearestFilteredResult()
5157 ….order) ? tcu::getEffectiveDepthStencilAccess(m_expectedTextureLevel[mipLevelNdx - 1u]->getAcces… in checkNearestFilteredResult()
5158 …order) ? tcu::getEffectiveDepthStencilAccess(m_expectedTextureLevel[mipLevelNdx - 1u]->getAcces… in checkNearestFilteredResult()
5159 m_expectedTextureLevel[mipLevelNdx - 1u]->getAccess(); in checkNearestFilteredResult()
5166 if (m_params.regions.at(regionNdx).imageBlit.dstSubresource.mipLevel == mipLevelNdx) in checkNearestFilteredResult()
5194 log << tcu::TestLog::ImageSet("Compare", "Result comparsion, level " + de::toString(mipLevelNdx)) in checkNearestFilteredResult()
5202 log << tcu::TestLog::ImageSet("Compare", "Result comparsion, level " + de::toString(mipLevelNdx)) in checkNearestFilteredResult()
5323 for (deUint32 mipLevelNdx = 0u; mipLevelNdx < m_params.mipLevels; mipLevelNdx++) in generateExpectedResult() local
5324 …el[mipLevelNdx] = de::MovePtr<tcu::TextureLevel>(new tcu::TextureLevel(dst.getFormat(), dst.getWid… in generateExpectedResult()
5330 for (deUint32 mipLevelNdx = 0u; mipLevelNdx < m_params.mipLevels; mipLevelNdx++) in generateExpectedResult() local
5331 …el[mipLevelNdx] = de::MovePtr<tcu::TextureLevel>(new tcu::TextureLevel(dst.getFormat(), dst.getWid… in generateExpectedResult()
10703 for (deUint32 mipLevelNdx = 0u; mipLevelNdx < paramsArrayToArray.mipLevels; mipLevelNdx++) in addImageToImageArrayTests() local
10708 mipLevelNdx, // deUint32 mipLevel; in addImageToImageArrayTests()
10716 mipLevelNdx, // deUint32 mipLevel; in addImageToImageArrayTests()
10723 (deUint32)deMax(defaultHalfExtent.width >> mipLevelNdx, 1), // deUint32 width; in addImageToImageArrayTests()
10724 (deUint32)deMax(defaultHalfExtent.height >> mipLevelNdx, 1), // deUint32 height; in addImageToImageArrayTests()
13818 for (deUint32 mipLevelNdx = 0u; mipLevelNdx < params.mipLevels; mipLevelNdx++) in addBlittingImageAllFormatsBaseLevelMipmapTests() local
13821 destLayer.mipLevel = mipLevelNdx; in addBlittingImageAllFormatsBaseLevelMipmapTests()
13834 {defaultSize >> mipLevelNdx, defaultSize >> mipLevelNdx, 1} in addBlittingImageAllFormatsBaseLevelMipmapTests()
13929 for (deUint32 mipLevelNdx = 1u; mipLevelNdx < params.mipLevels; mipLevelNdx++) in addBlittingImageAllFormatsPreviousLevelMipmapTests() local
13934 srcLayer.mipLevel = mipLevelNdx - 1u; in addBlittingImageAllFormatsPreviousLevelMipmapTests()
13935 destLayer.mipLevel = mipLevelNdx; in addBlittingImageAllFormatsPreviousLevelMipmapTests()
13942 {defaultSize >> (mipLevelNdx - 1u), defaultSize >> (mipLevelNdx - 1u), 1} in addBlittingImageAllFormatsPreviousLevelMipmapTests()
13948 {defaultSize >> mipLevelNdx, defaultSize >> mipLevelNdx, 1} in addBlittingImageAllFormatsPreviousLevelMipmapTests()