Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/framework/vulkan/
DvkImageUtil.hpp114 int getPlaneCount (VkFormat format);
DvkImageUtil.cpp1344 int getPlaneCount (VkFormat format) in getPlaneCount() function
2098 DE_TEST_ASSERT(info.numPlanes == getPlaneCount(format)); in imageUtilSelfTest()
DvkNullDriver.cpp852 if (isYCbCrFormat(format) && getPlaneCount(format) > 1) in getPhysicalDeviceFormatProperties()
/external/deqp/external/vulkancts/modules/vulkan/ycbcr/
DvktYCbCrFormatTests.cpp515 if (getPlaneCount(format) > 1) in populatePerFormatGroup()
522 if (getPlaneCount(format) > 1) in populatePerFormatGroup()
DvktYCbCrViewTests.cpp738 const deUint32 numPlanes = getPlaneCount(format); in populateViewTypeGroup()
DvktYCbCrImageQueryTests.cpp745 if (getPlaneCount(format) > 1) in populateQueryInShaderGroup()
DvktYCbCrUtil.cpp276 const deUint32 numPlanes = getPlaneCount(format); in allocateAndBindImageMemory()
/external/deqp/external/vulkancts/modules/vulkan/memory/
DvktMemoryRequirementsTests.cpp1703 for (deUint32 planeNdx = 0; planeNdx < (deUint32)getPlaneCount(format); planeNdx++) in testMultiplaneImages()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiFeatureInfo.cpp1697 if (getPlaneCount(format) >= 2) in getAllowedYcbcrFormatFeatures()