Home
last modified time | relevance | path

Searched refs:inheritance_info (Results 1 – 7 of 7) sorted by relevance

/third_party/mesa3d/src/vulkan/runtime/
Dvk_render_pass.h200 VkCommandBufferInheritanceRenderingInfo inheritance_info; member
Dvk_render_pass.c717 subpass->inheritance_info = (VkCommandBufferInheritanceRenderingInfo) { in vk_common_CreateRenderPass2()
882 return &render_pass->subpasses[inheritance->subpass].inheritance_info; in vk_get_command_buffer_inheritance_rendering_info()
/third_party/mesa3d/src/broadcom/vulkan/
Dv3dv_cmd_buffer.c936 const VkCommandBufferInheritanceInfo *inheritance_info) in cmd_buffer_begin_render_pass_secondary() argument
940 assert(inheritance_info); in cmd_buffer_begin_render_pass_secondary()
943 v3dv_render_pass_from_handle(inheritance_info->renderPass); in cmd_buffer_begin_render_pass_secondary()
947 v3dv_framebuffer_from_handle(inheritance_info->framebuffer); in cmd_buffer_begin_render_pass_secondary()
949 assert(inheritance_info->subpass < cmd_buffer->state.pass->subpass_count); in cmd_buffer_begin_render_pass_secondary()
950 cmd_buffer->state.subpass_idx = inheritance_info->subpass; in cmd_buffer_begin_render_pass_secondary()
953 inheritance_info->occlusionQueryEnable; in cmd_buffer_begin_render_pass_secondary()
959 v3dv_cmd_buffer_start_job(cmd_buffer, inheritance_info->subpass, in cmd_buffer_begin_render_pass_secondary()
/third_party/mesa3d/src/virtio/vulkan/
Dvn_command_buffer.c750 const VkCommandBufferInheritanceInfo *inheritance_info = in vn_BeginCommandBuffer() local
753 cmd, vn_render_pass_from_handle(inheritance_info->renderPass), in vn_BeginCommandBuffer()
754 vn_framebuffer_from_handle(inheritance_info->framebuffer), NULL); in vn_BeginCommandBuffer()
/third_party/mesa3d/src/intel/vulkan/
DgenX_cmd_buffer.c1706 const VkCommandBufferInheritanceRenderingInfo *inheritance_info = in genX() local
1709 assert(inheritance_info); in genX()
1711 gfx->rendering_flags = inheritance_info->flags; in genX()
1714 gfx->samples = inheritance_info->rasterizationSamples; in genX()
1715 gfx->view_mask = inheritance_info->viewMask; in genX()
1717 uint32_t color_att_count = inheritance_info->colorAttachmentCount; in genX()
1724 inheritance_info->pColorAttachmentFormats[i]; in genX()
1727 inheritance_info->depthAttachmentFormat; in genX()
1729 inheritance_info->stencilAttachmentFormat; in genX()
/third_party/mesa3d/src/imagination/vulkan/
Dpvr_cmd_buffer.c2533 const VkCommandBufferInheritanceInfo *inheritance_info = in pvr_BeginCommandBuffer() local
2537 pass = pvr_render_pass_from_handle(inheritance_info->renderPass); in pvr_BeginCommandBuffer()
2540 pvr_framebuffer_from_handle(inheritance_info->framebuffer); in pvr_BeginCommandBuffer()
2541 state->render_pass_info.subpass_idx = inheritance_info->subpass; in pvr_BeginCommandBuffer()
2543 pass->subpasses[inheritance_info->subpass].userpass_spawn; in pvr_BeginCommandBuffer()
/third_party/mesa3d/docs/relnotes/
D22.2.0.rst2692 - anv: assert inheritance_info is not NULL