Searched refs:anv_image_view (Results 1 – 6 of 6) sorted by relevance
/third_party/mesa3d/src/intel/vulkan/ |
D | anv_private.h | 101 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,
|
D | genX_cmd_buffer.c | 384 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 …]
|
D | gfx8_cmd_buffer.c | 264 ASSERTED const struct anv_image_view *d_iview = in want_stencil_pma_fix()
|
D | anv_image.c | 2671 struct anv_image_view *iview; in anv_CreateImageView() 2835 ANV_FROM_HANDLE(anv_image_view, iview, _iview); in anv_DestroyImageView()
|
D | anv_descriptor_set.c | 1389 struct anv_image_view *image_view = NULL; in anv_descriptor_set_write_image_view()
|
/third_party/mesa3d/docs/relnotes/ |
D | 21.3.0.rst | 1992 - anv: Make anv_image_view derive from vk_image_view
|