Searched defs:planeExtent (Results 1 – 5 of 5) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sparse_resources/ |
D | vktSparseResourcesImageSparseResidency.cpp | 112 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/ |
D | vktYCbCrStorageImageWriteTests.cpp | 108 tcu::UVec3 computeWorkGroupSize(const VkExtent3D& planeExtent) in computeWorkGroupSize() 384 …VkExtent3D planeExtent = getPlaneExtent(compatibleFormatDescription, compatibleImageSize… in testStorageImageWrite() local
|
D | vktYCbCrViewTests.cpp | 437 const UVec2 planeExtent = getPlaneExtent(formatInfo, size, params.planeNdx, 0); in testPlaneView() local
|
D | vktYCbCrUtil.cpp | 374 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/ |
D | formatutils.h | 554 YuvPlaneArray<Extents> planeExtent; member
|