Searched defs:planeExtent (Results 1 – 7 of 7) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/ |
D | vktSparseResourcesImageRebind.cpp | 327 …const VkExtent3D planeExtent = getPlaneExtent(formatDescription, imageSparseInfo.extent, planeNd… in iterate() local 601 …const VkExtent3D planeExtent = getPlaneExtent(formatDescription, imageSparseInfo.extent, planeNdx,… in iterate() local
|
D | vktSparseResourcesImageSparseResidency.cpp | 110 tcu::UVec3 computeWorkGroupSize(const VkExtent3D &planeExtent) in computeWorkGroupSize() 459 const VkExtent3D planeExtent = in iterate() local 885 …VkExtent3D planeExtent = getPlaneExtent(compatibleFormatDescription, compatibleImageSize, planeNd… in iterate() local
|
/external/deqp/external/vulkancts/modules/vulkan/ycbcr/ |
D | vktYCbCrStorageImageWriteTests.cpp | 199 tcu::UVec3 computeWorkGroupSize(const VkExtent3D &planeExtent) in computeWorkGroupSize() 482 …VkExtent3D planeExtent = getPlaneExtent(compatibleFormatDescription, compatibleImageSize, planeNd… in testStorageImageWrite() local
|
D | vktYCbCrViewTests.cpp | 499 const UVec2 planeExtent = getPlaneExtent(formatInfo, size, params.planeNdx, 0); in testPlaneView() local
|
D | vktYCbCrUtil.cpp | 442 const VkExtent3D planeExtent = getPlaneExtent(formatDesc, imageExtent, planeNdx, 0); in uploadImage() local 595 const VkExtent3D planeExtent = getPlaneExtent(formatDesc, imageExtent, planeNdx, 0); in downloadImage() local
|
/external/angle/src/libANGLE/ |
D | formatutils.h | 625 YuvPlaneArray<Extents> planeExtent; member
|
/external/deqp/external/vulkancts/modules/vulkan/video/ |
D | vktVideoDecodeTests.cpp | 750 VkExtent3D planeExtent = {width, height, 1u}; in copyAllPlanesToBuffers() local
|