Searched refs:getBlockWidth (Results 1 – 5 of 5) sorted by relevance
478 deUint32 blockWidth = getBlockWidth(format); in getCompressedImageResolutionInBlocks()492 deUint32 blockWidth = getBlockWidth(format); in getCompressedImageResolutionBlockCeil()
289 , m_blockWidth (getBlockWidth(m_parameters.formatCompressed)) in BasicTranscodingTestInstance()2946 const deUint32 baseTextureWidth = unniceMipmapTextureSize[getBlockWidth(format)]; in getUnniceResolution()
81 deUint32 getBlockWidth (const VkFormat compressedFormat);
3687 deUint32 getBlockWidth (const VkFormat compressedFormat) in getBlockWidth() function
399 const deUint32 blockWidth = (isCompressed) ? getBlockWidth(parms.format) : 1u; in getExtent3D()728 const deUint32 blockWidth = (isCompressed) ? getBlockWidth(parms.format) : 1u; in uploadImageAspect()937 const deUint32 blockWidth = (isCompressed) ? getBlockWidth(imageParms.format) : 1u; in readImageAspect()1125 const deUint32 blockWidth = getBlockWidth(m_params.src.image.format); in iterate()1136 const deUint32 blockWidth = getBlockWidth(m_params.dst.image.format); in iterate()1583 const deUint32 blockWidth = getBlockWidth(m_params.src.image.format); in iterate()1594 const deUint32 blockWidth = getBlockWidth(m_params.dst.image.format); in iterate()7381 …if ((getBlockWidth(srcFormat) != getBlockWidth(dstFormat)) || (getBlockHeight(srcFormat) != getBlo… in addImageToImageAllFormatsColorSrcFormatTests()8022 …if ((getBlockWidth(testParams.params.src.image.format) != getBlockWidth(testParams.params.dst.imag… in addImageToImageDimensionsTests()