Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_image.c212 lvp_DestroyImageView(VkDevice _device, VkImageView _iview, in lvp_DestroyImageView() argument
216 LVP_FROM_HANDLE(lvp_image_view, iview, _iview); in lvp_DestroyImageView()
218 if (!_iview) in lvp_DestroyImageView()
Dlvp_device.c2158 VkImageView _iview = pCreateInfo->pAttachments[i]; in lvp_CreateFramebuffer() local
2159 framebuffer->attachments[i] = lvp_image_view_from_handle(_iview); in lvp_CreateFramebuffer()
/third_party/mesa3d/src/freedreno/vulkan/
Dtu_image.c833 VkImageView _iview, in tu_DestroyImageView() argument
837 TU_FROM_HANDLE(tu_image_view, iview, _iview); in tu_DestroyImageView()
Dtu_device.c2275 VkImageView _iview = pCreateInfo->pAttachments[i]; in tu_CreateFramebuffer() local
2276 struct tu_image_view *iview = tu_image_view_from_handle(_iview); in tu_CreateFramebuffer()
/third_party/mesa3d/src/panfrost/vulkan/
Dpanvk_device.c1585 VkImageView _iview = pCreateInfo->pAttachments[i]; in panvk_CreateFramebuffer() local
1586 struct panvk_image_view *iview = panvk_image_view_from_handle(_iview); in panvk_CreateFramebuffer()
/third_party/mesa3d/src/intel/vulkan/
Danv_image.c2673 anv_DestroyImageView(VkDevice _device, VkImageView _iview, in anv_DestroyImageView() argument
2677 ANV_FROM_HANDLE(anv_image_view, iview, _iview); in anv_DestroyImageView()
/third_party/mesa3d/src/amd/vulkan/
Dradv_image.c2338 radv_DestroyImageView(VkDevice _device, VkImageView _iview, const VkAllocationCallbacks *pAllocator) in radv_DestroyImageView() argument
2341 RADV_FROM_HANDLE(radv_image_view, iview, _iview); in radv_DestroyImageView()
Dradv_device.c7085 VkImageView _iview = pCreateInfo->pAttachments[i]; in radv_CreateFramebuffer() local
7086 struct radv_image_view *iview = radv_image_view_from_handle(_iview); in radv_CreateFramebuffer()