Home
last modified time | relevance | path

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

/third_party/mesa3d/src/intel/vulkan/
Danv_private.h101 struct anv_image_view;
1930 struct anv_image_view *image_view;
2557 const struct anv_image_view *iview;
2563 const struct anv_image_view *resolve_iview;
3930 struct anv_image_view { struct
4271 VK_DEFINE_NONDISP_HANDLE_CASTS(anv_image_view, vk.base, VkImageView,
DgenX_cmd_buffer.c384 struct anv_image_view *iview, in anv_can_fast_clear_color_view()
470 const struct anv_image_view *iview, in anv_can_hiz_clear_ds_view()
6324 const struct anv_image_view *iview = gfx->depth_att.iview; in cmd_buffer_emit_depth_stencil()
6364 const struct anv_image_view *iview = gfx->stencil_att.iview; in cmd_buffer_emit_depth_stencil()
6413 const struct anv_image_view *fsr_iview) in cmd_buffer_emit_cps_control_buffer()
6508 ANV_FROM_HANDLE(anv_image_view, iview, att->imageView); in genX()
6695 const struct anv_image_view *fsr_iview = NULL; in genX()
6704 const struct anv_image_view *ds_iview = NULL; in genX()
6709 const struct anv_image_view *d_iview = NULL, *s_iview = NULL; in genX()
6970 const struct anv_image_view *iview = att->iview; in cmd_buffer_mark_attachment_written()
[all …]
Dgfx8_cmd_buffer.c264 ASSERTED const struct anv_image_view *d_iview = in want_stencil_pma_fix()
Danv_image.c2671 struct anv_image_view *iview; in anv_CreateImageView()
2835 ANV_FROM_HANDLE(anv_image_view, iview, _iview); in anv_DestroyImageView()
Danv_descriptor_set.c1389 struct anv_image_view *image_view = NULL; in anv_descriptor_set_write_image_view()
/third_party/mesa3d/docs/relnotes/
D21.3.0.rst1992 - anv: Make anv_image_view derive from vk_image_view