Searched refs:getPlaneCount (Results 1 – 16 of 16) sorted by relevance
43 const deUint32 numPlanes = getPlaneCount(imageCreateInfo.format); in YCbCrImageWithMemory()
140 int getPlaneCount (VkFormat format);
2447 int getPlaneCount (VkFormat format) in getPlaneCount() function3507 DE_TEST_ASSERT(info.numPlanes == getPlaneCount(format)); in imageUtilSelfTest()3517 DE_TEST_ASSERT(info.numPlanes == getPlaneCount(format)); in imageUtilSelfTest()
1167 if (isYCbCrFormat(format) && getPlaneCount(format) > 1) in getPhysicalDeviceFormatProperties()
84 EGLint getPlaneCount() const;
114 EGLint Stream::getPlaneCount() const in getPlaneCount() function in egl::Stream
4423 if (stream->getPlaneCount() != 2) in ValidateCreateStreamProducerD3DTextureANGLE()4431 if (stream->getPlaneCount() != 1) in ValidateCreateStreamProducerD3DTextureANGLE()
2803 if (stream->getPlaneCount() != 2) in ValidateCreateStreamProducerD3DTextureANGLE()2810 if (stream->getPlaneCount() != 1) in ValidateCreateStreamProducerD3DTextureANGLE()
608 if (getPlaneCount(format) > 1) in populatePerFormatGroup()615 if (getPlaneCount(format) > 1) in populatePerFormatGroup()
834 if (getPlaneCount(format) > 1) in populateQueryInShaderGroup()844 if (getPlaneCount(format) > 1) in populateQueryInShaderGroup()
745 const deUint32 numPlanes = getPlaneCount(format); in populateViewTypeGroup()
330 const deUint32 numPlanes = getPlaneCount(format); in allocateAndBindImageMemory()
1959 for (deUint32 planeNdx = 0; planeNdx < (deUint32)getPlaneCount(format); planeNdx++) in testMultiplaneImages()
3337 if (!isYCbCrFormat(format) || getPlaneCount(format) == 1) in getAllowedOptimalTilingFeatures()3691 if (isYCbCrFormat(format) && getPlaneCount(format) > 1) in getValidImageCreateFlags()