Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/vulkan/
Danv_private.h64 struct anv_image_view;
253 __builtin_types_compatible_p (__typeof (o), struct anv_image_view*), \
1227 struct anv_image_view *image_view;
1909 const struct anv_image_view *
2645 struct anv_image_view { struct
2793 struct anv_image_view * attachments[0];
2955 ANV_DEFINE_NONDISP_HANDLE_CASTS(anv_image_view, VkImageView);
DgenX_cmd_buffer.c183 const struct anv_image_view *image_view, in add_image_view_relocs()
230 struct anv_image_view *iview = cmd_state->framebuffer->attachments[att]; in color_attachment_compute_aux_usage()
876 struct anv_image_view *iview = framebuffer->attachments[i]; in genX()
999 const struct anv_image_view * const iview = in genX()
2923 const struct anv_image_view *iview = in cmd_buffer_emit_depth_stencil()
3060 const struct anv_image_view * const iview = in cmd_buffer_subpass_transition_layouts()
3131 const struct anv_image_view *iview = state->framebuffer->attachments[a]; in cmd_buffer_subpass_sync_fast_clear_values()
Danv_blorp.c1178 struct anv_image_view *iview = fb->attachments[a]; in anv_cmd_buffer_clear_subpass()
1247 const struct anv_image_view *iview = fb->attachments[ds]; in anv_cmd_buffer_clear_subpass()
1551 struct anv_image_view *src_iview = fb->attachments[src_att]; in anv_cmd_buffer_resolve_subpass()
1552 struct anv_image_view *dst_iview = fb->attachments[dst_att]; in anv_cmd_buffer_resolve_subpass()
Danv_dump.c422 struct anv_image_view *iview = fb->attachments[i]; in anv_dump_add_framebuffer()
Danv_cmd_buffer.c856 const struct anv_image_view *
865 const struct anv_image_view *iview = in anv_cmd_buffer_get_depth_stencil_view()
Dgen8_cmd_buffer.c328 const struct anv_image_view *ds_iview = in want_stencil_pma_fix()
Danv_image.c1082 struct anv_image_view *iview; in anv_CreateImageView()
1254 ANV_FROM_HANDLE(anv_image_view, iview, _iview); in anv_DestroyImageView()
Danv_descriptor_set.c599 struct anv_image_view *image_view = NULL; in anv_descriptor_set_write_image_view()
Danv_device.c2507 sizeof(struct anv_image_view *) * pCreateInfo->attachmentCount; in anv_CreateFramebuffer()