Home
last modified time | relevance | path

Searched refs:getBlockWidth (Results 1 – 5 of 5) sorted by relevance

/external/deqp/external/vulkancts/framework/vulkan/
DvkImageUtil.hpp74 deUint32 getBlockWidth (const VkFormat compressedFormat);
DvkImageUtil.cpp2404 deUint32 getBlockWidth (const VkFormat compressedFormat) in getBlockWidth() function
/external/deqp/external/vulkancts/modules/vulkan/image/
DvktImageTestsUtil.cpp582 deUint32 blockWidth = getBlockWidth(format); in getCompressedImageResolutionInBlocks()
596 deUint32 blockWidth = getBlockWidth(format); in getCompressedImageResolutionBlockCeil()
DvktImageCompressionTranscodingSupport.cpp288 , m_blockWidth (getBlockWidth(m_parameters.formatCompressed)) in BasicTranscodingTestInstance()
2936 const deUint32 baseTextureWidth = unniceMipmapTextureSize[getBlockWidth(format)]; in getUnniceResolution()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiCopiesAndBlittingTests.cpp257 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()