Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkImageUtil.hpp166 tcu::UVec2 getBlockExtent (VkFormat format);
167 tcu::UVec2 getBlockExtent (const PlanarFormatDescription& formatInfo);
DvkImageUtil.cpp2583 tcu::UVec2 getBlockExtent(VkFormat format) in getBlockExtent() function
2585 return getBlockExtent(getPlanarFormatDescription(format)); in getBlockExtent()
2588 tcu::UVec2 getBlockExtent(const PlanarFormatDescription& formatInfo) in getBlockExtent() function
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/
DvktYCbCrCopyTests.cpp485 const UVec2 srcBlockExtent (getBlockExtent(srcPlaneFormat)); in genCopies()
491 const UVec2 dstBlockExtent (getBlockExtent(dstPlaneFormat)); in genCopies()
696 const UVec2 srcBlockExtent (getBlockExtent(srcPlaneFormat)); in imageCopyTest()
710 const UVec2 dstBlockExtent (getBlockExtent(dstPlaneFormat)); in imageCopyTest()