Searched refs:getBlockHeight (Results 1 – 5 of 5) sorted by relevance
479 deUint32 blockHeight = getBlockHeight(format); in getCompressedImageResolutionInBlocks()493 deUint32 blockHeight = getBlockHeight(format); in getCompressedImageResolutionBlockCeil()
290 , m_blockHeight (getBlockHeight(m_parameters.formatCompressed)) in BasicTranscodingTestInstance()2947 const deUint32 baseTextureHeight = unniceMipmapTextureSize[getBlockHeight(format)]; in getUnniceResolution()
82 deUint32 getBlockHeight (const VkFormat compressedFormat);
3697 deUint32 getBlockHeight (const VkFormat compressedFormat) in getBlockHeight() function
400 const deUint32 blockHeight = (isCompressed) ? getBlockHeight(parms.format) : 1u; in getExtent3D()729 const deUint32 blockHeight = (isCompressed) ? getBlockHeight(parms.format) : 1u; in uploadImageAspect()938 const deUint32 blockHeight = (isCompressed) ? getBlockHeight(imageParms.format) : 1u; in readImageAspect()1126 const deUint32 blockHeight = getBlockHeight(m_params.src.image.format); in iterate()1137 const deUint32 blockHeight = getBlockHeight(m_params.dst.image.format); in iterate()1584 const deUint32 blockHeight = getBlockHeight(m_params.src.image.format); in iterate()1595 const deUint32 blockHeight = getBlockHeight(m_params.dst.image.format); in iterate()7381 …BlockWidth(srcFormat) != getBlockWidth(dstFormat)) || (getBlockHeight(srcFormat) != getBlockHeight… in addImageToImageAllFormatsColorSrcFormatTests()8023 …|| (getBlockHeight(testParams.params.src.image.format) != getBlockHeight(testParams.params.dst.ima… in addImageToImageDimensionsTests()