Home
last modified time | relevance | path

Searched refs:finalLayout (Results 1 - 25 of 86) sorted by relevance

1234

/third_party/mesa3d/src/virtio/vulkan/
H A Dvn_render_pass.c26 if (atts[i].finalLayout == VK_IMAGE_LAYOUT_PRESENT_SRC_KHR) \
46 if (out_atts[i].finalLayout == VK_IMAGE_LAYOUT_PRESENT_SRC_KHR) { \
47 out_atts[i].finalLayout = VN_PRESENT_SRC_INTERNAL_LAYOUT; \
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
H A DvktRenderPassTestsUtil.hpp55 VkImageLayout finalLayout);
70 VkImageLayout finalLayout);
363 VkImageLayout finalLayout);
H A DvktRenderPassTestsUtil.cpp61 finalLayout = finalLayout_; in AttachmentDescription1()
85 finalLayout = finalLayout_; in AttachmentDescription2()
529 VkImageLayout finalLayout) in Attachment()
538 , m_finalLayout (finalLayout) in Attachment()
629 attachment.getFinalLayout() // VkImageLayout finalLayout; || VkImageLayout finalLayout; in createAttachmentDescription()
519 Attachment(VkFormat format, VkSampleCountFlagBits samples, VkAttachmentLoadOp loadOp, VkAttachmentStoreOp storeOp, VkAttachmentLoadOp stencilLoadOp, VkAttachmentStoreOp stencilStoreOp, VkImageLayout initialLayout, VkImageLayout finalLayout) Attachment() argument
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
H A DRenderPassCache.cpp138 attachmentDesc.finalLayout = VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL; in CreateRenderPassForQuery()
164 // There is only one subpass, so it is safe to set both initialLayout and finalLayout to in CreateRenderPassForQuery()
167 attachmentDesc.finalLayout = depthStencilAttachmentRef.layout; in CreateRenderPassForQuery()
186 attachmentDesc.finalLayout = VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL; in CreateRenderPassForQuery()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/
H A DvktRenderPassTestsUtil.hpp55 VkImageLayout finalLayout);
70 VkImageLayout finalLayout);
363 VkImageLayout finalLayout);
H A DvktRenderPassTestsUtil.cpp61 finalLayout = finalLayout_; in AttachmentDescription1()
85 finalLayout = finalLayout_; in AttachmentDescription2()
529 VkImageLayout finalLayout) in Attachment()
538 , m_finalLayout (finalLayout) in Attachment()
629 attachment.getFinalLayout() // VkImageLayout finalLayout; || VkImageLayout finalLayout; in createAttachmentDescription()
519 Attachment(VkFormat format, VkSampleCountFlagBits samples, VkAttachmentLoadOp loadOp, VkAttachmentStoreOp storeOp, VkAttachmentLoadOp stencilLoadOp, VkAttachmentStoreOp stencilStoreOp, VkImageLayout initialLayout, VkImageLayout finalLayout) Attachment() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/multiview/
H A DvktMultiViewRenderPassUtil.hpp49 VkImageLayout finalLayout);
64 VkImageLayout finalLayout);
H A DvktMultiViewRenderPassUtil.cpp58 finalLayout = finalLayout_; in AttachmentDescription1()
82 finalLayout = finalLayout_; in AttachmentDescription2()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/multiview/
H A DvktMultiViewRenderPassUtil.hpp49 VkImageLayout finalLayout);
64 VkImageLayout finalLayout);
H A DvktMultiViewRenderPassUtil.cpp58 finalLayout = finalLayout_; in AttachmentDescription1()
82 finalLayout = finalLayout_; in AttachmentDescription2()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_ops/
H A DvktFragmentOperationsTransientAttachmentTests.cpp164 const VkImageLayout finalLayout) in makeAttachment()
180 finalLayout // VkImageLayout finalLayout; in makeAttachment()
198 testReferences.push_back({ ref, attachmentDescriptions[ref].finalLayout }); in makeRenderPass()
533 copyImageToBuffer(vk, *cmdBuffer, *outputImage, *resultBuffer, m_renderSize, VK_ACCESS_COLOR_ATTACHMENT_WRITE_BIT, outputPassAttachment.finalLayout, 1u, outputAspectFlags, outputAspectFlags); in iterate()
159 makeAttachment( const VkFormat format, const VkAttachmentLoadOp loadOp, const VkAttachmentStoreOp storeOp, const VkImageLayout initialLayout, const VkImageLayout finalLayout) makeAttachment() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/fragment_ops/
H A DvktFragmentOperationsTransientAttachmentTests.cpp164 const VkImageLayout finalLayout) in makeAttachment()
180 finalLayout // VkImageLayout finalLayout; in makeAttachment()
198 testReferences.push_back({ ref, attachmentDescriptions[ref].finalLayout }); in makeRenderPass()
533 copyImageToBuffer(vk, *cmdBuffer, *outputImage, *resultBuffer, m_renderSize, VK_ACCESS_COLOR_ATTACHMENT_WRITE_BIT, outputPassAttachment.finalLayout, 1u, outputAspectFlags, outputAspectFlags); in iterate()
159 makeAttachment( const VkFormat format, const VkAttachmentLoadOp loadOp, const VkAttachmentStoreOp storeOp, const VkImageLayout initialLayout, const VkImageLayout finalLayout) makeAttachment() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/
H A DvktYCbCrUtil.hpp107 vk::VkImageLayout finalLayout,
117 vk::VkImageLayout finalLayout,
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ycbcr/
H A DvktYCbCrUtil.hpp107 vk::VkImageLayout finalLayout,
117 vk::VkImageLayout finalLayout,
/third_party/skia/third_party/externals/swiftshader/tests/VulkanWrapper/
H A DDrawTester.cpp123 attachments[0].finalLayout = vk::ImageLayout::eColorAttachmentOptimal; in createRenderPass()
133 attachments[1].finalLayout = vk::ImageLayout::ePresentSrcKHR; in createRenderPass()
144 attachments[0].finalLayout = vk::ImageLayout::ePresentSrcKHR; in createRenderPass()
/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_pass.c160 * if there exists an automatic layout transition into finalLayout.
316 if ((att[a].finalLayout != subpass->pInputAttachments[j].layout || in tu_render_pass_add_implicit_deps()
327 if (att[a].finalLayout != subpass->pColorAttachments[j].layout && in tu_render_pass_add_implicit_deps()
339 if ((att[a].finalLayout != subpass->pDepthStencilAttachment->layout || in tu_render_pass_add_implicit_deps()
352 if (att[a].finalLayout != subpass->pResolveAttachments[j].layout && in tu_render_pass_add_implicit_deps()
368 if ((att[a].finalLayout != subpass->pDepthStencilAttachment->layout || in tu_render_pass_add_implicit_deps()
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkRenderPass.cpp80 dst[i].finalLayout = src[i].finalLayout; in CopyAttachmentDescriptions()
/third_party/vk-gl-cts/external/amber/src/src/vulkan/
H A Dgraphics_pipeline.cc38 VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL, /* finalLayout */
430 attachment_desc.back().finalLayout = in CreateRenderPass()
450 attachment_desc.back().finalLayout = in CreateRenderPass()
465 attachment_desc.back().finalLayout = in CreateRenderPass()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A Dvk_cache_utils.cpp200 desc->finalLayout = in UnpackAttachmentDesc()
201 ConvertImageLayoutToVkImageLayout(static_cast<ImageLayout>(ops.finalLayout)); in UnpackAttachmentDesc()
230 desc->finalLayout = VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL; in UnpackColorResolveAttachmentDesc()
266 desc->finalLayout = VK_IMAGE_LAYOUT_DEPTH_STENCIL_ATTACHMENT_OPTIMAL; in UnpackDepthStencilResolveAttachmentDesc()
626 desc2Out->finalLayout = desc.finalLayout; in ToAttachmentDesciption2()
863 ds.finalLayout == VK_IMAGE_LAYOUT_DEPTH_STENCIL_READ_ONLY_OPTIMAL ? 1 : 0; in UpdateRenderPassDepthStencilPerfCounters()
2717 ImageLayout finalLayout)
2719 setLayouts(index, initialLayout, finalLayout);
2726 ImageLayout finalLayout)
[all...]
/third_party/mesa3d/src/panfrost/vulkan/
H A Dpanvk_pass.c79 att->final_layout = pCreateInfo->pAttachments[i].finalLayout; in panvk_CreateRenderPass2()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
H A DvktDrawCreateInfoUtil.cpp425 finalLayout = _finalLayout; in AttachmentDescription()
438 finalLayout = rhs.finalLayout; in AttachmentDescription()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineDescriptorLimitsTests.cpp112 VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL // VkImageLayout finalLayout in makeRenderPassInputAttachment()
125 VK_IMAGE_LAYOUT_SHADER_READ_ONLY_OPTIMAL // VkImageLayout finalLayout; in makeRenderPassInputAttachment()
130 const std::vector<VkAttachmentReference> inputAttachmentReferences = { { 0u, inputAttachmentDescription.finalLayout }, { 1u, inputAttachmentDescription.finalLayout } }; in makeRenderPassInputAttachment()
132 const VkAttachmentReference colorAttachmentReference = { 2u, colorAttachmentDescription.finalLayout }; in makeRenderPassInputAttachment()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/
H A DvktDrawCreateInfoUtil.cpp425 finalLayout = _finalLayout; in AttachmentDescription()
438 finalLayout = rhs.finalLayout; in AttachmentDescription()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineDescriptorLimitsTests.cpp109 VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL // VkImageLayout finalLayout in makeRenderPassInputAttachment()
122 VK_IMAGE_LAYOUT_SHADER_READ_ONLY_OPTIMAL // VkImageLayout finalLayout; in makeRenderPassInputAttachment()
127 const std::vector<VkAttachmentReference> inputAttachmentReferences = { { 0u, inputAttachmentDescription.finalLayout }, { 1u, inputAttachmentDescription.finalLayout } }; in makeRenderPassInputAttachment()
129 const VkAttachmentReference colorAttachmentReference = { 2u, colorAttachmentDescription.finalLayout }; in makeRenderPassInputAttachment()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/dynamic_state/
H A DvktDynamicStateLineWidthTests.cpp168 desc.finalLayout = VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL; in buildRenderPass()
172 ref.layout = desc.finalLayout; in buildRenderPass()

Completed in 33 milliseconds

1234