Home
last modified time | relevance | path

Searched refs:_iview (Results 1 – 7 of 7) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_image.c195 lvp_DestroyImageView(VkDevice _device, VkImageView _iview, in lvp_DestroyImageView() argument
199 LVP_FROM_HANDLE(lvp_image_view, iview, _iview); in lvp_DestroyImageView()
201 if (!_iview) in lvp_DestroyImageView()
/third_party/mesa3d/src/imagination/vulkan/
Dpvr_image.c355 VkImageView _iview, in pvr_DestroyImageView() argument
359 PVR_FROM_HANDLE(pvr_image_view, iview, _iview); in pvr_DestroyImageView()
/third_party/mesa3d/src/freedreno/vulkan/
Dtu_image.c800 VkImageView _iview, in tu_DestroyImageView() argument
804 TU_FROM_HANDLE(tu_image_view, iview, _iview); in tu_DestroyImageView()
Dtu_device.c2673 VkImageView _iview = pCreateInfo->pAttachments[i]; in tu_CreateFramebuffer() local
2674 struct tu_image_view *iview = tu_image_view_from_handle(_iview); in tu_CreateFramebuffer()
/third_party/mesa3d/src/panfrost/vulkan/
Dpanvk_device.c1549 VkImageView _iview = pCreateInfo->pAttachments[i]; in panvk_CreateFramebuffer() local
1550 struct panvk_image_view *iview = panvk_image_view_from_handle(_iview); in panvk_CreateFramebuffer()
/third_party/mesa3d/src/intel/vulkan/
Danv_image.c2831 anv_DestroyImageView(VkDevice _device, VkImageView _iview, in anv_DestroyImageView() argument
2835 ANV_FROM_HANDLE(anv_image_view, iview, _iview); in anv_DestroyImageView()
/third_party/mesa3d/src/amd/vulkan/
Dradv_image.c2497 radv_DestroyImageView(VkDevice _device, VkImageView _iview, const VkAllocationCallbacks *pAllocator) in radv_DestroyImageView() argument
2500 RADV_FROM_HANDLE(radv_image_view, iview, _iview); in radv_DestroyImageView()