Home
last modified time | relevance | path

Searched refs:VK_SUBPASS_EXTERNAL (Results 1 – 8 of 8) sorted by relevance

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Drenderpass.adoc1577 ename:VK_SUBPASS_EXTERNAL, all stage flags included in the
1583 ename:VK_SUBPASS_EXTERNAL, all stage flags included in the
1590 ename:VK_SUBPASS_EXTERNAL, it must: be less than pname:subpassCount
1593 ename:VK_SUBPASS_EXTERNAL, it must: be less than pname:subpassCount
2533 [open,refpage='VK_SUBPASS_EXTERNAL',desc='Subpass index sentinel expanding synchronization scope ou…
2535 ename:VK_SUBPASS_EXTERNAL is a special subpass index value expanding
2539 include::{generated}/api/enums/VK_SUBPASS_EXTERNAL.adoc[]
2550 dependency, or ename:VK_SUBPASS_EXTERNAL.
2552 dependency, or ename:VK_SUBPASS_EXTERNAL.
2587 If pname:srcSubpass is equal to ename:VK_SUBPASS_EXTERNAL, the first
[all …]
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_render_pass.c1926 assert(dep->src_subpass != VK_SUBPASS_EXTERNAL); in begin_subpass()
2182 if (dep->dst_subpass != VK_SUBPASS_EXTERNAL) in end_subpass()
/hardware/google/gfxstream/host/vulkan/
DCompositorVk.cpp363 .srcSubpass = VK_SUBPASS_EXTERNAL, in setUpGraphicsPipeline()
/hardware/google/gfxstream/guest/mesa/src/vulkan/overlay-layer/
Doverlay.cpp1720 dependency.srcSubpass = VK_SUBPASS_EXTERNAL; in setup_swapchain_data()
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc.hpp3723 VULKAN_HPP_CONSTEXPR_INLINE uint32_t SubpassExternal = VK_SUBPASS_EXTERNAL;
Dvulkan.hpp6174 VULKAN_HPP_CONSTEXPR_INLINE uint32_t SubpassExternal = VK_SUBPASS_EXTERNAL;
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h130 #define VK_SUBPASS_EXTERNAL (~0U) macro
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/
DChangeLog.adoc2348 02518 to allow ename:VK_SUBPASS_EXTERNAL (public pull request 1878).