Searched refs:imageView (Results 1 - 25 of 38) sorted by relevance

12

/xsrc/external/mit/MesaLib/dist/src/virtio/venus-protocol/
H A Dvn_protocol_driver_image_view.h248 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 Dvn_protocol_driver_descriptor_set.h194 size += vn_sizeof_VkImageView(&val->imageView);
203 vn_encode_VkImageView(enc, &val->imageView);
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_meta_fmask_expand.c142 .imageView = radv_image_view_to_handle(&iview),
152 .imageView = radv_image_view_to_handle(&iview),
H A Dradv_meta_copy_vrs_htile.c273 .imageView = radv_image_view_to_handle(&vrs_iview),
H A Dradv_meta_resolve_cs.c543 .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 Dradv_meta_decompress.c686 .imageView = radv_image_view_to_handle(&load_iview),
698 .imageView = radv_image_view_to_handle(&store_iview),
H A Dradv_meta_fast_clear.c879 .imageView = radv_image_view_to_handle(&load_iview),
891 .imageView = radv_image_view_to_handle(&store_iview),
H A Dradv_meta_bufimage.c1386 .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 Dradv_meta_resolve_fs.c802 .imageView = radv_image_view_to_handle(src_iview),
867 .imageView = radv_image_view_to_handle(src_iview),
H A Dradv_meta_blit.c412 .imageView = radv_image_view_to_handle(src_iview),
/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
H A Dradv_meta_fmask_expand.c161 .imageView = radv_image_view_to_handle(&iview),
175 .imageView = radv_image_view_to_handle(&iview),
H A Dradv_meta_resolve_cs.c342 .imageView = radv_image_view_to_handle(src_iview),
355 .imageView = radv_image_view_to_handle(dest_iview),
H A Dradv_meta_fast_clear.c793 .imageView = radv_image_view_to_handle(&iview),
807 .imageView = radv_image_view_to_handle(&iview),
H A Dradv_meta_bufimage.c1677 .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 Dradv_meta_resolve_fs.c397 .imageView = radv_image_view_to_handle(src_iview),
/xsrc/external/mit/MesaLib/dist/src/virtio/vulkan/
H A Dvn_image.c522 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 Dvn_descriptor_set.c623 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 Dpanvk_vX_descriptor_set.c152 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 Dlvp_descriptor_set.c390 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 Dv3dv_image.c554 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 Dv3dv_descriptor_set.c1012 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 Dzink_context.c518 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 Dtu_descriptor_set.c870 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 Danv_descriptor_set.c1122 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 Danv_descriptor_set.c1302 image_view = anv_image_view_from_handle(info->imageView);
1311 image_view = anv_image_view_from_handle(info->imageView);

Completed in 93 milliseconds

12