Home
last modified time | relevance | path

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

12

/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkYCbCrImageWithMemory.cpp43 const deUint32 numPlanes = getPlaneCount(imageCreateInfo.format); in YCbCrImageWithMemory()
DvkImageUtil.hpp175 int getPlaneCount (VkFormat format);
DvkImageUtil.cpp2494 int getPlaneCount (VkFormat format) in getPlaneCount() function
3562 DE_TEST_ASSERT(info.numPlanes == getPlaneCount(format)); in imageUtilSelfTest()
3572 DE_TEST_ASSERT(info.numPlanes == getPlaneCount(format)); in imageUtilSelfTest()
DvkNullDriver.cpp1109 if (isYCbCrFormat(format) && getPlaneCount(format) > 1) in getPhysicalDeviceFormatProperties()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
DvktApiImageCompressionControlTests.cpp108 const int numPlanes = isYCbCr ? getPlaneCount(testParams.format) : 1; in validate()
331 …const uint32_t numPlanes = isYCbCrFormat(testParams.format) ? getPlaneCount(testParams.forma… in ahbImageCreateTest()
476 …const uint32_t numPlanes = isYCbCrFormat(testParams.format) ? getPlaneCount(testParams.format) : 1; in addImageCompressionControlTests()
668 …const uint32_t numPlanes = isYCbCrFormat(testParams.format) ? getPlaneCount(testParams.format) : 1; in swapchainCreateTest()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
DvktApiImageCompressionControlTests.cpp108 const int numPlanes = isYCbCr ? getPlaneCount(testParams.format) : 1; in validate()
331 …const uint32_t numPlanes = isYCbCrFormat(testParams.format) ? getPlaneCount(testParams.forma… in ahbImageCreateTest()
476 …const uint32_t numPlanes = isYCbCrFormat(testParams.format) ? getPlaneCount(testParams.format) : 1; in addImageCompressionControlTests()
668 …const uint32_t numPlanes = isYCbCrFormat(testParams.format) ? getPlaneCount(testParams.format) : 1; in swapchainCreateTest()
DvktApiFeatureInfo.cpp3800 if (!isYCbCrFormat(format) || getPlaneCount(format) == 1) in getAllowedOptimalTilingFeatures()
4142 if (isYCbCrFormat(format) && getPlaneCount(format) > 1) in getValidImageCreateFlags()
/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/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/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ycbcr/
DvktYCbCrFormatTests.cpp608 if (getPlaneCount(format) > 1) in populatePerFormatGroup()
615 if (getPlaneCount(format) > 1) in populatePerFormatGroup()
DvktYCbCrImageOffsetTests.cpp103 const deUint32 numPlanes = getPlaneCount(config.format); in imageOffsetTest()
DvktYCbCrImageQueryTests.cpp842 if (getPlaneCount(format) > 1) in populateQueryInShaderGroup()
852 if (getPlaneCount(format) > 1) in populateQueryInShaderGroup()
DvktYCbCrViewTests.cpp765 const deUint32 numPlanes = getPlaneCount(format); in populateViewTypeGroup()
DvktYCbCrUtil.cpp360 const deUint32 numPlanes = getPlaneCount(format); in allocateAndBindImageMemory()
/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()
DvktYCbCrImageOffsetTests.cpp103 const deUint32 numPlanes = getPlaneCount(config.format); in imageOffsetTest()
DvktYCbCrImageQueryTests.cpp842 if (getPlaneCount(format) > 1) in populateQueryInShaderGroup()
852 if (getPlaneCount(format) > 1) in populateQueryInShaderGroup()
DvktYCbCrViewTests.cpp765 const deUint32 numPlanes = getPlaneCount(format); in populateViewTypeGroup()
DvktYCbCrUtil.cpp360 const deUint32 numPlanes = getPlaneCount(format); in allocateAndBindImageMemory()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/
DvktMemoryRequirementsTests.cpp1976 for (deUint32 planeNdx = 0; planeNdx < (deUint32)getPlaneCount(format); planeNdx++) in testMultiplaneImages()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory/
DvktMemoryRequirementsTests.cpp1976 for (deUint32 planeNdx = 0; planeNdx < (deUint32)getPlaneCount(format); planeNdx++) in testMultiplaneImages()

12