Searched refs:real_icd_surfaces (Results 1 – 2 of 2) sorted by relevance
169 if (NULL != icd_surface->real_icd_surfaces) { in terminator_DestroySurfaceKHR()175 NULL != (void *)icd_surface->real_icd_surfaces[i]) { in terminator_DestroySurfaceKHR()177 icd->instance, icd_surface->real_icd_surfaces[i], in terminator_DestroySurfaceKHR()179 icd_surface->real_icd_surfaces[i] = (VkSurfaceKHR)NULL; in terminator_DestroySurfaceKHR()185 assert(NULL == (void *)icd_surface->real_icd_surfaces[i]); in terminator_DestroySurfaceKHR()189 icd_surface->real_icd_surfaces); in terminator_DestroySurfaceKHR()239 if (NULL != icd_surface->real_icd_surfaces && in terminator_GetPhysicalDeviceSurfaceSupportKHR()240 NULL != (void *)icd_surface->real_icd_surfaces[phys_dev->icd_index]) { in terminator_GetPhysicalDeviceSurfaceSupportKHR()243 icd_surface->real_icd_surfaces[phys_dev->icd_index], pSupported); in terminator_GetPhysicalDeviceSurfaceSupportKHR()293 if (NULL != icd_surface->real_icd_surfaces && in terminator_GetPhysicalDeviceSurfaceCapabilitiesKHR()[all …]
51 VkSurfaceKHR *real_icd_surfaces; member