Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
DvktImageTestsUtil.cpp479 deUint32 blockHeight = getBlockHeight(format); in getCompressedImageResolutionInBlocks()
493 deUint32 blockHeight = getBlockHeight(format); in getCompressedImageResolutionBlockCeil()
DvktImageCompressionTranscodingSupport.cpp290 , m_blockHeight (getBlockHeight(m_parameters.formatCompressed)) in BasicTranscodingTestInstance()
2947 const deUint32 baseTextureHeight = unniceMipmapTextureSize[getBlockHeight(format)]; in getUnniceResolution()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkImageUtil.hpp82 deUint32 getBlockHeight (const VkFormat compressedFormat);
DvkImageUtil.cpp3697 deUint32 getBlockHeight (const VkFormat compressedFormat) in getBlockHeight() function
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
DvktApiCopiesAndBlittingTests.cpp400 const deUint32 blockHeight = (isCompressed) ? getBlockHeight(parms.format) : 1u; in getExtent3D()
729 const deUint32 blockHeight = (isCompressed) ? getBlockHeight(parms.format) : 1u; in uploadImageAspect()
938 const deUint32 blockHeight = (isCompressed) ? getBlockHeight(imageParms.format) : 1u; in readImageAspect()
1126 const deUint32 blockHeight = getBlockHeight(m_params.src.image.format); in iterate()
1137 const deUint32 blockHeight = getBlockHeight(m_params.dst.image.format); in iterate()
1584 const deUint32 blockHeight = getBlockHeight(m_params.src.image.format); in iterate()
1595 const deUint32 blockHeight = getBlockHeight(m_params.dst.image.format); in iterate()
7381 …BlockWidth(srcFormat) != getBlockWidth(dstFormat)) || (getBlockHeight(srcFormat) != getBlockHeight in addImageToImageAllFormatsColorSrcFormatTests()
8023 …|| (getBlockHeight(testParams.params.src.image.format) != getBlockHeight(testParams.params.dst.ima… in addImageToImageDimensionsTests()