/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
D | VkFramebuffer.hpp | 42 uint32_t attachmentCount = 0; member in vk::Framebuffer
|
D | VkRenderPass.hpp | 97 uint32_t attachmentCount = 0; member in vk::RenderPass
|
/third_party/skia/src/gpu/vk/ |
D | GrVkRenderTarget.cpp | 386 uint32_t attachmentCount = 1; in getAttachmentsDescriptor() local 419 uint32_t attachmentCount = 1; in ReconstructAttachmentsDescriptor() local
|
/third_party/mesa3d/src/imagination/vulkan/ |
D | pvr_blit.c | 135 uint32_t attachmentCount, in pvr_CmdClearAttachments()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
D | RenderPassCache.cpp | 143 uint32_t attachmentCount = colorAttachmentIndex; in CreateRenderPassForQuery() local
|
D | CommandBufferVk.cpp | 236 uint32_t attachmentCount = 0; in RecordBeginRenderPass() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineColorWriteEnableTests.cpp | 1138 deUint32 attachmentCount; member 1601 const deUint32 attachmentCount, in verifyAttachment() 1636 const deUint32 attachmentCount = m_params.attachmentCount; in iterate() local 1827 for (auto attachmentCount : attachmentCounts) in createColorWriteEnable2Tests() local
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
D | vktPipelineColorWriteEnableTests.cpp | 1138 deUint32 attachmentCount; member 1601 const deUint32 attachmentCount, in verifyAttachment() 1636 const deUint32 attachmentCount = m_params.attachmentCount; in iterate() local 1827 for (auto attachmentCount : attachmentCounts) in createColorWriteEnable2Tests() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/ |
D | vktRenderPassFragmentDensityMapTests.cpp | 760 const deUint32 attachmentCount = static_cast<deUint32>(attachmentInfo.size()); in createImagelessFrameBuffer() local 2040 const deUint32 attachmentCount = 1 + m_testParams.makeCopy + isColorImageMultisampled; in createCommandBufferForRenderpass() local 2264 const deUint32 attachmentCount = 1 + m_testParams.makeCopy + isColorImageMultisampled; in createCommandBufferForDynamicRendering() local
|
D | vktRenderPassSubpassDependencyTests.cpp | 1328 const size_t attachmentCount (renderPassInfo.getAttachments().size()); in createFramebuffer() local 1356 size_t attachmentCount = renderPassInfo.getAttachments().size(); in createDescriptorSetLayouts() local 1460 const size_t attachmentCount (m_renderPassInfo.getAttachments().size()); in iterateInternal() local 4095 const deUint32 attachmentCount (subpassCount); in initTests() local
|
D | vktRenderPassMultisampleResolveTests.cpp | 117 deUint32 attachmentCount; member 3108 deUint32 attachmentCount = 1 << power; in initTests() local
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/ |
D | vktRenderPassFragmentDensityMapTests.cpp | 760 const deUint32 attachmentCount = static_cast<deUint32>(attachmentInfo.size()); in createImagelessFrameBuffer() local 2040 const deUint32 attachmentCount = 1 + m_testParams.makeCopy + isColorImageMultisampled; in createCommandBufferForRenderpass() local 2264 const deUint32 attachmentCount = 1 + m_testParams.makeCopy + isColorImageMultisampled; in createCommandBufferForDynamicRendering() local
|
D | vktRenderPassSubpassDependencyTests.cpp | 1328 const size_t attachmentCount (renderPassInfo.getAttachments().size()); in createFramebuffer() local 1356 size_t attachmentCount = renderPassInfo.getAttachments().size(); in createDescriptorSetLayouts() local 1460 const size_t attachmentCount (m_renderPassInfo.getAttachments().size()); in iterateInternal() local 4095 const deUint32 attachmentCount (subpassCount); in initTests() local
|
D | vktRenderPassMultisampleResolveTests.cpp | 117 deUint32 attachmentCount; member 3108 deUint32 attachmentCount = 1 << power; in initTests() local
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
D | VulkanSecondaryCommandBuffer.h | 297 uint32_t attachmentCount, in clearAttachments()
|
D | vk_cache_utils.cpp | 989 PackedAttachmentIndex attachmentCount(0); in InitializeRenderPassFromDesc() local 1535 size_t RenderPassDesc::attachmentCount() const in attachmentCount() function in rx::vk::RenderPassDesc 3121 uint32_t FramebufferDesc::attachmentCount() const in attachmentCount() function in rx::vk::FramebufferDesc
|
D | SecondaryCommandBuffer.h | 161 uint32_t attachmentCount; member 1029 ANGLE_INLINE void SecondaryCommandBuffer::clearAttachments(uint32_t attachmentCount, in clearAttachments()
|
/third_party/vulkan-loader/loader/generated/ |
D | vk_dispatch_table_helper.h | 323 …teEnableEXT(VkCommandBuffer commandBuffer, uint32_t attachmen… in StubCmdSetColorWriteEnableEXT() 351 …bleEXT(VkCommandBuffer commandBuffer, uint32_t firstAttachment, uint32_t attachmentCount, const Vk… in StubCmdSetColorBlendEnableEXT() 352 …ionEXT(VkCommandBuffer commandBuffer, uint32_t firstAttachment, uint32_t attachmentCount, const Vk… in StubCmdSetColorBlendEquationEXT() 353 …askEXT(VkCommandBuffer commandBuffer, uint32_t firstAttachment, uint32_t attachmentCount, const Vk… in StubCmdSetColorWriteMaskEXT() 359 …cedEXT(VkCommandBuffer commandBuffer, uint32_t firstAttachment, uint32_t attachmentCount, const Vk… in StubCmdSetColorBlendAdvancedEXT()
|
D | vk_loader_extensions.c | 6558 uint32_t attachmentCount, in CmdSetColorWriteEnableEXT() 6973 uint32_t attachmentCount, in CmdSetColorBlendEnableEXT() 6988 uint32_t attachmentCount, in CmdSetColorBlendEquationEXT() 7003 uint32_t attachmentCount, in CmdSetColorWriteMaskEXT() 7083 uint32_t attachmentCount, in CmdSetColorBlendAdvancedEXT()
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
D | vkObjUtil.cpp | 843 const deUint32 attachmentCount, in makeFramebuffer()
|
D | vkPlatform.cpp | 828 void DeviceDriverSC::checkRenderPassSupport (deUint32 attachmentCount, in checkRenderPassSupport()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/ |
D | CommandBufferGL.cpp | 993 ColorAttachmentIndex attachmentCount(uint8_t(0)); in ExecuteRenderPass() local
|
/third_party/mesa3d/src/broadcom/vulkan/ |
D | v3dv_meta_clear.c | 1185 uint32_t attachmentCount, in v3dv_CmdClearAttachments()
|
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/ |
D | vkDeviceDriverImpl.inl | 567 void DeviceDriver::cmdClearAttachments (VkCommandBuffer commandBuffer, uint32_t attachmentCount, co… 1707 …leEXT (VkCommandBuffer commandBuffer, uint32_t firstAttachment, uint32_t attachmentCount, const Vk… 1712 …onEXT (VkCommandBuffer commandBuffer, uint32_t firstAttachment, uint32_t attachmentCount, const Vk… 1717 …skEXT (VkCommandBuffer commandBuffer, uint32_t firstAttachment, uint32_t attachmentCount, const Vk… 1747 …edEXT (VkCommandBuffer commandBuffer, uint32_t firstAttachment, uint32_t attachmentCount, const Vk… 1892 …iver::cmdSetColorWriteEnableEXT (VkCommandBuffer commandBuffer, uint32_t attachmentCount, const Vk…
|
D | vkNullDriverImpl.inl | 1106 … VKAPI_CALL cmdClearAttachments (VkCommandBuffer commandBuffer, uint32_t attachmentCount, const Vk… 3136 …leEXT (VkCommandBuffer commandBuffer, uint32_t firstAttachment, uint32_t attachmentCount, const Vk… 3144 …onEXT (VkCommandBuffer commandBuffer, uint32_t firstAttachment, uint32_t attachmentCount, const Vk… 3152 …skEXT (VkCommandBuffer commandBuffer, uint32_t firstAttachment, uint32_t attachmentCount, const Vk… 3190 …edEXT (VkCommandBuffer commandBuffer, uint32_t firstAttachment, uint32_t attachmentCount, const Vk… 3380 …_CALL cmdSetColorWriteEnableEXT (VkCommandBuffer commandBuffer, uint32_t attachmentCount, const Vk…
|