Searched refs:getPlaneCount (Results 1 – 10 of 10) sorted by relevance
42 const deUint32 numPlanes = getPlaneCount(imageCreateInfo.format); in YCbCrImageWithMemory()
125 int getPlaneCount (VkFormat format);
1396 int getPlaneCount (VkFormat format) in getPlaneCount() function2240 DE_TEST_ASSERT(info.numPlanes == getPlaneCount(format)); in imageUtilSelfTest()
1016 if (isYCbCrFormat(format) && getPlaneCount(format) > 1) in getPhysicalDeviceFormatProperties()
559 if (getPlaneCount(format) > 1) in populatePerFormatGroup()566 if (getPlaneCount(format) > 1) in populatePerFormatGroup()
734 const deUint32 numPlanes = getPlaneCount(format); in populateViewTypeGroup()
756 if (getPlaneCount(format) > 1) in populateQueryInShaderGroup()
293 const deUint32 numPlanes = getPlaneCount(format); in allocateAndBindImageMemory()
1714 for (deUint32 planeNdx = 0; planeNdx < (deUint32)getPlaneCount(format); planeNdx++) in testMultiplaneImages()
2043 if (getPlaneCount(format) >= 2) in getAllowedYcbcrFormatFeatures()2397 if (isYCbCrFormat(format) && getPlaneCount(format) > 1) in getValidImageCreateFlags()