HomeSort by relevance Sort by last modified time
    Searched refs:physical_devices (Results 1 - 4 of 4) sorted by null

  /external/vulkan-validation-layers/tests/layers/
device_profile_api.cpp 129 VkPhysicalDevice *physical_devices = (VkPhysicalDevice *)malloc(sizeof(physical_devices[0]) * physical_device_count); local
130 result = device_profile_data->instance_dispatch_table->EnumeratePhysicalDevices(*pInstance, &physical_device_count, physical_devices);
133 auto device_profile_api_data_it = device_profile_api_dev_data_map.find(physical_devices[i]);
136 ->GetPhysicalDeviceProperties(physical_devices[i], &device_profile_api_dev_data_map[physical_devices[i]].phy_device_props);
137 device_profile_api_dev_data_map[physical_devices[i]].instance = *pInstance;
  /frameworks/native/vulkan/nulldrv/
null_driver.cpp 352 VkPhysicalDevice* physical_devices) {
353 if (!physical_devices)
358 physical_devices[0] = &instance->physical_device;
    [all...]
  /external/vulkan-validation-layers/demos/
cube.c 3244 VkPhysicalDevice *physical_devices = malloc(sizeof(VkPhysicalDevice) * gpu_count); local
    [all...]
cube.cpp     [all...]

Completed in 270 milliseconds