Home
last modified time | relevance | path

Searched refs:getBlockExtent (Results 1 – 4 of 4) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkImageUtil.hpp201 tcu::UVec2 getBlockExtent (VkFormat format);
202 tcu::UVec2 getBlockExtent (const PlanarFormatDescription& formatInfo);
DvkImageUtil.cpp2630 tcu::UVec2 getBlockExtent(VkFormat format) in getBlockExtent() function
2632 return getBlockExtent(getPlanarFormatDescription(format)); in getBlockExtent()
2635 tcu::UVec2 getBlockExtent(const PlanarFormatDescription& formatInfo) in getBlockExtent() function
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ycbcr/
DvktYCbCrCopyTests.cpp489 const UVec2 srcBlockExtent (getBlockExtent(srcPlaneFormat)); in genCopies()
495 const UVec2 dstBlockExtent (getBlockExtent(dstPlaneFormat)); in genCopies()
700 const UVec2 srcBlockExtent (getBlockExtent(srcPlaneFormat)); in imageCopyTest()
714 const UVec2 dstBlockExtent (getBlockExtent(dstPlaneFormat)); in imageCopyTest()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/
DvktYCbCrCopyTests.cpp489 const UVec2 srcBlockExtent (getBlockExtent(srcPlaneFormat)); in genCopies()
495 const UVec2 dstBlockExtent (getBlockExtent(dstPlaneFormat)); in genCopies()
700 const UVec2 srcBlockExtent (getBlockExtent(srcPlaneFormat)); in imageCopyTest()
714 const UVec2 dstBlockExtent (getBlockExtent(dstPlaneFormat)); in imageCopyTest()