| /xsrc/external/mit/MesaLib/dist/src/virtio/venus-protocol/ |
| H A D | vn_protocol_driver_image_view.h | 248 static inline size_t vn_sizeof_vkDestroyImageView(VkDevice device, VkImageView imageView, const VkAllocationCallbacks* pAllocator) argument 255 cmd_size += vn_sizeof_VkImageView(&imageView); 263 static inline void vn_encode_vkDestroyImageView(struct vn_cs_encoder *enc, VkCommandFlagsEXT cmd_flags, VkDevice device, VkImageView imageView, const VkAllocationCallbacks* pAllocator) argument 271 vn_encode_VkImageView(enc, &imageView); 276 static inline size_t vn_sizeof_vkDestroyImageView_reply(VkDevice device, VkImageView imageView, const VkAllocationCallbacks* pAllocator) argument 282 /* skip imageView */ 288 static inline void vn_decode_vkDestroyImageView_reply(struct vn_cs_decoder *dec, VkDevice device, VkImageView imageView, const VkAllocationCallbacks* pAllocator) argument 295 /* skip imageView */ 320 static inline void vn_submit_vkDestroyImageView(struct vn_instance *vn_instance, VkCommandFlagsEXT cmd_flags, VkDevice device, VkImageView imageView, const VkAllocationCallbacks* pAllocator, struct vn_instance_submit_command *submit) argument 324 size_t cmd_size = vn_sizeof_vkDestroyImageView(device, imageView, pAllocato 363 vn_call_vkDestroyImageView(struct vn_instance * vn_instance,VkDevice device,VkImageView imageView,const VkAllocationCallbacks * pAllocator) argument 376 vn_async_vkDestroyImageView(struct vn_instance * vn_instance,VkDevice device,VkImageView imageView,const VkAllocationCallbacks * pAllocator) argument [all...] |
| H A D | vn_protocol_driver_descriptor_set.h | 194 size += vn_sizeof_VkImageView(&val->imageView); 203 vn_encode_VkImageView(enc, &val->imageView);
|
| /xsrc/external/mit/MesaLib/dist/src/amd/vulkan/ |
| H A D | radv_meta_fmask_expand.c | 142 .imageView = radv_image_view_to_handle(&iview), 152 .imageView = radv_image_view_to_handle(&iview),
|
| H A D | radv_meta_copy_vrs_htile.c | 273 .imageView = radv_image_view_to_handle(&vrs_iview),
|
| H A D | radv_meta_resolve_cs.c | 543 .imageView = radv_image_view_to_handle(src_iview), 554 .imageView = radv_image_view_to_handle(dest_iview), 598 .imageView = radv_image_view_to_handle(src_iview), 609 .imageView = radv_image_view_to_handle(dest_iview),
|
| H A D | radv_meta_decompress.c | 686 .imageView = radv_image_view_to_handle(&load_iview), 698 .imageView = radv_image_view_to_handle(&store_iview),
|
| H A D | radv_meta_fast_clear.c | 879 .imageView = radv_image_view_to_handle(&load_iview), 891 .imageView = radv_image_view_to_handle(&store_iview),
|
| H A D | radv_meta_bufimage.c | 1386 .imageView = radv_image_view_to_handle(src), 1537 .imageView = radv_image_view_to_handle(dst), 1687 .imageView = radv_image_view_to_handle(src), 1699 .imageView = radv_image_view_to_handle(dst), 1837 .imageView = radv_image_view_to_handle(dst_iview),
|
| H A D | radv_meta_resolve_fs.c | 802 .imageView = radv_image_view_to_handle(src_iview), 867 .imageView = radv_image_view_to_handle(src_iview),
|
| H A D | radv_meta_blit.c | 412 .imageView = radv_image_view_to_handle(src_iview),
|
| /xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/ |
| H A D | radv_meta_fmask_expand.c | 161 .imageView = radv_image_view_to_handle(&iview), 175 .imageView = radv_image_view_to_handle(&iview),
|
| H A D | radv_meta_resolve_cs.c | 342 .imageView = radv_image_view_to_handle(src_iview), 355 .imageView = radv_image_view_to_handle(dest_iview),
|
| H A D | radv_meta_fast_clear.c | 793 .imageView = radv_image_view_to_handle(&iview), 807 .imageView = radv_image_view_to_handle(&iview),
|
| H A D | radv_meta_bufimage.c | 1677 .imageView = radv_image_view_to_handle(src), 1846 .imageView = radv_image_view_to_handle(dst), 2017 .imageView = radv_image_view_to_handle(src), 2031 .imageView = radv_image_view_to_handle(dst), 2177 .imageView = radv_image_view_to_handle(dst_iview),
|
| H A D | radv_meta_resolve_fs.c | 397 .imageView = radv_image_view_to_handle(src_iview),
|
| /xsrc/external/mit/MesaLib/dist/src/virtio/vulkan/ |
| H A D | vn_image.c | 522 VkImageView imageView, 526 struct vn_image_view *view = vn_image_view_from_handle(imageView); 533 vn_async_vkDestroyImageView(dev->instance, device, imageView, NULL); 521 vn_DestroyImageView(VkDevice device,VkImageView imageView,const VkAllocationCallbacks * pAllocator) argument
|
| H A D | vn_descriptor_set.c | 623 imgs[j].imageView = VK_NULL_HANDLE; 898 dst->imageView = need_view ? src->imageView : VK_NULL_HANDLE;
|
| /xsrc/external/mit/MesaLib/dist/src/panfrost/vulkan/ |
| H A D | panvk_vX_descriptor_set.c | 152 VK_FROM_HANDLE(panvk_image_view, image_view, pImageInfo->imageView); 202 VK_FROM_HANDLE(panvk_image_view, view, pImageInfo->imageView);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/lavapipe/ |
| H A D | lvp_descriptor_set.c | 390 write->pImageInfo[j].imageView); 414 write->pImageInfo[j].imageView); 632 .info.iview = lvp_image_view_from_handle(info->imageView), 641 ((VkDescriptorImageInfo *)pSrc)->imageView);
|
| /xsrc/external/mit/MesaLib/dist/src/broadcom/vulkan/ |
| H A D | v3dv_image.c | 554 VkImageView imageView, 558 V3DV_FROM_HANDLE(v3dv_image_view, image_view, imageView); 553 v3dv_DestroyImageView(VkDevice _device,VkImageView imageView,const VkAllocationCallbacks * pAllocator) argument
|
| H A D | v3dv_descriptor_set.c | 1012 V3DV_FROM_HANDLE(v3dv_image_view, iview, image_info->imageView); 1021 V3DV_FROM_HANDLE(v3dv_image_view, iview, image_info->imageView); 1234 V3DV_FROM_HANDLE(v3dv_image_view, iview, info->imageView);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/ |
| H A D | zink_context.c | 518 ctx->di.textures[shader][slot].imageView = surface->image_view; 524 ctx->di.textures[shader][slot].imageView = VK_NULL_HANDLE; 530 ctx->di.textures[shader][slot].imageView = null_surface->image_view; 555 ctx->di.images[shader][slot].imageView = surface->image_view; 566 ctx->di.images[shader][slot].imageView = null_surface->image_view; 1604 ii->imageView = null_surface->image_view; 1635 ii->imageView = ds->surface->image_view; 1754 ii->imageView = ds->surface->image_view; 1820 ctx->di.fbfetch.imageView = zink_screen(ctx->base.screen)->info.rb2_feats.nullDescriptor ? 1830 changed |= fbfetch != ctx->di.fbfetch.imageView; [all...] |
| /xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/ |
| H A D | tu_descriptor_set.c | 870 if (image_info->imageView == VK_NULL_HANDLE) { 875 TU_FROM_HANDLE(tu_image_view, iview, image_info->imageView);
|
| /xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/ |
| H A D | anv_descriptor_set.c | 1122 image_view = anv_image_view_from_handle(info->imageView); 1129 image_view = anv_image_view_from_handle(info->imageView);
|
| /xsrc/external/mit/MesaLib/dist/src/intel/vulkan/ |
| H A D | anv_descriptor_set.c | 1302 image_view = anv_image_view_from_handle(info->imageView); 1311 image_view = anv_image_view_from_handle(info->imageView);
|