Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/
DvktImageTestsUtil.cpp441 deUint32 blockWidth = getBlockWidth(format); in getCompressedImageResolutionInBlocks()
455 deUint32 blockWidth = getBlockWidth(format); in getCompressedImageResolutionBlockCeil()
DvktImageCompressionTranscodingSupport.cpp290 , m_blockWidth (getBlockWidth(m_parameters.formatCompressed)) in BasicTranscodingTestInstance()
2978 const deUint32 baseTextureWidth = unniceMipmapTextureSize[getBlockWidth(format)]; in getUnniceResolution()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
DvktImageTestsUtil.cpp441 deUint32 blockWidth = getBlockWidth(format); in getCompressedImageResolutionInBlocks()
455 deUint32 blockWidth = getBlockWidth(format); in getCompressedImageResolutionBlockCeil()
DvktImageCompressionTranscodingSupport.cpp290 , m_blockWidth (getBlockWidth(m_parameters.formatCompressed)) in BasicTranscodingTestInstance()
2978 const deUint32 baseTextureWidth = unniceMipmapTextureSize[getBlockWidth(format)]; in getUnniceResolution()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkImageUtil.hpp85 deUint32 getBlockWidth (const VkFormat compressedFormat);
DvkImageUtil.cpp3742 deUint32 getBlockWidth (const VkFormat compressedFormat) in getBlockWidth() function
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
DvktApiCopiesAndBlittingTests.cpp435 const deUint32 blockWidth = (isCompressed) ? getBlockWidth(parms.format) : 1u; in getExtent3D()
762 const deUint32 blockWidth = (isCompressed) ? getBlockWidth(parms.format) : 1u; in uploadImageAspect()
959 const deUint32 blockWidth = (isCompressed) ? getBlockWidth(imageParms.format) : 1u; in readImageAspect()
1147 const deUint32 blockWidth = getBlockWidth(m_params.src.image.format); in iterate()
1158 const deUint32 blockWidth = getBlockWidth(m_params.dst.image.format); in iterate()
1609 const deUint32 blockWidth = getBlockWidth(m_params.src.image.format); in iterate()
1620 const deUint32 blockWidth = getBlockWidth(m_params.dst.image.format); in iterate()
8909 …if ((getBlockWidth(srcFormat) != getBlockWidth(dstFormat)) || (getBlockHeight(srcFormat) != getBlo… in addImageToImageAllFormatsColorSrcFormatTests()
9550 …if ((getBlockWidth(testParams.params.src.image.format) != getBlockWidth(testParams.params.dst.imag… in addImageToImageDimensionsTests()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
DvktApiCopiesAndBlittingTests.cpp435 const deUint32 blockWidth = (isCompressed) ? getBlockWidth(parms.format) : 1u; in getExtent3D()
762 const deUint32 blockWidth = (isCompressed) ? getBlockWidth(parms.format) : 1u; in uploadImageAspect()
959 const deUint32 blockWidth = (isCompressed) ? getBlockWidth(imageParms.format) : 1u; in readImageAspect()
1147 const deUint32 blockWidth = getBlockWidth(m_params.src.image.format); in iterate()
1158 const deUint32 blockWidth = getBlockWidth(m_params.dst.image.format); in iterate()
1609 const deUint32 blockWidth = getBlockWidth(m_params.src.image.format); in iterate()
1620 const deUint32 blockWidth = getBlockWidth(m_params.dst.image.format); in iterate()
8909 …if ((getBlockWidth(srcFormat) != getBlockWidth(dstFormat)) || (getBlockHeight(srcFormat) != getBlo… in addImageToImageAllFormatsColorSrcFormatTests()
9550 …if ((getBlockWidth(testParams.params.src.image.format) != getBlockWidth(testParams.params.dst.imag… in addImageToImageDimensionsTests()