/aosp_15_r20/external/mesa3d/src/imagination/vulkan/ |
H A D | pvr_pass.c | 511 dep->dstSubpass != VK_SUBPASS_EXTERNAL && in pvr_CreateRenderPass2() 512 dep->srcSubpass != dep->dstSubpass) { in pvr_CreateRenderPass2() 513 pass->subpasses[dep->dstSubpass].dep_count++; in pvr_CreateRenderPass2() 612 dep->dstSubpass != VK_SUBPASS_EXTERNAL && in pvr_CreateRenderPass2() 613 dep->srcSubpass != dep->dstSubpass) { in pvr_CreateRenderPass2() 614 struct pvr_render_subpass *subpass = &pass->subpasses[dep->dstSubpass]; in pvr_CreateRenderPass2()
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/multiview/ |
H A D | vktMultiViewRenderPassUtil.hpp | 94 …SubpassDependency1(const void *pNext, uint32_t srcSubpass, uint32_t dstSubpass, VkPipelineStageFla… 102 …SubpassDependency2(const void *pNext, uint32_t srcSubpass, uint32_t dstSubpass, VkPipelineStageFla…
|
H A D | vktMultiViewRenderPassUtil.cpp | 156 dstSubpass = dstSubpass_; in SubpassDependency1() 173 dstSubpass = dstSubpass_; in SubpassDependency2()
|
/aosp_15_r20/external/vulkan-validation-layers/layers/ |
H A D | convert_to_renderpass2.cpp | 41 out_struct->dstSubpass = in_struct->dstSubpass; in ConvertVkSubpassDependencyToV2KHR()
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/renderpass/ |
H A D | vktRenderPassTestsUtil.hpp | 100 …SubpassDependency1(const void *pNext, uint32_t srcSubpass, uint32_t dstSubpass, VkPipelineStageFla… 108 …SubpassDependency2(const void *pNext, uint32_t srcSubpass, uint32_t dstSubpass, VkPipelineStageFla…
|
H A D | vktRenderPassTestsUtil.cpp | 158 dstSubpass = dstSubpass_; in SubpassDependency1() 175 dstSubpass = dstSubpass_; in SubpassDependency2()
|
/aosp_15_r20/external/deqp/external/vulkancts/framework/vulkan/generated/vulkansc/ |
H A D | vkTypeUtil.inl | 338 inline VkSubpassDependency makeSubpassDependency (uint32_t srcSubpass, uint32_t dstSubpass, VkPipel… argument 342 res.dstSubpass = dstSubpass;
|
/aosp_15_r20/external/mesa3d/src/freedreno/vulkan/ |
H A D | tu_pass.cc | 24 uint32_t dst = dep->dstSubpass; in tu_render_pass_add_subpass_dep() 168 uint32_t dst = info->pDependencies[i].dstSubpass; in tu_render_pass_add_implicit_deps() 258 .dstSubpass = i, in tu_render_pass_add_implicit_deps() 352 .dstSubpass = VK_SUBPASS_EXTERNAL, in tu_render_pass_add_implicit_deps()
|
/aosp_15_r20/external/skia/src/gpu/ganesh/vk/ |
H A D | GrVkRenderPass.cpp | 183 dependency.dstSubpass = mainSubpass; in Create() 259 dependency.dstSubpass = mainSubpass; in Create()
|
/aosp_15_r20/external/swiftshader/src/Vulkan/ |
H A D | VkRenderPass.cpp | 100 dst[i].dstSubpass = src[i].dstSubpass; in CopySubpassDependencies()
|
/aosp_15_r20/external/mesa3d/src/vulkan/runtime/ |
H A D | vk_render_pass.h | 431 dep->dstSubpass == VK_SUBPASS_EXTERNAL) in vk_subpass_dependency_is_fb_local()
|
H A D | vk_render_pass.c | 205 .dstSubpass = pCreateInfo->pDependencies[i].dstSubpass, in vk_common_CreateRenderPass() 794 .dst_subpass = dep->dstSubpass, in vk_common_CreateRenderPass2()
|
/aosp_15_r20/external/swiftshader/tests/VulkanWrapper/ |
H A D | DrawTester.cpp | 164 dependencies[0].dstSubpass = 0; in createRenderPass() 172 dependencies[1].dstSubpass = VK_SUBPASS_EXTERNAL; in createRenderPass()
|
/aosp_15_r20/external/deqp/external/vulkancts/framework/vulkan/generated/vulkan/ |
H A D | vkTypeUtil.inl | 339 inline VkSubpassDependency makeSubpassDependency (uint32_t srcSubpass, uint32_t dstSubpass, VkPipel… argument 343 res.dstSubpass = dstSubpass;
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/draw/ |
H A D | vktDrawCreateInfoUtil.cpp | 540 dstSubpass = _dstSubpass; in SubpassDependency() 551 dstSubpass = rhs.dstSubpass; in SubpassDependency()
|
H A D | vktDrawCreateInfoUtil.hpp | 153 … SubpassDependency(uint32_t srcSubpass, uint32_t dstSubpass, vk::VkPipelineStageFlags srcStageMask,
|
/aosp_15_r20/external/mesa3d/src/virtio/venus-protocol/ |
H A D | vn_protocol_driver_render_pass.h | 154 size += vn_sizeof_uint32_t(&val->dstSubpass); in vn_sizeof_VkSubpassDependency() 167 vn_encode_uint32_t(enc, &val->dstSubpass); in vn_encode_VkSubpassDependency() 1195 size += vn_sizeof_uint32_t(&val->dstSubpass); in vn_sizeof_VkSubpassDependency2_self() 1247 vn_encode_uint32_t(enc, &val->dstSubpass); in vn_encode_VkSubpassDependency2_self()
|
/aosp_15_r20/device/google/cuttlefish/tests/graphics/vulkan/fullscreen_color/ |
D | fullscreen_color.cpp | 100 .dstSubpass = 0, in CreateSwapchainDependents()
|
/aosp_15_r20/device/google/cuttlefish/tests/graphics/vulkan/secondary_command_buffer/ |
D | secondary_command_buffer.cpp | 102 .dstSubpass = 0, in CreateSwapchainDependents()
|
/aosp_15_r20/external/skia/src/gpu/graphite/vk/ |
H A D | VulkanRenderPass.cpp | 396 dependency.dstSubpass = mainSubpassIdx; in MakeRenderPass()
|
/aosp_15_r20/external/virglrenderer/src/venus/venus-protocol/ |
H A D | vn_protocol_renderer_render_pass.h | 152 vn_decode_uint32_t(dec, &val->dstSubpass); in vn_decode_VkSubpassDependency_temp() 1042 vn_decode_uint32_t(dec, &val->dstSubpass); in vn_decode_VkSubpassDependency2_self_temp()
|
/aosp_15_r20/device/google/cuttlefish/tests/graphics/vulkan/fullscreen_texture/ |
D | fullscreen_texture.cpp | 215 .dstSubpass = 0, in CreateSwapchainDependents()
|
/aosp_15_r20/external/deqp/external/vulkancts/framework/vulkan/ |
H A D | vkSafetyCriticalUtil.cpp | 761 hash_combine(seed, rCI.pDependencies[i].srcSubpass, rCI.pDependencies[i].dstSubpass, in calculateRenderPassHash() 813 hash_combine(seed, rCI.pDependencies[i].srcSubpass, rCI.pDependencies[i].dstSubpass, in calculateRenderPass2Hash()
|
H A D | vkPipelineConstructionUtil.cpp | 484 , dstSubpass(dependency.dstSubpass) in SubpassDependency() 496 , dstSubpass(dependency.dstSubpass) in SubpassDependency() 1192 if (dep.dstSubpass != subpassIdx || dep.srcSubpass == subpassIdx) in insertDependencies() 1370 if (dep.dstSubpass == VK_SUBPASS_EXTERNAL) in end()
|
H A D | vkPipelineConstructionUtil.hpp | 295 uint32_t dstSubpass; member
|