Searched refs:getBlockHeight (Results 1 – 10 of 10) sorted by relevance
442 deUint32 blockHeight = getBlockHeight(format); in getCompressedImageResolutionInBlocks()456 deUint32 blockHeight = getBlockHeight(format); in getCompressedImageResolutionBlockCeil()
204 const deUint32 blockHeight = (isCompressed) ? getBlockHeight(m_params.imageFormat) : 1u; in iterate()
291 , m_blockHeight (getBlockHeight(m_parameters.formatCompressed)) in BasicTranscodingTestInstance()2979 const deUint32 baseTextureHeight = unniceMipmapTextureSize[getBlockHeight(format)]; in getUnniceResolution()
86 deUint32 getBlockHeight (const VkFormat compressedFormat);
3752 deUint32 getBlockHeight (const VkFormat compressedFormat) in getBlockHeight() function
436 const deUint32 blockHeight = (isCompressed) ? getBlockHeight(parms.format) : 1u; in getExtent3D()763 const deUint32 blockHeight = (isCompressed) ? getBlockHeight(parms.format) : 1u; in uploadImageAspect()960 const deUint32 blockHeight = (isCompressed) ? getBlockHeight(imageParms.format) : 1u; in readImageAspect()1148 const deUint32 blockHeight = getBlockHeight(m_params.src.image.format); in iterate()1159 const deUint32 blockHeight = getBlockHeight(m_params.dst.image.format); in iterate()1610 const deUint32 blockHeight = getBlockHeight(m_params.src.image.format); in iterate()1621 const deUint32 blockHeight = getBlockHeight(m_params.dst.image.format); in iterate()8909 …BlockWidth(srcFormat) != getBlockWidth(dstFormat)) || (getBlockHeight(srcFormat) != getBlockHeight… in addImageToImageAllFormatsColorSrcFormatTests()9551 …|| (getBlockHeight(testParams.params.src.image.format) != getBlockHeight(testParams.params.dst.ima… in addImageToImageDimensionsTests()