Home
last modified time | relevance | path

Searched refs:dstSubpass (Results 1 – 25 of 58) sorted by relevance

123

/external/mesa3d/src/amd/vulkan/
Dradv_pass.c36 uint32_t dst = dep->dstSubpass; in radv_render_pass_add_subpass_dep()
148 .dstSubpass = 0, in radv_render_pass_add_implicit_deps()
166 .dstSubpass = VK_SUBPASS_EXTERNAL, in radv_render_pass_add_implicit_deps()
458 .dstSubpass = pCreateInfo->pDependencies[i].dstSubpass, in radv_CreateRenderPass()
472 if (pCreateInfo->pDependencies[i].dstSubpass == VK_SUBPASS_EXTERNAL) in radv_CreateRenderPass()
678 if (pCreateInfo->pDependencies[i].dstSubpass == VK_SUBPASS_EXTERNAL) in radv_CreateRenderPass2()
Dradv_meta_blit.c1023 .dstSubpass = 0, in radv_device_init_meta_blit_color()
1032 .dstSubpass = VK_SUBPASS_EXTERNAL, in radv_device_init_meta_blit_color()
1103 .dstSubpass = 0, in radv_device_init_meta_blit_depth()
1112 .dstSubpass = VK_SUBPASS_EXTERNAL, in radv_device_init_meta_blit_depth()
1180 .dstSubpass = 0, in radv_device_init_meta_blit_stencil()
1189 .dstSubpass = VK_SUBPASS_EXTERNAL, in radv_device_init_meta_blit_stencil()
Dradv_meta_blit2d.c829 .dstSubpass = 0, in blit2d_init_color_pipeline()
838 .dstSubpass = VK_SUBPASS_EXTERNAL, in blit2d_init_color_pipeline()
1020 .dstSubpass = 0, in blit2d_init_depth_only_pipeline()
1029 .dstSubpass = VK_SUBPASS_EXTERNAL, in blit2d_init_depth_only_pipeline()
1210 .dstSubpass = 0, in blit2d_init_stencil_only_pipeline()
1219 .dstSubpass = VK_SUBPASS_EXTERNAL, in blit2d_init_stencil_only_pipeline()
Dradv_meta_decompress.c85 .dstSubpass = 0, in create_pass()
94 .dstSubpass = VK_SUBPASS_EXTERNAL, in create_pass()
Dradv_meta_resolve_fs.c238 .dstSubpass = 0, in create_resolve_pipeline()
247 .dstSubpass = VK_SUBPASS_EXTERNAL, in create_resolve_pipeline()
582 .dstSubpass = 0, in create_depth_stencil_resolve_pipeline()
591 .dstSubpass = VK_SUBPASS_EXTERNAL, in create_depth_stencil_resolve_pipeline()
Dradv_meta_clear.c242 .dstSubpass = 0, in create_color_renderpass()
251 .dstSubpass = VK_SUBPASS_EXTERNAL, in create_color_renderpass()
617 .dstSubpass = 0, in create_depthstencil_renderpass()
626 .dstSubpass = VK_SUBPASS_EXTERNAL, in create_depthstencil_renderpass()
2130 .dstSubpass = 0, in radv_clear_image_layer()
2139 .dstSubpass = VK_SUBPASS_EXTERNAL, in radv_clear_image_layer()
Dradv_meta_fast_clear.c226 .dstSubpass = 0, in create_pass()
235 .dstSubpass = VK_SUBPASS_EXTERNAL, in create_pass()
Dradv_meta_resolve.c104 .dstSubpass = 0, in create_pass()
113 .dstSubpass = VK_SUBPASS_EXTERNAL, in create_pass()
/external/mesa3d/src/intel/vulkan/
Danv_pass.c34 if (dep->dstSubpass == VK_SUBPASS_EXTERNAL) { in anv_render_pass_add_subpass_dep()
38 assert(dep->dstSubpass < pass->subpass_count); in anv_render_pass_add_subpass_dep()
39 pass->subpass_flushes[dep->dstSubpass] |= in anv_render_pass_add_subpass_dep()
359 .dstSubpass = pCreateInfo->pDependencies[i].dstSubpass, in anv_CreateRenderPass()
/external/mesa3d/src/freedreno/vulkan/
Dtu_pass.c41 dep->dstSubpass == VK_SUBPASS_EXTERNAL) in dep_invalid_for_gmem()
87 uint32_t dst = dep->dstSubpass; in tu_render_pass_add_subpass_dep()
198 uint32_t dst = info->pDependencies[i].dstSubpass; in tu_render_pass_add_implicit_deps()
250 .dstSubpass = i, in tu_render_pass_add_implicit_deps()
305 .dstSubpass = VK_SUBPASS_EXTERNAL, in tu_render_pass_add_implicit_deps()
Dtu_legacy.c316 .dstSubpass = pCreateInfo->pDependencies[i].dstSubpass, in tu_CreateRenderPass()
/external/deqp/external/vulkancts/modules/vulkan/multiview/
DvktMultiViewRenderPassUtil.hpp124 deUint32 dstSubpass,
138 deUint32 dstSubpass,
DvktMultiViewRenderPassUtil.cpp187 dstSubpass = dstSubpass_; in SubpassDependency1()
209 dstSubpass = dstSubpass_; in SubpassDependency2()
/external/vulkan-validation-layers/layers/
Dconvert_to_renderpass2.cpp41 out_struct->dstSubpass = in_struct->dstSubpass; in ConvertVkSubpassDependencyToV2KHR()
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassTestsUtil.hpp130 deUint32 dstSubpass,
144 deUint32 dstSubpass,
DvktRenderPassTestsUtil.cpp189 dstSubpass = dstSubpass_; in SubpassDependency1()
211 dstSubpass = dstSubpass_; in SubpassDependency2()
/external/deqp/external/vulkancts/framework/vulkan/generated/vulkansc/
DvkTypeUtil.inl295 inline VkSubpassDependency makeSubpassDependency (uint32_t srcSubpass, uint32_t dstSubpass, VkPipel… argument
299 res.dstSubpass = dstSubpass;
/external/skia/src/gpu/ganesh/vk/
DGrVkRenderPass.cpp175 dependency.dstSubpass = mainSubpass; in Create()
251 dependency.dstSubpass = mainSubpass; in Create()
/external/swiftshader/src/Vulkan/
DVkRenderPass.cpp100 dst[i].dstSubpass = src[i].dstSubpass; in CopySubpassDependencies()
/external/swiftshader/tests/VulkanWrapper/
DDrawTester.cpp164 dependencies[0].dstSubpass = 0; in createRenderPass()
172 dependencies[1].dstSubpass = VK_SUBPASS_EXTERNAL; in createRenderPass()
/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawCreateInfoUtil.cpp573 dstSubpass = _dstSubpass; in SubpassDependency()
584 dstSubpass = rhs.dstSubpass; in SubpassDependency()
DvktDrawCreateInfoUtil.hpp186 deUint32 dstSubpass,
/external/deqp/external/vulkancts/framework/vulkan/generated/vulkan/
DvkTypeUtil.inl339 inline VkSubpassDependency makeSubpassDependency (uint32_t srcSubpass, uint32_t dstSubpass, VkPipel… argument
343 res.dstSubpass = dstSubpass;
/external/virglrenderer/src/venus/venus-protocol/
Dvn_protocol_renderer_render_pass.h152 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()
/external/deqp/external/vulkancts/framework/vulkan/
DvkSafetyCriticalUtil.cpp685 …hash_combine(seed, rCI.pDependencies[i].srcSubpass, rCI.pDependencies[i].dstSubpass, deUint32(rCI.… in calculateRenderPassHash()
725 …hash_combine(seed, rCI.pDependencies[i].srcSubpass, rCI.pDependencies[i].dstSubpass, deUint32(rCI.… in calculateRenderPass2Hash()

123