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

  /frameworks/native/vulkan/nulldrv/
null_driver.cpp 348 VkPhysicalDevice* physical_devices) {
349 if (physical_devices && *physical_device_count >= 1)
350 physical_devices[0] = &instance->physical_device;
    [all...]
  /external/vulkan-validation-layers/demos/
cube.c 2314 VkPhysicalDevice *physical_devices = malloc(sizeof(VkPhysicalDevice) * gpu_count); local
    [all...]
tri.c 1908 VkPhysicalDevice *physical_devices = local
    [all...]

Completed in 52 milliseconds