Searched refs:getBlockWidth (Results 1 – 5 of 5) sorted by relevance
74 deUint32 getBlockWidth (const VkFormat compressedFormat);
2404 deUint32 getBlockWidth (const VkFormat compressedFormat) in getBlockWidth() function
582 deUint32 blockWidth = getBlockWidth(format); in getCompressedImageResolutionInBlocks()596 deUint32 blockWidth = getBlockWidth(format); in getCompressedImageResolutionBlockCeil()
288 , m_blockWidth (getBlockWidth(m_parameters.formatCompressed)) in BasicTranscodingTestInstance()2936 const deUint32 baseTextureWidth = unniceMipmapTextureSize[getBlockWidth(format)]; in getUnniceResolution()
257 const deUint32 blockWidth = (isCompressed) ? getBlockWidth(parms.format) : 1u; in getExtent3D()934 const deUint32 blockWidth = getBlockWidth(m_params.src.image.format); in iterate()945 const deUint32 blockWidth = getBlockWidth(m_params.dst.image.format); in iterate()4311 …if ((getBlockWidth(srcFormat) != getBlockWidth(dstFormat)) || (getBlockHeight(srcFormat) != getBlo… in addImageToImageAllFormatsColorSrcFormatTests()