Searched refs:_iview (Results 1 – 7 of 7) sorted by relevance
/third_party/mesa3d/src/gallium/frontends/lavapipe/ |
D | lvp_image.c | 195 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/ |
D | pvr_image.c | 355 VkImageView _iview, in pvr_DestroyImageView() argument 359 PVR_FROM_HANDLE(pvr_image_view, iview, _iview); in pvr_DestroyImageView()
|
/third_party/mesa3d/src/freedreno/vulkan/ |
D | tu_image.c | 800 VkImageView _iview, in tu_DestroyImageView() argument 804 TU_FROM_HANDLE(tu_image_view, iview, _iview); in tu_DestroyImageView()
|
D | tu_device.c | 2673 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/ |
D | panvk_device.c | 1549 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/intel/vulkan/ |
D | anv_image.c | 2831 anv_DestroyImageView(VkDevice _device, VkImageView _iview, in anv_DestroyImageView() argument 2835 ANV_FROM_HANDLE(anv_image_view, iview, _iview); in anv_DestroyImageView()
|
/third_party/mesa3d/src/amd/vulkan/ |
D | radv_image.c | 2497 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()
|