Home
last modified time | relevance | path

Searched refs:ds_surface_id (Results 1 - 3 of 3) sorted by relevance

/third_party/mesa3d/src/imagination/vulkan/
H A Dpvr_hw_pass.h167 int32_t ds_surface_id; member
170 * Either load from 'ds_surface_id', clear using 'ds_surface_id' or leave
H A Dpvr_hw_pass.c82 renders[0].ds_surface_id = 1; in pvr_create_renderpass_hwsetup()
H A Dpvr_cmd_buffer.c977 if (hw_render->ds_surface_id != -1) { in pvr_sub_cmd_gfx_job_init()
979 render_pass_info->attachments[hw_render->ds_surface_id]; in pvr_sub_cmd_gfx_job_init()
998 if (hw_render->ds_surface_id < render_pass_info->clear_value_count) { in pvr_sub_cmd_gfx_job_init()
1000 &render_pass_info->clear_values[hw_render->ds_surface_id]; in pvr_sub_cmd_gfx_job_init()
2235 assert(hw_render->ds_surface_id != -1); in pvr_perform_start_of_render_attachment_clear()
2238 view_idx = hw_render->ds_surface_id; in pvr_perform_start_of_render_attachment_clear()
2321 if (hw_render->ds_surface_id != -1) { in pvr_perform_start_of_render_clears()
2342 if (hw_render->ds_surface_id != -1) { in pvr_stash_depth_format()
2345 state->depth_format = iviews[hw_render->ds_surface_id]->vk.format; in pvr_stash_depth_format()

Completed in 8 milliseconds