Home
last modified time | relevance | path

Searched refs:phys_device_state (Results 1 – 1 of 1) sorted by relevance

/external/vulkan-validation-layers/layers/
Dcore_validation.cpp13341 auto &phys_device_state = physical_device_map[pPhysicalDevices[i]]; in PostCallRecordEnumeratePhysicalDevices() local
13342 phys_device_state.phys_device = pPhysicalDevices[i]; in PostCallRecordEnumeratePhysicalDevices()
13344 … DispatchGetPhysicalDeviceFeatures(pPhysicalDevices[i], &phys_device_state.features2.features); in PostCallRecordEnumeratePhysicalDevices()
13773 auto &phys_device_state = physical_device_map[cur_phys_dev]; in RecordEnumeratePhysicalDeviceGroupsState() local
13774 phys_device_state.phys_device = cur_phys_dev; in RecordEnumeratePhysicalDeviceGroupsState()
13776 … DispatchGetPhysicalDeviceFeatures(cur_phys_dev, &phys_device_state.features2.features); in RecordEnumeratePhysicalDeviceGroupsState()