Searched refs:icd_index (Results 1 - 8 of 8) sorted by relevance
/third_party/vulkan-loader/loader/ |
H A D | extension_manual.c | 110 uint8_t icd_index = phys_dev_term->icd_index; in terminator_GetPhysicalDeviceSurfaceCapabilities2EXT() local 114 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() 278 uint8_t icd_index = phys_dev_term->icd_index; in terminator_GetPhysicalDeviceSurfacePresentModes2EXT() local 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() 307 uint32_t icd_index = 0; in terminator_GetDeviceGroupSurfacePresentModes2EXT() local 309 struct loader_icd_term *icd_term = loader_get_icd_and_device(device, &dev, &icd_index); in terminator_GetDeviceGroupSurfacePresentModes2EXT() [all...] |
H A D | wsi.c | 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() 323 (VkSurfaceKHR)(uintptr_t)NULL != icd_surface->real_icd_surfaces[phys_dev_term->icd_index]) { in terminator_GetPhysicalDeviceSurfaceCapabilitiesKHR() 325 phys_dev_term->phys_dev, icd_surface->real_icd_surfaces[phys_dev_term->icd_index], pSurfaceCapabilities); in terminator_GetPhysicalDeviceSurfaceCapabilitiesKHR() 379 (VkSurfaceKHR)(uintptr_t)NULL != icd_surface->real_icd_surfaces[phys_dev_term->icd_index]) { in terminator_GetPhysicalDeviceSurfaceFormatsKHR() 381 icd_surface->real_icd_surfaces[phys_dev_term->icd_index], in terminator_GetPhysicalDeviceSurfaceFormatsKHR() 437 (VkSurfaceKHR)(uintptr_t)NULL != icd_surface->real_icd_surfaces[phys_dev_term->icd_index]) { in terminator_GetPhysicalDeviceSurfacePresentModesKHR() 439 phys_dev_term->phys_dev, icd_surface->real_icd_surfaces[phys_dev_term->icd_index], pPresentModeCount, pPresentModes); in terminator_GetPhysicalDeviceSurfacePresentModesKHR() 471 uint32_t icd_index = 0; in terminator_CreateSwapchainKHR() local 473 struct loader_icd_term *icd_term = loader_get_icd_and_device(device, &dev, &icd_index); in terminator_CreateSwapchainKHR() 2220 uint32_t icd_index = 0; terminator_CreateSharedSwapchainsKHR() local 2282 uint32_t icd_index = 0; terminator_GetDeviceGroupSurfacePresentModesKHR() local 2336 uint8_t icd_index = phys_dev_term->icd_index; terminator_GetPhysicalDevicePresentRectanglesKHR() local 2680 uint8_t icd_index = phys_dev_term->icd_index; terminator_GetPhysicalDeviceSurfaceCapabilities2KHR() local 2772 uint8_t icd_index = phys_dev_term->icd_index; terminator_GetPhysicalDeviceSurfaceFormats2KHR() local [all...] |
H A D | loader_common.h | 403 uint8_t icd_index; member 417 uint32_t icd_index; member 438 uint8_t icd_index; member 473 uint32_t icd_index; member
|
H A D | loader_linux.c | 259 sorted_device_info[index].icd_index = icd_idx; in linux_read_sorted_physical_devices() 333 sorted_device_term[dev]->icd_index = sorted_device_info[dev].icd_index; in linux_read_sorted_physical_devices()
|
H A D | loader.h | 165 struct loader_icd_term *loader_get_icd_and_device(const void *device, struct loader_device **found_dev, uint32_t *icd_index);
|
H A D | loader.c | 1231 struct loader_icd_term *loader_get_icd_and_device(const void *device, struct loader_device **found_dev, uint32_t *icd_index) { in loader_get_icd_and_device() argument 1248 if (NULL != icd_index) { in loader_get_icd_and_device() 1249 *icd_index = index; in loader_get_icd_and_device() 6204 new_phys_devs[idx]->icd_index = (uint8_t)(dev_array->icd_index); 6218 * They also need to be setup - the icd_term, icd_index, phys_dev, and disp (dispatch table) all need the correct data. 6285 icd_phys_dev_array[icd_idx].icd_index = icd_idx; 7007 local_phys_dev_groups[cur_index].icd_index = icd_idx; 7038 local_phys_dev_groups[cur_index].icd_index = icd_idx; 7069 local_phys_dev_groups[cur_index].icd_index [all...] |
H A D | loader_windows.c | 859 next_icd_phys_devs->icd_index = icd_idx; in enumerate_adapter_physical_devices()
|
/third_party/vulkan-loader/loader/generated/ |
H A D | vk_loader_extensions.c | 5070 uint32_t icd_index = 0; in terminator_DebugMarkerSetObjectTagEXT() local 5072 struct loader_icd_term *icd_term = loader_get_icd_and_device(device, &dev, &icd_index); in terminator_DebugMarkerSetObjectTagEXT() 5088 local_tag_info.object = (uint64_t)icd_surface->real_icd_surfaces[icd_index]; in terminator_DebugMarkerSetObjectTagEXT() 5129 uint32_t icd_index = 0; in terminator_DebugMarkerSetObjectNameEXT() local 5131 struct loader_icd_term *icd_term = loader_get_icd_and_device(device, &dev, &icd_index); in terminator_DebugMarkerSetObjectNameEXT() 5147 local_name_info.object = (uint64_t)icd_surface->real_icd_surfaces[icd_index]; in terminator_DebugMarkerSetObjectNameEXT() 5720 uint32_t icd_index = 0; in terminator_SetDebugUtilsObjectNameEXT() local 5722 struct loader_icd_term *icd_term = loader_get_icd_and_device(device, &dev, &icd_index); in terminator_SetDebugUtilsObjectNameEXT() 5738 local_name_info.objectHandle = (uint64_t)icd_surface->real_icd_surfaces[icd_index]; in terminator_SetDebugUtilsObjectNameEXT() 5783 uint32_t icd_index in terminator_SetDebugUtilsObjectTagEXT() local [all...] |
Completed in 31 milliseconds