Searched defs:_iview (Results 1 - 4 of 4) sorted by relevance

/external/mesa3d/src/intel/vulkan/
H A Danv_image.c636 anv_DestroyImageView(VkDevice _device, VkImageView _iview, argument
640 ANV_FROM_HANDLE(anv_image_view, iview, _iview);
H A Danv_device.c2019 VkImageView _iview = pCreateInfo->pAttachments[i]; local
2020 framebuffer->attachments[i] = anv_image_view_from_handle(_iview);
/external/mesa3d/src/amd/vulkan/
H A Dradv_image.c989 radv_DestroyImageView(VkDevice _device, VkImageView _iview, argument
993 RADV_FROM_HANDLE(radv_image_view, iview, _iview);
H A Dradv_device.c1861 VkImageView _iview = pCreateInfo->pAttachments[i]; local
1862 struct radv_image_view *iview = radv_image_view_from_handle(_iview);

Completed in 471 milliseconds