HomeSort by relevance Sort by last modified time
    Searched defs:physical_device (Results 1 - 7 of 7) sorted by null

  /external/vulkan-validation-layers/layers/
object_tracker.h 89 VkPhysicalDevice physical_device; member in struct:object_tracker::layer_data
117 : instance(nullptr), physical_device(nullptr), num_objects{}, num_total_objects(0), report_data(nullptr),
parameter_validation.cpp 73 VkPhysicalDevice physical_device; member in struct:parameter_validation::layer_data
80 physical_device_features{}, physical_device{}, wsi_enabled(false), wsi_display_swapchain_enabled(false) {};
    [all...]
  /external/mesa3d/src/vulkan/wsi/
wsi_common_wayland.c 62 VkPhysicalDevice physical_device; member in struct:wsi_wayland
83 display->wsi_wl->cbs->get_phys_device_format_properties(display->wsi_wl->physical_device,
776 VkPhysicalDevice physical_device,
789 wsi->physical_device = physical_device;
  /external/mesa3d/src/intel/vulkan/
anv_allocator.c 935 const struct anv_physical_device *physical_device = local
937 const struct gen_device_info *devinfo = &physical_device->info;
954 const unsigned subslices = MAX2(physical_device->subslice_total, 1);
genX_pipeline.c 1539 const struct anv_physical_device *physical_device = local
    [all...]
  /frameworks/native/vulkan/nulldrv/
null_driver.cpp 40 VkPhysicalDevice_T physical_device; member in struct:VkInstance_T
163 VkPhysicalDevice_T* physical_device) {
165 reinterpret_cast<uintptr_t>(physical_device) -
166 offsetof(VkInstance_T, physical_device));
300 instance->physical_device.dispatch.magic = HWVULKAN_DISPATCH_MAGIC;
347 physical_devices[0] = &instance->physical_device;
513 void GetPhysicalDeviceProperties2KHR(VkPhysicalDevice physical_device,
515 GetPhysicalDeviceProperties(physical_device, &properties->properties);
555 void GetPhysicalDeviceQueueFamilyProperties2KHR(VkPhysicalDevice physical_device, uint32_t* count, VkQueueFamilyProperties2KHR* properties) {
558 GetPhysicalDeviceQueueFamilyProperties(physical_device, count, properties ? &properties->queueFamilyProperties : nullptr)
    [all...]
  /external/mesa3d/src/amd/vulkan/
radv_private.h 299 VkResult radv_init_wsi(struct radv_physical_device *physical_device);
300 void radv_finish_wsi(struct radv_physical_device *physical_device);
500 struct radv_physical_device *physical_device; member in struct:radv_device
736 void si_init_compute(struct radv_physical_device *physical_device,
738 void si_init_config(struct radv_physical_device *physical_device,
    [all...]

Completed in 204 milliseconds