/external/deqp/external/vulkancts/modules/vulkan/shader_object/ |
D | vktShaderObjectRenderingTests.cpp | 66 uint32_t colorAttachmentCount; member 634 uint32_t colorAttachmentCount = m_params.colorAttachmentCount + m_params.extraAttachmentCount; in iterate() local 978 uint32_t colorAttachmentCount; in createShaderObjectRenderingTests() member
|
D | vktShaderObjectMiscTests.cpp | 163 const uint32_t colorAttachmentCount = 2; in iterate() local 1484 const uint32_t colorAttachmentCount = 2; in iterate() local
|
/external/swiftshader/src/Vulkan/ |
D | VkCommandBuffer.hpp | 73 uint32_t colorAttachmentCount = 0; member
|
D | VkCommandBuffer.cpp | 219 uint32_t colorAttachmentCount = executionState.dynamicRendering->getColorAttachmentCount(); in execute() local
|
/external/deqp/external/vulkancts/modules/vulkan/renderpass/ |
D | vktRenderPassMultisampleTests.cpp | 802 const uint32_t colorAttachmentCount( in getRenderingAttachmentLocationInfo() local 945 … VkFormat dstFormat, uint32_t colorAttachmentCount, uint32_t sampleCount) in beginSecondaryCmdBuffer() 1158 uint32_t colorAttachmentCount(!isDepthStencilFormat); in createRenderPipeline() local 1260 uint32_t colorAttachmentCount(de::min((uint32_t)MAX_COLOR_ATTACHMENT_COUNT, m_sampleCount)); in createSplitPipelines() local 1460 uint32_t colorAttachmentCount = colorAttachmentIndex; in iterateInternalDynamicRendering() local
|
D | vktDynamicRenderingLocalReadTests.cpp | 1014 const uint32_t colorAttachmentCount = 4u; in iterate() local 1941 { in initPrograms() 2004 uint32_t colorAttachmentCount = inputAttachmentCount - 2u; in initPrograms() local
|
D | vktRenderPassUnusedAttachmentSparseFillingTests.cpp | 766 uint32_t colorAttachmentCount = 2u * m_testParams.activeInputAttachmentCount; in createCommandBufferDynamicRendering() local
|
D | vktDynamicRenderingTests.cpp | 269 … const uint32_t colorAttachmentCount, const VkFormat *pColorAttachmentFormats, in makeGraphicsPipeline() 565 … VkRenderingFlagsKHR renderingFlags, const uint32_t colorAttachmentCount, in beginSecondaryCmdBuffer()
|
D | vktRenderPassTests.cpp | 2119 uint32_t colorAttachmentCount = (uint32_t)colorAttachmentIndices.size(); in beginCommandBuffer() local 2689 uint32_t colorAttachmentCount = (uint32_t)colorAttachmentIndices.size(); in pushRenderCommands() local 3068 uint32_t colorAttachmentCount = (uint32_t)colorAttachmentFormats.size(); in createSubpassPipeline() local 3508 uint32_t colorAttachmentCount((uint32_t)colorAttachmentIndices.size()); in pushDynamicRenderingCommands() local 6730 const uint32_t colorAttachmentCount = in addAttachmentAllocationTests() local
|
/external/deqp/external/vulkancts/modules/vulkan/multiview/ |
D | vktMultiViewRenderUtil.cpp | 165 const uint32_t colorAttachmentCount = (colorAttachmentAvailable ? 1u : 0u); in makeRenderPass() local
|
/external/angle/src/libANGLE/renderer/vulkan/ |
D | UtilsVk.cpp | 321 uint32_t GetUnresolveFlags(uint32_t colorAttachmentCount, in GetUnresolveFlags() 759 void InsertPreamble(uint32_t colorAttachmentCount, in InsertPreamble() 1085 uint32_t colorAttachmentCount, in MakeFragShader() 1145 uint32_t colorAttachmentCount, in GetUnresolveFrag() 4492 const uint32_t colorAttachmentCount = colorIndexVk.get(); in unresolve() local
|
D | CommandGraph.cpp | 846 size_t colorAttachmentCount = attachmentCount - depthStencilAttachmentCount; in dumpCommandsForDiagnostics() local
|
D | vk_helpers.cpp | 3063 const PackedAttachmentCount colorAttachmentCount, in beginRenderPass() 3506 size_t colorAttachmentCount = attachmentCount - depthStencilAttachmentCount; in getCommandDiagnostics() local
|
D | ContextVk.cpp | 8042 const vk::PackedAttachmentCount colorAttachmentCount, in beginNewRenderPass()
|
/external/deqp/external/vulkancts/modules/vulkan/image/ |
D | vktImageTestsUtil.cpp | 218 … const VkExtent2D renderSize, const uint32_t colorAttachmentCount, in makeGraphicsPipeline()
|
D | vktImageLoadStoreTests.cpp | 3294 const uint32_t colorAttachmentCount = 1u; in iterate() local
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineBlendOperationAdvancedTests.cpp | 2243 …for (uint32_t colorAttachmentCount = 0u; colorAttachmentCount < DE_LENGTH_OF_ARRAY(colorAttachment… in createBlendOperationAdvancedTests() local 2291 …for (uint32_t colorAttachmentCount = 1u; colorAttachmentCount < DE_LENGTH_OF_ARRAY(colorAttachment… in createBlendOperationAdvancedTests() local
|
D | vktPipelineDepthTests.cpp | 712 uint32_t colorAttachmentCount = (m_colorFormat != VK_FORMAT_UNDEFINED) ? 1u : 0u; local
|
D | vktPipelineColorWriteEnableTests.cpp | 1429 uint32_t colorAttachmentCount, in setupAndBuildPipeline()
|
D | vktPipelineMultisampledRenderToSingleSampledTests.cpp | 2007 … uint32_t colorAttachmentCount, std::vector<VkRenderingAttachmentInfo> &colorAttachmentInfos, in startRendering()
|
/external/deqp/external/vulkancts/framework/vulkan/generated/vulkansc/ |
D | vkTypeUtil.inl | 322 …achmentCount, const VkAttachmentReference* pInputAttachments, uint32_t colorAttachmentCount, const…
|
/external/deqp/external/vulkancts/modules/vulkan/rasterization/ |
D | vktShaderTileImageTests.cpp | 1751 const uint32_t colorAttachmentCount = getColorAttachmentCount(m_testParam->testType); in rendering() local
|
/external/deqp/external/vulkancts/framework/vulkan/generated/vulkan/ |
D | vkTypeUtil.inl | 340 …achmentCount, const VkAttachmentReference* pInputAttachments, uint32_t colorAttachmentCount, const…
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiImageClearingTests.cpp | 955 uint32_t colorAttachmentCount = 1; in createRenderPass() local
|
/external/angle/src/tests/gl_tests/ |
D | FramebufferFetchTest.cpp | 2223 uint32_t colorAttachmentCount) in makeShaderPreamble()
|