Home
last modified time | relevance | path

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

/third_party/mesa3d/src/imagination/vulkan/
Dpvr_hw_pass.c41 struct pvr_renderpass_hwsetup_eot_surface *eot_surface; in pvr_create_renderpass_hwsetup() local
57 vk_multialloc_add(&ma, &eot_surface, __typeof__(*eot_surface), 1); in pvr_create_renderpass_hwsetup()
103 eot_surface->mrt_index = 0; in pvr_create_renderpass_hwsetup()
104 eot_surface->attachment_index = 0; in pvr_create_renderpass_hwsetup()
105 eot_surface->need_resolve = false; in pvr_create_renderpass_hwsetup()
106 eot_surface->resolve_type = PVR_RESOLVE_TYPE_INVALID; in pvr_create_renderpass_hwsetup()
107 eot_surface->src_attachment_index = 0; in pvr_create_renderpass_hwsetup()
108 renders[0].eot_surfaces = eot_surface; in pvr_create_renderpass_hwsetup()