Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_private.h249 struct lvp_image_view { struct
333 struct lvp_image_view * attachments[0];
409 struct lvp_image_view *iview;
623 VK_DEFINE_NONDISP_HANDLE_CASTS(lvp_image_view, base, VkImageView,
Dlvp_descriptor_set.c389 LVP_FROM_HANDLE(lvp_image_view, iview, in lvp_UpdateDescriptorSets()
413 LVP_FROM_HANDLE(lvp_image_view, iview, in lvp_UpdateDescriptorSets()
640 LVP_FROM_HANDLE(lvp_image_view, iview, in lvp_UpdateDescriptorSetWithTemplate()
Dlvp_image.c190 struct lvp_image_view *view; in lvp_CreateImageView()
216 LVP_FROM_HANDLE(lvp_image_view, iview, _iview); in lvp_DestroyImageView()
Dlvp_execute.c150 struct lvp_image_view **imageless_views;
972 struct lvp_image_view *iv = descriptor->iview; in fill_sampler_view_stage()
1073 struct lvp_image_view *iv = descriptor->iview; in fill_image_view_stage()
1335 struct lvp_image_view *imgv, in create_img_surface()
1345 … struct lvp_image_view *imgv, VkFormat format, int width, int height) in add_img_view_surface()
1384 struct lvp_image_view *imgv, in clear_attachment_layers()
1417 static struct lvp_image_view *
1444 struct lvp_image_view *imgv = get_attachment(state, a); in render_subpass_clear()
1471 struct lvp_image_view *imgv = get_attachment(state, ds); in render_subpass_clear()
1569 struct lvp_image_view *imgv = get_attachment(state, ds); in render_subpass_clear_fast()
[all …]
Dlvp_device.c2146 size += sizeof(struct lvp_image_view *) * pCreateInfo->attachmentCount; in lvp_CreateFramebuffer()