/third_party/skia/third_party/externals/dawn/src/dawn_native/ |
D | CommandBuffer.cpp | 107 auto& attachmentInfo = renderPass->colorAttachments[i]; in LazyClearRenderPassAttachments() local 145 auto& attachmentInfo = renderPass->depthStencilAttachment; in LazyClearRenderPassAttachments() local
|
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
D | CommandBufferVk.cpp | 201 auto& attachmentInfo = renderPass->colorAttachments[i]; in RecordBeginRenderPass() local 227 auto& attachmentInfo = renderPass->depthStencilAttachment; in RecordBeginRenderPass() local 256 auto& attachmentInfo = renderPass->colorAttachments[i]; in RecordBeginRenderPass() local 270 auto& attachmentInfo = renderPass->depthStencilAttachment; in RecordBeginRenderPass() local
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
D | CommandBufferVk.cpp | 209 const auto& attachmentInfo = renderPass->colorAttachments[i]; in RecordBeginRenderPass() local 218 const auto& attachmentInfo = renderPass->depthStencilAttachment; in RecordBeginRenderPass() local 243 auto& attachmentInfo = renderPass->colorAttachments[i]; in RecordBeginRenderPass() local 282 auto& attachmentInfo = renderPass->depthStencilAttachment; in RecordBeginRenderPass() local
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/fragment_shading_rate/ |
D | vktAttachmentRateTests.cpp | 795 const std::vector<FBAttachmentInfo>& attachmentInfo, in startRendering() 1139 std::vector<FBAttachmentInfo> attachmentInfo in runComputeShaderMode() local 1414 std::vector<FBAttachmentInfo> attachmentInfo in runCopyMode() local 1670 std::vector<FBAttachmentInfo> attachmentInfo in runCopyModeOnTransferQueue() local 1888 std::vector<FBAttachmentInfo> attachmentInfo in runFillLinearTiledImage() local 2011 std::vector<FBAttachmentInfo> attachmentInfo in runTwoSubpassMode() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_shading_rate/ |
D | vktAttachmentRateTests.cpp | 795 const std::vector<FBAttachmentInfo>& attachmentInfo, in startRendering() 1139 std::vector<FBAttachmentInfo> attachmentInfo in runComputeShaderMode() local 1414 std::vector<FBAttachmentInfo> attachmentInfo in runCopyMode() local 1670 std::vector<FBAttachmentInfo> attachmentInfo in runCopyModeOnTransferQueue() local 1888 std::vector<FBAttachmentInfo> attachmentInfo in runFillLinearTiledImage() local 2011 std::vector<FBAttachmentInfo> attachmentInfo in runTwoSubpassMode() local
|
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/opengl/ |
D | CommandBufferGL.cpp | 664 const auto& attachmentInfo = renderPass->colorAttachments[i]; in ExecuteRenderPass() local 674 const auto& attachmentInfo = renderPass->depthStencilAttachment; in ExecuteRenderPass() local
|
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/d3d12/ |
D | CommandBufferD3D12.cpp | 763 auto& attachmentInfo = renderPass->colorAttachments[i]; in RecordRenderPass() local 789 auto& attachmentInfo = renderPass->depthStencilAttachment; in RecordRenderPass() local
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/ |
D | CommandBufferGL.cpp | 1061 auto* attachmentInfo = &renderPass->colorAttachments[index]; in ExecuteRenderPass() local 1100 auto* attachmentInfo = &renderPass->depthStencilAttachment; in ExecuteRenderPass() local
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/ |
D | CommandBufferD3D12.cpp | 1201 RenderPassColorAttachmentInfo& attachmentInfo = renderPass->colorAttachments[i]; in SetupRenderPass() local 1240 RenderPassDepthStencilAttachmentInfo& attachmentInfo = in SetupRenderPass() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/ |
D | vktRenderPassTests.cpp | 1433 const Attachment& attachmentInfo, in AttachmentResources() 2309 …const Attachment attachmentInfo = attachmentInfos[renderInfo.getInputAttachmentIndex(inputAttach… in SubpassRenderer() local 2419 …const Attachment attachmentInfo = attachmentInfos[renderInfo.getInputAttachmentIndex(inputAtta… in SubpassRenderer() local 2743 const vector<Attachment>& attachmentInfo, in pushImageInitializationCommands() 3174 const vector<Attachment>& attachmentInfo, in pushReadImagesToBuffers() 5236 const Attachment& attachmentInfo = renderPassInfo.getAttachments()[attachmentNdx]; in renderPassTest() local
|
D | vktRenderPassFragmentDensityMapTests.cpp | 758 … VkRenderPass renderPass, VkExtent3D size, const std::vector<VkFramebufferAttachmentImageInfo>& at… in createImagelessFrameBuffer()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/ |
D | vktRenderPassTests.cpp | 1433 const Attachment& attachmentInfo, in AttachmentResources() 2309 …const Attachment attachmentInfo = attachmentInfos[renderInfo.getInputAttachmentIndex(inputAttach… in SubpassRenderer() local 2419 …const Attachment attachmentInfo = attachmentInfos[renderInfo.getInputAttachmentIndex(inputAtta… in SubpassRenderer() local 2743 const vector<Attachment>& attachmentInfo, in pushImageInitializationCommands() 3174 const vector<Attachment>& attachmentInfo, in pushReadImagesToBuffers() 5236 const Attachment& attachmentInfo = renderPassInfo.getAttachments()[attachmentNdx]; in renderPassTest() local
|
D | vktRenderPassFragmentDensityMapTests.cpp | 758 … VkRenderPass renderPass, VkExtent3D size, const std::vector<VkFramebufferAttachmentImageInfo>& at… in createImagelessFrameBuffer()
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
D | VkCommandBuffer.cpp | 1311 const VkRenderPassAttachmentBeginInfo *attachmentInfo) in beginRenderPass()
|