Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/
DvktImageTestsUtil.cpp442 deUint32 blockHeight = getBlockHeight(format); in getCompressedImageResolutionInBlocks()
456 deUint32 blockHeight = getBlockHeight(format); in getCompressedImageResolutionBlockCeil()
DvktImageTransfer.cpp204 const deUint32 blockHeight = (isCompressed) ? getBlockHeight(m_params.imageFormat) : 1u; in iterate()
DvktImageCompressionTranscodingSupport.cpp291 , m_blockHeight (getBlockHeight(m_parameters.formatCompressed)) in BasicTranscodingTestInstance()
2979 const deUint32 baseTextureHeight = unniceMipmapTextureSize[getBlockHeight(format)]; in getUnniceResolution()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
DvktImageTestsUtil.cpp442 deUint32 blockHeight = getBlockHeight(format); in getCompressedImageResolutionInBlocks()
456 deUint32 blockHeight = getBlockHeight(format); in getCompressedImageResolutionBlockCeil()
DvktImageTransfer.cpp204 const deUint32 blockHeight = (isCompressed) ? getBlockHeight(m_params.imageFormat) : 1u; in iterate()
DvktImageCompressionTranscodingSupport.cpp291 , m_blockHeight (getBlockHeight(m_parameters.formatCompressed)) in BasicTranscodingTestInstance()
2979 const deUint32 baseTextureHeight = unniceMipmapTextureSize[getBlockHeight(format)]; in getUnniceResolution()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkImageUtil.hpp86 deUint32 getBlockHeight (const VkFormat compressedFormat);
DvkImageUtil.cpp3752 deUint32 getBlockHeight (const VkFormat compressedFormat) in getBlockHeight() function
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
DvktApiCopiesAndBlittingTests.cpp436 const deUint32 blockHeight = (isCompressed) ? getBlockHeight(parms.format) : 1u; in getExtent3D()
763 const deUint32 blockHeight = (isCompressed) ? getBlockHeight(parms.format) : 1u; in uploadImageAspect()
960 const deUint32 blockHeight = (isCompressed) ? getBlockHeight(imageParms.format) : 1u; in readImageAspect()
1148 const deUint32 blockHeight = getBlockHeight(m_params.src.image.format); in iterate()
1159 const deUint32 blockHeight = getBlockHeight(m_params.dst.image.format); in iterate()
1610 const deUint32 blockHeight = getBlockHeight(m_params.src.image.format); in iterate()
1621 const deUint32 blockHeight = getBlockHeight(m_params.dst.image.format); in iterate()
8909 …BlockWidth(srcFormat) != getBlockWidth(dstFormat)) || (getBlockHeight(srcFormat) != getBlockHeight in addImageToImageAllFormatsColorSrcFormatTests()
9551 …|| (getBlockHeight(testParams.params.src.image.format) != getBlockHeight(testParams.params.dst.ima… in addImageToImageDimensionsTests()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
DvktApiCopiesAndBlittingTests.cpp436 const deUint32 blockHeight = (isCompressed) ? getBlockHeight(parms.format) : 1u; in getExtent3D()
763 const deUint32 blockHeight = (isCompressed) ? getBlockHeight(parms.format) : 1u; in uploadImageAspect()
960 const deUint32 blockHeight = (isCompressed) ? getBlockHeight(imageParms.format) : 1u; in readImageAspect()
1148 const deUint32 blockHeight = getBlockHeight(m_params.src.image.format); in iterate()
1159 const deUint32 blockHeight = getBlockHeight(m_params.dst.image.format); in iterate()
1610 const deUint32 blockHeight = getBlockHeight(m_params.src.image.format); in iterate()
1621 const deUint32 blockHeight = getBlockHeight(m_params.dst.image.format); in iterate()
8909 …BlockWidth(srcFormat) != getBlockWidth(dstFormat)) || (getBlockHeight(srcFormat) != getBlockHeight in addImageToImageAllFormatsColorSrcFormatTests()
9551 …|| (getBlockHeight(testParams.params.src.image.format) != getBlockHeight(testParams.params.dst.ima… in addImageToImageDimensionsTests()