Home
last modified time | relevance | path

Searched refs:real_icd_surfaces (Results 1 – 4 of 4) sorted by relevance

/third_party/vulkan-loader/loader/
Dwsi.c198 if (NULL != icd_surface->real_icd_surfaces) { in terminator_DestroySurfaceKHR()
203 (VkSurfaceKHR)(uintptr_t)NULL != icd_surface->real_icd_surfaces[i]) { in terminator_DestroySurfaceKHR()
204 …d_term->dispatch.DestroySurfaceKHR(icd_term->instance, icd_surface->real_icd_surfaces[i], pAllocat… in terminator_DestroySurfaceKHR()
205 icd_surface->real_icd_surfaces[i] = (VkSurfaceKHR)(uintptr_t)NULL; in terminator_DestroySurfaceKHR()
211 assert((VkSurfaceKHR)(uintptr_t)NULL == icd_surface->real_icd_surfaces[i]); in terminator_DestroySurfaceKHR()
214 loader_instance_heap_free(loader_inst, icd_surface->real_icd_surfaces); in terminator_DestroySurfaceKHR()
268 if (NULL != icd_surface->real_icd_surfaces && in terminator_GetPhysicalDeviceSurfaceSupportKHR()
269 (VkSurfaceKHR)(uintptr_t)NULL != icd_surface->real_icd_surfaces[phys_dev_term->icd_index]) { in terminator_GetPhysicalDeviceSurfaceSupportKHR()
271 …phys_dev_term->phys_dev, queueFamilyIndex, icd_surface->real_icd_surfaces[phys_dev_term->icd_index… in terminator_GetPhysicalDeviceSurfaceSupportKHR()
322 if (NULL != icd_surface->real_icd_surfaces && in terminator_GetPhysicalDeviceSurfaceCapabilitiesKHR()
[all …]
Dextension_manual.c114 …if (NULL != icd_surface->real_icd_surfaces && NULL != (void *)(uintptr_t)(icd_surface->real_icd_su… in terminator_GetPhysicalDeviceSurfaceCapabilities2EXT()
115 unwrapped_surface = icd_surface->real_icd_surfaces[icd_index]; in terminator_GetPhysicalDeviceSurfaceCapabilities2EXT()
279 …if (NULL != icd_surface->real_icd_surfaces && NULL != (void *)(uintptr_t)icd_surface->real_icd_sur… in terminator_GetPhysicalDeviceSurfacePresentModes2EXT()
283 surface_info_copy.surface = icd_surface->real_icd_surfaces[icd_index]; in terminator_GetPhysicalDeviceSurfacePresentModes2EXT()
312 …if (NULL != icd_surface->real_icd_surfaces && (VkSurfaceKHR)NULL != icd_surface->real_icd_surfaces in terminator_GetDeviceGroupSurfacePresentModes2EXT()
316 surface_info_copy.surface = icd_surface->real_icd_surfaces[icd_index]; in terminator_GetDeviceGroupSurfacePresentModes2EXT()
Dwsi.h69 VkSurfaceKHR *real_icd_surfaces; member
/third_party/vulkan-loader/loader/generated/
Dvk_loader_extensions.c4007 if (NULL != icd_surface->real_icd_surfaces) { in terminator_DebugMarkerSetObjectTagEXT()
4008 local_tag_info.object = (uint64_t)icd_surface->real_icd_surfaces[icd_index]; in terminator_DebugMarkerSetObjectTagEXT()
4055 if (NULL != icd_surface->real_icd_surfaces) { in terminator_DebugMarkerSetObjectNameEXT()
4056 local_name_info.object = (uint64_t)icd_surface->real_icd_surfaces[icd_index]; in terminator_DebugMarkerSetObjectNameEXT()
4609 if (NULL != icd_surface->real_icd_surfaces) { in terminator_SetDebugUtilsObjectNameEXT()
4610 … local_name_info.objectHandle = (uint64_t)icd_surface->real_icd_surfaces[icd_index]; in terminator_SetDebugUtilsObjectNameEXT()
4661 if (NULL != icd_surface->real_icd_surfaces) { in terminator_SetDebugUtilsObjectTagEXT()
4662 … local_tag_info.objectHandle = (uint64_t)icd_surface->real_icd_surfaces[icd_index]; in terminator_SetDebugUtilsObjectTagEXT()