Searched refs:_iview (Results 1 – 7 of 7) sorted by relevance
/external/mesa3d/src/gallium/frontends/lavapipe/ |
D | lvp_image.c | 148 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()
|
D | lvp_device.c | 1486 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/ |
D | tu_image.c | 803 VkImageView _iview, in tu_DestroyImageView() argument 807 TU_FROM_HANDLE(tu_image_view, iview, _iview); in tu_DestroyImageView()
|
D | tu_device.c | 1770 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/ |
D | anv_image.c | 2195 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/ |
D | radv_image.c | 1928 radv_DestroyImageView(VkDevice _device, VkImageView _iview, in radv_DestroyImageView() argument 1932 RADV_FROM_HANDLE(radv_image_view, iview, _iview); in radv_DestroyImageView()
|
D | radv_device.c | 7203 VkImageView _iview = pCreateInfo->pAttachments[i]; in radv_CreateFramebuffer() local 7204 struct radv_image_view *iview = radv_image_view_from_handle(_iview); in radv_CreateFramebuffer()
|