| /third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
| D | RenderPassCache.cpp | 137 attachmentDesc.initialLayout = VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL; in CreateRenderPassForQuery() 166 attachmentDesc.initialLayout = depthStencilAttachmentRef.layout; in CreateRenderPassForQuery() 185 attachmentDesc.initialLayout = VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL; in CreateRenderPassForQuery()
|
| /third_party/mesa3d/src/virtio/vulkan/ |
| D | vn_render_pass.c | 24 if (atts[i].initialLayout == VK_IMAGE_LAYOUT_PRESENT_SRC_KHR) \ 40 if (out_atts[i].initialLayout == VK_IMAGE_LAYOUT_PRESENT_SRC_KHR) { \ 41 out_atts[i].initialLayout = VN_PRESENT_SRC_INTERNAL_LAYOUT; \
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/ |
| D | vktRenderPassTestsUtil.hpp | 65 VkImageLayout initialLayout, 80 VkImageLayout initialLayout, 373 VkImageLayout initialLayout,
|
| D | vktRenderPassTestsUtil.cpp | 60 initialLayout = initialLayout_; in AttachmentDescription1() 84 initialLayout = initialLayout_; in AttachmentDescription2() 528 VkImageLayout initialLayout, in Attachment() argument 537 , m_initialLayout (initialLayout) in Attachment()
|
| D | vktRenderPassLoadStoreOpNoneTests.cpp | 210 VkImageLayout initialLayout; in createRenderPass() local 222 initialLayout = VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL; in createRenderPass() 224 initialLayout = VK_IMAGE_LAYOUT_DEPTH_STENCIL_ATTACHMENT_OPTIMAL; in createRenderPass() 228 initialLayout = VK_IMAGE_LAYOUT_SHADER_READ_ONLY_OPTIMAL; in createRenderPass() 237 finalLayout = initialLayout; in createRenderPass() 251 initialLayout, // VkImageLayout initialLayout in createRenderPass()
|
| D | vktRenderPassTests.cpp | 659 VkImageLayout initialLayout, in Attachment() argument 670 , m_initialLayout (initialLayout) in Attachment() 2818 const VkImageLayout initialLayout = colorAttachmentInfo.getInitialLayout(); in pushDynamicRenderingCommands() local 2827 getAllMemoryWriteFlags() | getMemoryFlagsForLayout(initialLayout), // srcAccessMask in pushDynamicRenderingCommands() 2830 initialLayout, // oldLayout in pushDynamicRenderingCommands() 2923 const VkImageLayout initialLayout = dsAttachmentInfo.getInitialLayout(); in pushDynamicRenderingCommands() local 2932 getAllMemoryWriteFlags() | getMemoryFlagsForLayout(initialLayout), // srcAccessMask in pushDynamicRenderingCommands() 2935 initialLayout, // oldLayout in pushDynamicRenderingCommands() 5367 const VkImageLayout initialLayout = (imageMemory == TestConfig::IMAGEMEMORY_STRICT) in addAttachmentTests() local 5382 if ((initialLayout == VK_IMAGE_LAYOUT_GENERAL) || in addAttachmentTests() [all …]
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/multiview/ |
| D | vktMultiViewRenderPassUtil.hpp | 48 VkImageLayout initialLayout, 63 VkImageLayout initialLayout,
|
| D | vktMultiViewRenderPassUtil.cpp | 57 initialLayout = initialLayout_; in AttachmentDescription1() 81 initialLayout = initialLayout_; in AttachmentDescription2()
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/ |
| D | vktYCbCrUtil.hpp | 126 vk::VkImageLayout initialLayout); 135 vk::VkImageLayout initialLayout);
|
| /third_party/mesa3d/src/freedreno/vulkan/ |
| D | tu_pass.c | 224 if ((att[a].initialLayout != subpass->pInputAttachments[j].layout || in tu_render_pass_add_implicit_deps() 235 if (att[a].initialLayout != subpass->pColorAttachments[j].layout && in tu_render_pass_add_implicit_deps() 247 if ((att[a].initialLayout != subpass->pDepthStencilAttachment->layout || in tu_render_pass_add_implicit_deps() 260 if (att[a].initialLayout != subpass->pResolveAttachments[j].layout && in tu_render_pass_add_implicit_deps() 276 if ((att[a].initialLayout != subpass->pDepthStencilAttachment->layout || in tu_render_pass_add_implicit_deps() 397 if (layout_undefined(att[i].initialLayout)) { in tu_render_pass_add_implicit_deps()
|
| /third_party/skia/third_party/externals/swiftshader/tests/VulkanWrapper/ |
| D | Image.cpp | 25 imageInfo.initialLayout = vk::ImageLayout::eGeneral; in Image()
|
| D | DrawTester.cpp | 122 attachments[0].initialLayout = vk::ImageLayout::eUndefined; in createRenderPass() 132 attachments[1].initialLayout = vk::ImageLayout::eUndefined; in createRenderPass() 143 attachments[0].initialLayout = vk::ImageLayout::eUndefined; in createRenderPass()
|
| /third_party/mesa3d/src/vulkan/runtime/ |
| D | vk_render_pass.h | 79 VkImageLayout initialLayout; member
|
| /third_party/skia/src/gpu/vk/ |
| D | GrVkImage.cpp | 469 VkImageLayout initialLayout = isLinear ? VK_IMAGE_LAYOUT_PREINITIALIZED in InitImageInfo() local 500 initialLayout // initialLayout in InitImageInfo() 524 info->fImageLayout = initialLayout; in InitImageInfo()
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/ |
| D | vktSynchronizationSmokeTests.cpp | 248 VkImageLayout initialLayout; member 284 imageCreateParams.initialLayout = imageParameters.initialLayout; in createVulkanImage() 319 imageBarrier.oldLayout = imageParameters.initialLayout; in createVulkanImage() 351 colorAttachmentDesc.initialLayout = VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL; in createColorOnlyRenderPass() 746 imageParameters.initialLayout = VK_IMAGE_LAYOUT_UNDEFINED; in generateWork()
|
| /third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/external_memory/ |
| D | MemoryServiceZirconHandle.cpp | 145 createInfo.initialLayout = VK_IMAGE_LAYOUT_UNDEFINED; in CreateImage()
|
| D | MemoryServiceOpaqueFD.cpp | 143 createInfo.initialLayout = VK_IMAGE_LAYOUT_UNDEFINED; in CreateImage()
|
| /third_party/skia/third_party/externals/swiftshader/tests/VulkanBenchmarks/ |
| D | ClearImageBenchmarks.cpp | 33 imageInfo.initialLayout = vk::ImageLayout::eGeneral; in initialize()
|
| /third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
| D | VkRenderPass.cpp | 79 dst[i].initialLayout = src[i].initialLayout; in CopyAttachmentDescriptions()
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
| D | vk_cache_utils.cpp | 198 desc->initialLayout = in UnpackAttachmentDesc() 199 ConvertImageLayoutToVkImageLayout(static_cast<ImageLayout>(ops.initialLayout)); in UnpackAttachmentDesc() 229 desc->initialLayout = VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL; in UnpackColorResolveAttachmentDesc() 265 desc->initialLayout = VK_IMAGE_LAYOUT_DEPTH_STENCIL_ATTACHMENT_OPTIMAL; in UnpackDepthStencilResolveAttachmentDesc() 625 desc2Out->initialLayout = desc.initialLayout; in ToAttachmentDesciption2() 1015 static_cast<ImageLayout>(ops[attachmentCount].initialLayout)); in InitializeRenderPassFromDesc() 1050 static_cast<ImageLayout>(ops[attachmentCount].initialLayout)); in InitializeRenderPassFromDesc() 2716 ImageLayout initialLayout, in initWithLoadStore() argument 2719 setLayouts(index, initialLayout, finalLayout); in initWithLoadStore() 2725 ImageLayout initialLayout, in setLayouts() argument [all …]
|
| /third_party/vk-gl-cts/external/vulkan-docs/src/chapters/ |
| D | renderpass.txt | 1470 * pname:initialLayout is the layout the attachment image subresource will 1583 used in the render pass must: use an pname:initialLayout of 1607 If pname:format is a color format, pname:initialLayout must: not be 1613 If pname:format is a depth/stencil format, pname:initialLayout must: not 1628 pname:initialLayout must: not be 1642 If pname:format is a color format, pname:initialLayout must: not be 1655 stencil aspects, pname:initialLayout must: not be 1669 aspect, pname:initialLayout must: not be 1679 stencil aspect, pname:initialLayout must: not be 2449 layout transition away from pname:initialLayout. [all …]
|
| /third_party/skia/third_party/externals/swiftshader/src/WSI/ |
| D | VkSwapchainKHR.cpp | 123 imageInfo.initialLayout = VK_IMAGE_LAYOUT_GENERAL; in createImages()
|
| /third_party/gstreamer/gstplugins_bad/sys/applemedia/ |
| D | iosurfacevulkanmemory.c | 183 .initialLayout = VK_IMAGE_LAYOUT_UNDEFINED, in _io_surface_vulkan_memory_new()
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/ |
| D | vktDrawCreateInfoUtil.cpp | 251 initialLayout = _initialLayout; in ImageCreateInfo() 424 initialLayout = _initialLayout; in AttachmentDescription() 437 initialLayout = rhs.initialLayout; in AttachmentDescription()
|
| D | vktDrawCreateInfoUtil.hpp | 114 vk::VkImageLayout initialLayout = vk::VK_IMAGE_LAYOUT_UNDEFINED); 142 vk::VkImageLayout initialLayout,
|