Home | History | Annotate | Download | only in loader

Lines Matching refs:icd_index

216     if (NULL != icd_surface->real_icd_surfaces && (VkSurfaceKHR)NULL != icd_surface->real_icd_surfaces[phys_dev_term->icd_index]) {
218 phys_dev_term->phys_dev, queueFamilyIndex, icd_surface->real_icd_surfaces[phys_dev_term->icd_index], pSupported);
262 if (NULL != icd_surface->real_icd_surfaces && (VkSurfaceKHR)NULL != icd_surface->real_icd_surfaces[phys_dev_term->icd_index]) {
264 phys_dev_term->phys_dev, icd_surface->real_icd_surfaces[phys_dev_term->icd_index], pSurfaceCapabilities);
310 icd_index]) {
312 icd_surface->real_icd_surfaces[phys_dev_term->icd_index],
360 if (NULL != icd_surface->real_icd_surfaces && (VkSurfaceKHR)NULL != icd_surface->real_icd_surfaces[phys_dev_term->icd_index]) {
362 phys_dev_term->phys_dev, icd_surface->real_icd_surfaces[phys_dev_term->icd_index], pPresentModeCount, pPresentModes);
383 uint32_t icd_index = 0;
385 struct loader_icd_term *icd_term = loader_get_icd_and_device(device, &dev, &icd_index);
389 if ((VkSurfaceKHR)NULL != icd_surface->real_icd_surfaces[icd_index]) {
398 pCreateCopy->surface = icd_surface->real_icd_surfaces[icd_index];
1363 uint32_t icd_index = 0;
1365 struct loader_icd_term *icd_term = loader_get_icd_and_device(device, &dev, &icd_index);
1369 if ((VkSurfaceKHR)NULL != icd_surface->real_icd_surfaces[icd_index]) {
1379 pCreateCopy[sc].surface = icd_surface->real_icd_surfaces[icd_index];