Home
last modified time | relevance | path

Searched defs:planeExtent (Results 1 – 5 of 5) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesImageSparseResidency.cpp112 tcu::UVec3 computeWorkGroupSize (const VkExtent3D& planeExtent) in computeWorkGroupSize()
439 …const VkExtent3D planeExtent = getPlaneExtent(formatDescription, imageCreateInfo.extent, planeN… in iterate() local
796 …VkExtent3D planeExtent = getPlaneExtent(compatibleFormatDescription, compatibleImageSize,… in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/
DvktYCbCrStorageImageWriteTests.cpp108 tcu::UVec3 computeWorkGroupSize(const VkExtent3D& planeExtent) in computeWorkGroupSize()
384 …VkExtent3D planeExtent = getPlaneExtent(compatibleFormatDescription, compatibleImageSize… in testStorageImageWrite() local
DvktYCbCrViewTests.cpp437 const UVec2 planeExtent = getPlaneExtent(formatInfo, size, params.planeNdx, 0); in testPlaneView() local
DvktYCbCrUtil.cpp374 const VkExtent3D planeExtent = getPlaneExtent(formatDesc, imageExtent, planeNdx, 0); in uploadImage() local
588 const VkExtent3D planeExtent = getPlaneExtent(formatDesc, imageExtent, planeNdx, 0); in downloadImage() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/
Dformatutils.h554 YuvPlaneArray<Extents> planeExtent; member