Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
DvktImageTestsUtil.cpp478 deUint32 blockWidth = getBlockWidth(format); in getCompressedImageResolutionInBlocks()
492 deUint32 blockWidth = getBlockWidth(format); in getCompressedImageResolutionBlockCeil()
DvktImageCompressionTranscodingSupport.cpp289 , m_blockWidth (getBlockWidth(m_parameters.formatCompressed)) in BasicTranscodingTestInstance()
2946 const deUint32 baseTextureWidth = unniceMipmapTextureSize[getBlockWidth(format)]; in getUnniceResolution()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkImageUtil.hpp81 deUint32 getBlockWidth (const VkFormat compressedFormat);
DvkImageUtil.cpp3687 deUint32 getBlockWidth (const VkFormat compressedFormat) in getBlockWidth() function
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
DvktApiCopiesAndBlittingTests.cpp399 const deUint32 blockWidth = (isCompressed) ? getBlockWidth(parms.format) : 1u; in getExtent3D()
728 const deUint32 blockWidth = (isCompressed) ? getBlockWidth(parms.format) : 1u; in uploadImageAspect()
937 const deUint32 blockWidth = (isCompressed) ? getBlockWidth(imageParms.format) : 1u; in readImageAspect()
1125 const deUint32 blockWidth = getBlockWidth(m_params.src.image.format); in iterate()
1136 const deUint32 blockWidth = getBlockWidth(m_params.dst.image.format); in iterate()
1583 const deUint32 blockWidth = getBlockWidth(m_params.src.image.format); in iterate()
1594 const deUint32 blockWidth = getBlockWidth(m_params.dst.image.format); in iterate()
7381 …if ((getBlockWidth(srcFormat) != getBlockWidth(dstFormat)) || (getBlockHeight(srcFormat) != getBlo… in addImageToImageAllFormatsColorSrcFormatTests()
8022 …if ((getBlockWidth(testParams.params.src.image.format) != getBlockWidth(testParams.params.dst.imag… in addImageToImageDimensionsTests()