Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_image.c148 lvp_DestroyImageView(VkDevice _device, VkImageView _iview, in lvp_DestroyImageView() argument
152 LVP_FROM_HANDLE(lvp_image_view, iview, _iview); in lvp_DestroyImageView()
154 if (!_iview) in lvp_DestroyImageView()
Dlvp_device.c1486 VkImageView _iview = pCreateInfo->pAttachments[i]; in lvp_CreateFramebuffer() local
1487 framebuffer->attachments[i] = lvp_image_view_from_handle(_iview); in lvp_CreateFramebuffer()
/external/mesa3d/src/freedreno/vulkan/
Dtu_image.c803 VkImageView _iview, in tu_DestroyImageView() argument
807 TU_FROM_HANDLE(tu_image_view, iview, _iview); in tu_DestroyImageView()
Dtu_device.c1770 VkImageView _iview = pCreateInfo->pAttachments[i]; in tu_CreateFramebuffer() local
1771 struct tu_image_view *iview = tu_image_view_from_handle(_iview); in tu_CreateFramebuffer()
/external/mesa3d/src/intel/vulkan/
Danv_image.c2195 anv_DestroyImageView(VkDevice _device, VkImageView _iview, in anv_DestroyImageView() argument
2199 ANV_FROM_HANDLE(anv_image_view, iview, _iview); in anv_DestroyImageView()
/external/mesa3d/src/amd/vulkan/
Dradv_image.c1928 radv_DestroyImageView(VkDevice _device, VkImageView _iview, in radv_DestroyImageView() argument
1932 RADV_FROM_HANDLE(radv_image_view, iview, _iview); in radv_DestroyImageView()
Dradv_device.c7203 VkImageView _iview = pCreateInfo->pAttachments[i]; in radv_CreateFramebuffer() local
7204 struct radv_image_view *iview = radv_image_view_from_handle(_iview); in radv_CreateFramebuffer()