Home
last modified time | relevance | path

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

/third_party/vulkan-loader/loader/
H A 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 icd_term->dispatch.DestroySurfaceKHR(icd_term->instance, icd_surface->real_icd_surfaces[i], pAllocator); 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], pSupported); in terminator_GetPhysicalDeviceSurfaceSupportKHR()
322 if (NULL != icd_surface->real_icd_surfaces in terminator_GetPhysicalDeviceSurfaceCapabilitiesKHR()
[all...]
H A Dextension_manual.c114 if (NULL != icd_surface->real_icd_surfaces && NULL != (void *)(uintptr_t)(icd_surface->real_icd_surfaces[icd_index])) { 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_surfaces[icd_index]) { in terminator_GetPhysicalDeviceSurfacePresentModes2EXT()
283 surface_info_copy.surface = icd_surface->real_icd_surfaces[icd_index]; in terminator_GetPhysicalDeviceSurfacePresentModes2EXT()
325 if (NULL != icd_surface->real_icd_surfaces && NULL != (void *)(uintptr_t)icd_surface->real_icd_surfaces[icd_index]) { in terminator_GetDeviceGroupSurfacePresentModes2EXT()
329 surface_info_copy.surface = icd_surface->real_icd_surfaces[icd_index]; in terminator_GetDeviceGroupSurfacePresentModes2EXT()
H A Dwsi.h69 VkSurfaceKHR *real_icd_surfaces; member
/third_party/vulkan-loader/loader/generated/
H A Dvk_loader_extensions.c5087 if (NULL != icd_surface->real_icd_surfaces) { in terminator_DebugMarkerSetObjectTagEXT()
5088 local_tag_info.object = (uint64_t)icd_surface->real_icd_surfaces[icd_index]; in terminator_DebugMarkerSetObjectTagEXT()
5146 if (NULL != icd_surface->real_icd_surfaces) { in terminator_DebugMarkerSetObjectNameEXT()
5147 local_name_info.object = (uint64_t)icd_surface->real_icd_surfaces[icd_index]; in terminator_DebugMarkerSetObjectNameEXT()
5737 if (NULL != icd_surface->real_icd_surfaces) { in terminator_SetDebugUtilsObjectNameEXT()
5738 local_name_info.objectHandle = (uint64_t)icd_surface->real_icd_surfaces[icd_index]; in terminator_SetDebugUtilsObjectNameEXT()
5800 if (NULL != icd_surface->real_icd_surfaces) { in terminator_SetDebugUtilsObjectTagEXT()
5801 local_tag_info.objectHandle = (uint64_t)icd_surface->real_icd_surfaces[icd_index]; in terminator_SetDebugUtilsObjectTagEXT()

Completed in 24 milliseconds