Searched refs:getBlockWidth (Results 1 – 8 of 8) sorted by relevance
441 deUint32 blockWidth = getBlockWidth(format); in getCompressedImageResolutionInBlocks()455 deUint32 blockWidth = getBlockWidth(format); in getCompressedImageResolutionBlockCeil()
290 , m_blockWidth (getBlockWidth(m_parameters.formatCompressed)) in BasicTranscodingTestInstance()2978 const deUint32 baseTextureWidth = unniceMipmapTextureSize[getBlockWidth(format)]; in getUnniceResolution()
85 deUint32 getBlockWidth (const VkFormat compressedFormat);
3742 deUint32 getBlockWidth (const VkFormat compressedFormat) in getBlockWidth() function
435 const deUint32 blockWidth = (isCompressed) ? getBlockWidth(parms.format) : 1u; in getExtent3D()762 const deUint32 blockWidth = (isCompressed) ? getBlockWidth(parms.format) : 1u; in uploadImageAspect()959 const deUint32 blockWidth = (isCompressed) ? getBlockWidth(imageParms.format) : 1u; in readImageAspect()1147 const deUint32 blockWidth = getBlockWidth(m_params.src.image.format); in iterate()1158 const deUint32 blockWidth = getBlockWidth(m_params.dst.image.format); in iterate()1609 const deUint32 blockWidth = getBlockWidth(m_params.src.image.format); in iterate()1620 const deUint32 blockWidth = getBlockWidth(m_params.dst.image.format); in iterate()8909 …if ((getBlockWidth(srcFormat) != getBlockWidth(dstFormat)) || (getBlockHeight(srcFormat) != getBlo… in addImageToImageAllFormatsColorSrcFormatTests()9550 …if ((getBlockWidth(testParams.params.src.image.format) != getBlockWidth(testParams.params.dst.imag… in addImageToImageDimensionsTests()