Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_private.h138 LVP_DEFINE_NONDISP_HANDLE_CASTS(lvp_image_view, VkImageView);
332 struct lvp_image_view { struct
407 struct lvp_image_view * attachments[0];
461 struct lvp_image_view *image_view;
Dlvp_image.c126 struct lvp_image_view *view; in lvp_CreateImageView()
152 LVP_FROM_HANDLE(lvp_image_view, iview, _iview); in lvp_DestroyImageView()
Dlvp_descriptor_set.c349 LVP_FROM_HANDLE(lvp_image_view, iview, in lvp_UpdateDescriptorSets()
369 LVP_FROM_HANDLE(lvp_image_view, iview, in lvp_UpdateDescriptorSets()
Dlvp_execute.c741 struct lvp_image_view *iv = descriptor->image_view; in fill_sampler_view_stage()
830 struct lvp_image_view *iv = descriptor->image_view; in fill_image_view_stage()
1062 … struct lvp_image_view *imgv, VkFormat format, int width, int height) in add_img_view_surface()
1123 struct lvp_image_view *imgv = state->vk_framebuffer->attachments[a]; in render_subpass_clear()
1150 struct lvp_image_view *imgv = state->vk_framebuffer->attachments[ds]; in render_subpass_clear()
1195 struct lvp_image_view *src_imgv = state->vk_framebuffer->attachments[src_att.attachment]; in render_pass_resolve()
1196 struct lvp_image_view *dst_imgv = state->vk_framebuffer->attachments[dst_att.attachment]; in render_pass_resolve()
1232 struct lvp_image_view *imgv = state->vk_framebuffer->attachments[color_att->attachment]; in begin_render_subpass()
1245 struct lvp_image_view *imgv = state->vk_framebuffer->attachments[ds_att->attachment]; in begin_render_subpass()
2201 struct lvp_image_view *imgv; in handle_clear_attachments()
Dlvp_device.c1476 sizeof(struct lvp_image_view *) * pCreateInfo->attachmentCount; in lvp_CreateFramebuffer()