Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/frontends/lavapipe/
H A 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/
H A Dpvr_image.c355 VkImageView _iview, in pvr_DestroyImageView()
359 PVR_FROM_HANDLE(pvr_image_view, iview, _iview); in pvr_DestroyImageView()
354 pvr_DestroyImageView(VkDevice _device, VkImageView _iview, const VkAllocationCallbacks *pAllocator) pvr_DestroyImageView() argument
/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_image.c800 VkImageView _iview, in tu_DestroyImageView()
804 TU_FROM_HANDLE(tu_image_view, iview, _iview); in tu_DestroyImageView()
799 tu_DestroyImageView(VkDevice _device, VkImageView _iview, const VkAllocationCallbacks *pAllocator) tu_DestroyImageView() argument
H A 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/
H A 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/amd/vulkan/
H A 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()
/third_party/mesa3d/src/intel/vulkan/
H A 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()

Completed in 17 milliseconds