Lines Matching defs:icd_index
269 (VkSurfaceKHR)(uintptr_t)NULL != icd_surface->real_icd_surfaces[phys_dev_term->icd_index]) {
271 phys_dev_term->phys_dev, queueFamilyIndex, icd_surface->real_icd_surfaces[phys_dev_term->icd_index], pSupported);
323 (VkSurfaceKHR)(uintptr_t)NULL != icd_surface->real_icd_surfaces[phys_dev_term->icd_index]) {
325 phys_dev_term->phys_dev, icd_surface->real_icd_surfaces[phys_dev_term->icd_index], pSurfaceCapabilities);
379 (VkSurfaceKHR)(uintptr_t)NULL != icd_surface->real_icd_surfaces[phys_dev_term->icd_index]) {
381 icd_surface->real_icd_surfaces[phys_dev_term->icd_index],
437 (VkSurfaceKHR)(uintptr_t)NULL != icd_surface->real_icd_surfaces[phys_dev_term->icd_index]) {
439 phys_dev_term->phys_dev, icd_surface->real_icd_surfaces[phys_dev_term->icd_index], pPresentModeCount, pPresentModes);
471 uint32_t icd_index = 0;
473 struct loader_icd_term *icd_term = loader_get_icd_and_device(device, &dev, &icd_index);
495 if ((VkSurfaceKHR)(uintptr_t)NULL != icd_surface->real_icd_surfaces[icd_index]) {
504 pCreateCopy->surface = icd_surface->real_icd_surfaces[icd_index];
2220 uint32_t icd_index = 0;
2222 struct loader_icd_term *icd_term = loader_get_icd_and_device(device, &dev, &icd_index);
2237 if ((VkSurfaceKHR)(uintptr_t)NULL != icd_surface->real_icd_surfaces[icd_index]) {
2247 pCreateCopy[sc].surface = icd_surface->real_icd_surfaces[icd_index];
2282 uint32_t icd_index = 0;
2284 struct loader_icd_term *icd_term = loader_get_icd_and_device(device, &dev, &icd_index);
2299 if (NULL != icd_surface->real_icd_surfaces && (VkSurfaceKHR)(uintptr_t)NULL != icd_surface->real_icd_surfaces[icd_index]) {
2301 device, icd_surface->real_icd_surfaces[icd_index], pModes);
2336 uint8_t icd_index = phys_dev_term->icd_index;
2337 if (NULL != icd_surface->real_icd_surfaces && NULL != (void *)(uintptr_t)(icd_surface->real_icd_surfaces[icd_index])) {
2339 phys_dev_term->phys_dev, icd_surface->real_icd_surfaces[icd_index], pRectCount, pRects);
2680 uint8_t icd_index = phys_dev_term->icd_index;
2695 if (NULL != icd_surface->real_icd_surfaces && NULL != (void *)(uintptr_t)icd_surface->real_icd_surfaces[icd_index]) {
2697 info_copy.surface = icd_surface->real_icd_surfaces[icd_index];
2719 if (NULL != icd_surface->real_icd_surfaces && NULL != (void *)(uintptr_t)(icd_surface->real_icd_surfaces[icd_index])) {
2720 surface = icd_surface->real_icd_surfaces[icd_index];
2772 uint8_t icd_index = phys_dev_term->icd_index;
2776 if (NULL != icd_surface->real_icd_surfaces && NULL != (void *)(uintptr_t)(icd_surface->real_icd_surfaces[icd_index])) {
2778 info_copy.surface = icd_surface->real_icd_surfaces[icd_index];
2798 if (NULL != icd_surface->real_icd_surfaces && NULL != (void *)(uintptr_t)(icd_surface->real_icd_surfaces[icd_index])) {
2799 surface = icd_surface->real_icd_surfaces[icd_index];