/external/mesa3d/src/amd/vulkan/ |
D | radv_pass.c | 36 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()
|
D | radv_meta_blit.c | 1023 .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()
|
D | radv_meta_blit2d.c | 829 .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()
|
D | radv_meta_decompress.c | 85 .dstSubpass = 0, in create_pass() 94 .dstSubpass = VK_SUBPASS_EXTERNAL, in create_pass()
|
D | radv_meta_resolve_fs.c | 238 .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()
|
D | radv_meta_clear.c | 242 .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()
|
D | radv_meta_fast_clear.c | 226 .dstSubpass = 0, in create_pass() 235 .dstSubpass = VK_SUBPASS_EXTERNAL, in create_pass()
|
D | radv_meta_resolve.c | 104 .dstSubpass = 0, in create_pass() 113 .dstSubpass = VK_SUBPASS_EXTERNAL, in create_pass()
|
/external/mesa3d/src/intel/vulkan/ |
D | anv_pass.c | 34 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/ |
D | tu_pass.c | 41 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()
|
D | tu_legacy.c | 316 .dstSubpass = pCreateInfo->pDependencies[i].dstSubpass, in tu_CreateRenderPass()
|
/external/deqp/external/vulkancts/modules/vulkan/multiview/ |
D | vktMultiViewRenderPassUtil.hpp | 124 deUint32 dstSubpass, 138 deUint32 dstSubpass,
|
D | vktMultiViewRenderPassUtil.cpp | 187 dstSubpass = dstSubpass_; in SubpassDependency1() 209 dstSubpass = dstSubpass_; in SubpassDependency2()
|
/external/vulkan-validation-layers/layers/ |
D | convert_to_renderpass2.cpp | 41 out_struct->dstSubpass = in_struct->dstSubpass; in ConvertVkSubpassDependencyToV2KHR()
|
/external/deqp/external/vulkancts/modules/vulkan/renderpass/ |
D | vktRenderPassTestsUtil.hpp | 130 deUint32 dstSubpass, 144 deUint32 dstSubpass,
|
D | vktRenderPassTestsUtil.cpp | 189 dstSubpass = dstSubpass_; in SubpassDependency1() 211 dstSubpass = dstSubpass_; in SubpassDependency2()
|
/external/deqp/external/vulkancts/framework/vulkan/generated/vulkansc/ |
D | vkTypeUtil.inl | 295 inline VkSubpassDependency makeSubpassDependency (uint32_t srcSubpass, uint32_t dstSubpass, VkPipel… argument 299 res.dstSubpass = dstSubpass;
|
/external/skia/src/gpu/ganesh/vk/ |
D | GrVkRenderPass.cpp | 175 dependency.dstSubpass = mainSubpass; in Create() 251 dependency.dstSubpass = mainSubpass; in Create()
|
/external/swiftshader/src/Vulkan/ |
D | VkRenderPass.cpp | 100 dst[i].dstSubpass = src[i].dstSubpass; in CopySubpassDependencies()
|
/external/swiftshader/tests/VulkanWrapper/ |
D | DrawTester.cpp | 164 dependencies[0].dstSubpass = 0; in createRenderPass() 172 dependencies[1].dstSubpass = VK_SUBPASS_EXTERNAL; in createRenderPass()
|
/external/deqp/external/vulkancts/modules/vulkan/draw/ |
D | vktDrawCreateInfoUtil.cpp | 573 dstSubpass = _dstSubpass; in SubpassDependency() 584 dstSubpass = rhs.dstSubpass; in SubpassDependency()
|
D | vktDrawCreateInfoUtil.hpp | 186 deUint32 dstSubpass,
|
/external/deqp/external/vulkancts/framework/vulkan/generated/vulkan/ |
D | vkTypeUtil.inl | 339 inline VkSubpassDependency makeSubpassDependency (uint32_t srcSubpass, uint32_t dstSubpass, VkPipel… argument 343 res.dstSubpass = dstSubpass;
|
/external/virglrenderer/src/venus/venus-protocol/ |
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()
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkSafetyCriticalUtil.cpp | 685 …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()
|