Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/framework/vulkan/
DvkYCbCrImageWithMemory.cpp42 const deUint32 numPlanes = getPlaneCount(imageCreateInfo.format); in YCbCrImageWithMemory()
DvkImageUtil.hpp125 int getPlaneCount (VkFormat format);
DvkImageUtil.cpp1396 int getPlaneCount (VkFormat format) in getPlaneCount() function
2240 DE_TEST_ASSERT(info.numPlanes == getPlaneCount(format)); in imageUtilSelfTest()
DvkNullDriver.cpp1016 if (isYCbCrFormat(format) && getPlaneCount(format) > 1) in getPhysicalDeviceFormatProperties()
/external/deqp/external/vulkancts/modules/vulkan/ycbcr/
DvktYCbCrFormatTests.cpp559 if (getPlaneCount(format) > 1) in populatePerFormatGroup()
566 if (getPlaneCount(format) > 1) in populatePerFormatGroup()
DvktYCbCrViewTests.cpp734 const deUint32 numPlanes = getPlaneCount(format); in populateViewTypeGroup()
DvktYCbCrImageQueryTests.cpp756 if (getPlaneCount(format) > 1) in populateQueryInShaderGroup()
DvktYCbCrUtil.cpp293 const deUint32 numPlanes = getPlaneCount(format); in allocateAndBindImageMemory()
/external/deqp/external/vulkancts/modules/vulkan/memory/
DvktMemoryRequirementsTests.cpp1714 for (deUint32 planeNdx = 0; planeNdx < (deUint32)getPlaneCount(format); planeNdx++) in testMultiplaneImages()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiFeatureInfo.cpp2043 if (getPlaneCount(format) >= 2) in getAllowedYcbcrFormatFeatures()
2397 if (isYCbCrFormat(format) && getPlaneCount(format) > 1) in getValidImageCreateFlags()