Searched refs:getBlockHeight (Results 1 – 5 of 5) sorted by relevance
75 deUint32 getBlockHeight (const VkFormat compressedFormat);
2414 deUint32 getBlockHeight (const VkFormat compressedFormat) in getBlockHeight() function
583 deUint32 blockHeight = getBlockHeight(format); in getCompressedImageResolutionInBlocks()597 deUint32 blockHeight = getBlockHeight(format); in getCompressedImageResolutionBlockCeil()
289 , m_blockHeight (getBlockHeight(m_parameters.formatCompressed)) in BasicTranscodingTestInstance()2937 const deUint32 baseTextureHeight = unniceMipmapTextureSize[getBlockHeight(format)]; in getUnniceResolution()
258 const deUint32 blockHeight = (isCompressed) ? getBlockHeight(parms.format) : 1u; in getExtent3D()935 const deUint32 blockHeight = getBlockHeight(m_params.src.image.format); in iterate()946 const deUint32 blockHeight = getBlockHeight(m_params.dst.image.format); in iterate()4311 …BlockWidth(srcFormat) != getBlockWidth(dstFormat)) || (getBlockHeight(srcFormat) != getBlockHeight… in addImageToImageAllFormatsColorSrcFormatTests()