/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
D | vkYCbCrImageWithMemory.cpp | 43 const deUint32 numPlanes = getPlaneCount(imageCreateInfo.format); in YCbCrImageWithMemory()
|
D | vkImageUtil.hpp | 175 int getPlaneCount (VkFormat format);
|
D | vkImageUtil.cpp | 2494 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()
|
D | vkNullDriver.cpp | 1109 if (isYCbCrFormat(format) && getPlaneCount(format) > 1) in getPhysicalDeviceFormatProperties()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/ |
D | vktApiImageCompressionControlTests.cpp | 108 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/ |
D | vktApiImageCompressionControlTests.cpp | 108 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()
|
D | vktApiFeatureInfo.cpp | 3800 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/ |
D | Stream.h | 84 EGLint getPlaneCount() const;
|
D | Stream.cpp | 114 EGLint Stream::getPlaneCount() const in getPlaneCount() function in egl::Stream
|
D | validationEGL.cpp | 2803 if (stream->getPlaneCount() != 2) in ValidateCreateStreamProducerD3DTextureANGLE() 2810 if (stream->getPlaneCount() != 1) in ValidateCreateStreamProducerD3DTextureANGLE()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | Stream.h | 84 EGLint getPlaneCount() const;
|
D | Stream.cpp | 114 EGLint Stream::getPlaneCount() const in getPlaneCount() function in egl::Stream
|
D | validationEGL.cpp | 4423 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/ |
D | vktYCbCrFormatTests.cpp | 608 if (getPlaneCount(format) > 1) in populatePerFormatGroup() 615 if (getPlaneCount(format) > 1) in populatePerFormatGroup()
|
D | vktYCbCrImageOffsetTests.cpp | 103 const deUint32 numPlanes = getPlaneCount(config.format); in imageOffsetTest()
|
D | vktYCbCrImageQueryTests.cpp | 842 if (getPlaneCount(format) > 1) in populateQueryInShaderGroup() 852 if (getPlaneCount(format) > 1) in populateQueryInShaderGroup()
|
D | vktYCbCrViewTests.cpp | 765 const deUint32 numPlanes = getPlaneCount(format); in populateViewTypeGroup()
|
D | vktYCbCrUtil.cpp | 360 const deUint32 numPlanes = getPlaneCount(format); in allocateAndBindImageMemory()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/ |
D | vktYCbCrFormatTests.cpp | 608 if (getPlaneCount(format) > 1) in populatePerFormatGroup() 615 if (getPlaneCount(format) > 1) in populatePerFormatGroup()
|
D | vktYCbCrImageOffsetTests.cpp | 103 const deUint32 numPlanes = getPlaneCount(config.format); in imageOffsetTest()
|
D | vktYCbCrImageQueryTests.cpp | 842 if (getPlaneCount(format) > 1) in populateQueryInShaderGroup() 852 if (getPlaneCount(format) > 1) in populateQueryInShaderGroup()
|
D | vktYCbCrViewTests.cpp | 765 const deUint32 numPlanes = getPlaneCount(format); in populateViewTypeGroup()
|
D | vktYCbCrUtil.cpp | 360 const deUint32 numPlanes = getPlaneCount(format); in allocateAndBindImageMemory()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/ |
D | vktMemoryRequirementsTests.cpp | 1976 for (deUint32 planeNdx = 0; planeNdx < (deUint32)getPlaneCount(format); planeNdx++) in testMultiplaneImages()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory/ |
D | vktMemoryRequirementsTests.cpp | 1976 for (deUint32 planeNdx = 0; planeNdx < (deUint32)getPlaneCount(format); planeNdx++) in testMultiplaneImages()
|