Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/tests/layers/
Ddevice_profile_api.cpp112 uint32_t physical_device_count = 0; in CreateInstance() local
113 … instance_data->dispatch_table.EnumeratePhysicalDevices(*pInstance, &physical_device_count, NULL); in CreateInstance()
115 …physical_devices = (VkPhysicalDevice *)malloc(sizeof(physical_devices[0]) * physical_device_count); in CreateInstance()
116 …stance_data->dispatch_table.EnumeratePhysicalDevices(*pInstance, &physical_device_count, physical_… in CreateInstance()
118 for (uint8_t i = 0; i < physical_device_count; i++) { in CreateInstance()
/external/vulkan-validation-layers/layers/
Dcore_validation.h245 uint32_t physical_device_count;
Dcore_validation.cpp2410 core_checks->physical_device_count = in PostCallRecordCreateDevice()
13458 …if (device_data->physical_device_count > 1 && !GetEnabledFeatures()->buffer_address.bufferDeviceAd… in PreCallValidateGetBufferDeviceAddressEXT()