Searched refs:anv_image_view (Results 1 - 16 of 16) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/
H A Danv_private.h73 struct anv_image_view;
348 __builtin_types_compatible_p (__typeof (o), struct anv_image_view*), \
1708 struct anv_image_view *image_view;
2517 const struct anv_image_view *
3352 struct anv_image_view { struct
3478 const struct anv_image_view *iview)
3523 struct anv_image_view * attachments[0];
3699 ANV_DEFINE_NONDISP_HANDLE_CASTS(anv_image_view, VkImageView);
H A Danv_dump.c422 struct anv_image_view *iview = fb->attachments[i];
H A Dgen8_cmd_buffer.c324 const struct anv_image_view *ds_iview =
H A DgenX_cmd_buffer.c249 struct anv_image_view *iview = cmd_state->framebuffer->attachments[att];
391 struct anv_image_view *iview = cmd_state->framebuffer->attachments[att];
1248 struct anv_image_view *iview = framebuffer->attachments[i];
1368 const struct anv_image_view * const iview =
3877 const struct anv_image_view *iview =
4034 struct anv_image_view *iview = fb->attachments[a];
4363 struct anv_image_view *src_iview = fb->attachments[src_att];
4364 struct anv_image_view *dst_iview = fb->attachments[dst_att];
4418 struct anv_image_view *src_iview = fb->attachments[src_att];
4419 struct anv_image_view *dst_ivie
[all...]
H A Danv_cmd_buffer.c919 const struct anv_image_view *
928 const struct anv_image_view *iview =
H A Danv_image.c1485 struct anv_image_view *iview;
1682 ANV_FROM_HANDLE(anv_image_view, iview, _iview);
H A Danv_descriptor_set.c1107 struct anv_image_view *image_view = NULL;
H A Danv_device.c3634 sizeof(struct anv_image_view *) * pCreateInfo->attachmentCount;
/xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
H A DgenX_cmd_buffer.c358 struct anv_image_view *iview,
444 struct anv_image_view *iview,
1563 ANV_FROM_HANDLE(anv_image_view, iview, attach_begin->pAttachments[i]);
1612 struct anv_image_view *iview = state->attachments[i].image_view;
1822 const struct anv_image_view * const iview =
5810 const struct anv_image_view *iview =
5996 struct anv_image_view *iview = cmd_state->attachments[a].image_view;
6254 struct anv_image_view *iview = att_state->image_view;
6377 struct anv_image_view *iview = att_state->image_view;
6454 struct anv_image_view *src_ivie
[all...]
H A Danv_private.h89 struct anv_image_view;
1976 struct anv_image_view *image_view;
2867 struct anv_image_view * image_view;
3235 const struct anv_image_view *
4328 struct anv_image_view { struct
4465 const struct anv_image_view *iview)
4546 struct anv_image_view * attachments[0];
4766 VK_DEFINE_NONDISP_HANDLE_CASTS(anv_image_view, vk.base, VkImageView,
H A Danv_cmd_buffer.c1338 const struct anv_image_view *
1346 const struct anv_image_view *iview =
H A Dgfx8_cmd_buffer.c360 const struct anv_image_view *ds_iview =
H A Danv_image.c2529 struct anv_image_view *iview;
2688 ANV_FROM_HANDLE(anv_image_view, iview, _iview);
H A Danv_descriptor_set.c1285 struct anv_image_view *image_view = NULL;
H A Danv_device.c4462 size += sizeof(struct anv_image_view *) * pCreateInfo->attachmentCount;
4475 ANV_FROM_HANDLE(anv_image_view, iview, pCreateInfo->pAttachments[i]);
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D21.3.0.rst1992 - anv: Make anv_image_view derive from vk_image_view

Completed in 102 milliseconds