Searched refs:anv_image_view (Results 1 - 16 of 16) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/ |
| H A D | anv_private.h | 73 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 D | anv_dump.c | 422 struct anv_image_view *iview = fb->attachments[i];
|
| H A D | gen8_cmd_buffer.c | 324 const struct anv_image_view *ds_iview =
|
| H A D | genX_cmd_buffer.c | 249 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 D | anv_cmd_buffer.c | 919 const struct anv_image_view * 928 const struct anv_image_view *iview =
|
| H A D | anv_image.c | 1485 struct anv_image_view *iview; 1682 ANV_FROM_HANDLE(anv_image_view, iview, _iview);
|
| H A D | anv_descriptor_set.c | 1107 struct anv_image_view *image_view = NULL;
|
| H A D | anv_device.c | 3634 sizeof(struct anv_image_view *) * pCreateInfo->attachmentCount;
|
| /xsrc/external/mit/MesaLib/dist/src/intel/vulkan/ |
| H A D | genX_cmd_buffer.c | 358 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 D | anv_private.h | 89 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 D | anv_cmd_buffer.c | 1338 const struct anv_image_view * 1346 const struct anv_image_view *iview =
|
| H A D | gfx8_cmd_buffer.c | 360 const struct anv_image_view *ds_iview =
|
| H A D | anv_image.c | 2529 struct anv_image_view *iview; 2688 ANV_FROM_HANDLE(anv_image_view, iview, _iview);
|
| H A D | anv_descriptor_set.c | 1285 struct anv_image_view *image_view = NULL;
|
| H A D | anv_device.c | 4462 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 D | 21.3.0.rst | 1992 - anv: Make anv_image_view derive from vk_image_view
|
Completed in 102 milliseconds