Searched refs:inheritance_info (Results 1 – 7 of 7) sorted by relevance
200 VkCommandBufferInheritanceRenderingInfo inheritance_info; member
717 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()
936 const VkCommandBufferInheritanceInfo *inheritance_info) in cmd_buffer_begin_render_pass_secondary() argument940 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()
750 const VkCommandBufferInheritanceInfo *inheritance_info = in vn_BeginCommandBuffer() local753 cmd, vn_render_pass_from_handle(inheritance_info->renderPass), in vn_BeginCommandBuffer()754 vn_framebuffer_from_handle(inheritance_info->framebuffer), NULL); in vn_BeginCommandBuffer()
1706 const VkCommandBufferInheritanceRenderingInfo *inheritance_info = in genX() local1709 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()
2533 const VkCommandBufferInheritanceInfo *inheritance_info = in pvr_BeginCommandBuffer() local2537 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()
2692 - anv: assert inheritance_info is not NULL