Home
last modified time | relevance | path

Searched refs:getPlaneCount (Results 1 – 16 of 16) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkYCbCrImageWithMemory.cpp43 const deUint32 numPlanes = getPlaneCount(imageCreateInfo.format); in YCbCrImageWithMemory()
DvkImageUtil.hpp140 int getPlaneCount (VkFormat format);
DvkImageUtil.cpp2447 int getPlaneCount (VkFormat format) in getPlaneCount() function
3507 DE_TEST_ASSERT(info.numPlanes == getPlaneCount(format)); in imageUtilSelfTest()
3517 DE_TEST_ASSERT(info.numPlanes == getPlaneCount(format)); in imageUtilSelfTest()
DvkNullDriver.cpp1167 if (isYCbCrFormat(format) && getPlaneCount(format) > 1) in getPhysicalDeviceFormatProperties()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DStream.h84 EGLint getPlaneCount() const;
DStream.cpp114 EGLint Stream::getPlaneCount() const in getPlaneCount() function in egl::Stream
DvalidationEGL.cpp4423 if (stream->getPlaneCount() != 2) in ValidateCreateStreamProducerD3DTextureANGLE()
4431 if (stream->getPlaneCount() != 1) in ValidateCreateStreamProducerD3DTextureANGLE()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DStream.h84 EGLint getPlaneCount() const;
DStream.cpp114 EGLint Stream::getPlaneCount() const in getPlaneCount() function in egl::Stream
DvalidationEGL.cpp2803 if (stream->getPlaneCount() != 2) in ValidateCreateStreamProducerD3DTextureANGLE()
2810 if (stream->getPlaneCount() != 1) in ValidateCreateStreamProducerD3DTextureANGLE()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/
DvktYCbCrFormatTests.cpp608 if (getPlaneCount(format) > 1) in populatePerFormatGroup()
615 if (getPlaneCount(format) > 1) in populatePerFormatGroup()
DvktYCbCrImageQueryTests.cpp834 if (getPlaneCount(format) > 1) in populateQueryInShaderGroup()
844 if (getPlaneCount(format) > 1) in populateQueryInShaderGroup()
DvktYCbCrViewTests.cpp745 const deUint32 numPlanes = getPlaneCount(format); in populateViewTypeGroup()
DvktYCbCrUtil.cpp330 const deUint32 numPlanes = getPlaneCount(format); in allocateAndBindImageMemory()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/
DvktMemoryRequirementsTests.cpp1959 for (deUint32 planeNdx = 0; planeNdx < (deUint32)getPlaneCount(format); planeNdx++) in testMultiplaneImages()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
DvktApiFeatureInfo.cpp3337 if (!isYCbCrFormat(format) || getPlaneCount(format) == 1) in getAllowedOptimalTilingFeatures()
3691 if (isYCbCrFormat(format) && getPlaneCount(format) > 1) in getValidImageCreateFlags()