Searched refs:getPlaneCount (Results 1 – 9 of 9) sorted by relevance
114 int getPlaneCount (VkFormat format);
1344 int getPlaneCount (VkFormat format) in getPlaneCount() function2098 DE_TEST_ASSERT(info.numPlanes == getPlaneCount(format)); in imageUtilSelfTest()
852 if (isYCbCrFormat(format) && getPlaneCount(format) > 1) in getPhysicalDeviceFormatProperties()
515 if (getPlaneCount(format) > 1) in populatePerFormatGroup()522 if (getPlaneCount(format) > 1) in populatePerFormatGroup()
738 const deUint32 numPlanes = getPlaneCount(format); in populateViewTypeGroup()
745 if (getPlaneCount(format) > 1) in populateQueryInShaderGroup()
276 const deUint32 numPlanes = getPlaneCount(format); in allocateAndBindImageMemory()
1703 for (deUint32 planeNdx = 0; planeNdx < (deUint32)getPlaneCount(format); planeNdx++) in testMultiplaneImages()
1697 if (getPlaneCount(format) >= 2) in getAllowedYcbcrFormatFeatures()