Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/framework/vulkan/
DvkImageUtil.hpp75 deUint32 getBlockHeight (const VkFormat compressedFormat);
DvkImageUtil.cpp2414 deUint32 getBlockHeight (const VkFormat compressedFormat) in getBlockHeight() function
/external/deqp/external/vulkancts/modules/vulkan/image/
DvktImageTestsUtil.cpp583 deUint32 blockHeight = getBlockHeight(format); in getCompressedImageResolutionInBlocks()
597 deUint32 blockHeight = getBlockHeight(format); in getCompressedImageResolutionBlockCeil()
DvktImageCompressionTranscodingSupport.cpp289 , m_blockHeight (getBlockHeight(m_parameters.formatCompressed)) in BasicTranscodingTestInstance()
2937 const deUint32 baseTextureHeight = unniceMipmapTextureSize[getBlockHeight(format)]; in getUnniceResolution()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiCopiesAndBlittingTests.cpp258 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()