Home
last modified time | relevance | path

Searched defs:attachmentInfo (Results 1 – 14 of 14) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/dawn_native/
DCommandBuffer.cpp107 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/
DCommandBufferVk.cpp201 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/
DCommandBufferVk.cpp209 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/
DvktAttachmentRateTests.cpp795 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/
DvktAttachmentRateTests.cpp795 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/
DCommandBufferGL.cpp664 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/
DCommandBufferD3D12.cpp763 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/
DCommandBufferGL.cpp1061 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/
DCommandBufferD3D12.cpp1201 RenderPassColorAttachmentInfo& attachmentInfo = renderPass->colorAttachments[i]; in SetupRenderPass() local
1240 RenderPassDepthStencilAttachmentInfo& attachmentInfo = in SetupRenderPass() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassTests.cpp1433 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
DvktRenderPassFragmentDensityMapTests.cpp758 … VkRenderPass renderPass, VkExtent3D size, const std::vector<VkFramebufferAttachmentImageInfo>& at… in createImagelessFrameBuffer()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/
DvktRenderPassTests.cpp1433 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
DvktRenderPassFragmentDensityMapTests.cpp758 … VkRenderPass renderPass, VkExtent3D size, const std::vector<VkFramebufferAttachmentImageInfo>& at… in createImagelessFrameBuffer()
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
DVkCommandBuffer.cpp1311 const VkRenderPassAttachmentBeginInfo *attachmentInfo) in beginRenderPass()