Home
last modified time | relevance | path

Searched refs:inheritance_info (Results 1 - 6 of 6) sorted by relevance

/third_party/mesa3d/src/vulkan/runtime/
H A Dvk_render_pass.h178 * This is in the pNext chain of pipeline_info and inheritance_info.
184 * This is in the pNext chain of pipeline_info and inheritance_info.
200 VkCommandBufferInheritanceRenderingInfo inheritance_info; member
H A 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/
H A Dv3dv_cmd_buffer.c936 const VkCommandBufferInheritanceInfo *inheritance_info) in cmd_buffer_begin_render_pass_secondary()
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()
934 cmd_buffer_begin_render_pass_secondary( struct v3dv_cmd_buffer *cmd_buffer, const VkCommandBufferInheritanceInfo *inheritance_info) cmd_buffer_begin_render_pass_secondary() argument
/third_party/mesa3d/src/virtio/vulkan/
H A 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/
H A DgenX_cmd_buffer.c1706 const VkCommandBufferInheritanceRenderingInfo *inheritance_info = in BeginCommandBuffer() local
1709 assert(inheritance_info); in BeginCommandBuffer()
1711 gfx->rendering_flags = inheritance_info->flags; in BeginCommandBuffer()
1714 gfx->samples = inheritance_info->rasterizationSamples; in BeginCommandBuffer()
1715 gfx->view_mask = inheritance_info->viewMask; in BeginCommandBuffer()
1717 uint32_t color_att_count = inheritance_info->colorAttachmentCount; in BeginCommandBuffer()
1724 inheritance_info->pColorAttachmentFormats[i]; in BeginCommandBuffer()
1727 inheritance_info->depthAttachmentFormat; in BeginCommandBuffer()
1729 inheritance_info->stencilAttachmentFormat; in BeginCommandBuffer()
/third_party/mesa3d/src/imagination/vulkan/
H A 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()

Completed in 31 milliseconds