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

  /external/vulkan-validation-layers/libs/vkjson/
vkjson_instance.cc 44 VkJsonDevice VkJsonGetDevice(VkPhysicalDevice physical_device) {
46 vkGetPhysicalDeviceProperties(physical_device, &device.properties);
47 vkGetPhysicalDeviceFeatures(physical_device, &device.features);
48 vkGetPhysicalDeviceMemoryProperties(physical_device, &device.memory);
51 vkGetPhysicalDeviceQueueFamilyProperties(physical_device, &queue_family_count,
56 physical_device, &queue_family_count, device.queues.data());
62 vkEnumerateDeviceExtensionProperties(physical_device, nullptr,
67 physical_device, nullptr, &extension_count, device.extensions.data());
71 vkEnumerateDeviceLayerProperties(physical_device, &layer_count, nullptr);
74 vkEnumerateDeviceLayerProperties(physical_device, &layer_count
    [all...]
  /external/vulkan-validation-layers/tests/layers/
wrap_objects.h 52 static inline VkPhysicalDevice unwrap_phys_dev(const VkPhysicalDevice physical_device, wrapped_phys_dev_obj **phys_dev) {
53 *phys_dev = reinterpret_cast<wrapped_phys_dev_obj *> (physical_device);
  /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),
object_tracker.cpp 106 layer_data *instance_data = get_my_data_ptr(get_dispatch_key(device_data->physical_device), layer_data_map);
    [all...]
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...]
swapchain.cpp 193 VkPhysicalDevice physical_device, const char *function) {
197 reinterpret_cast<uint64_t>(physical_device), __LINE__, SWAPCHAIN_QUEUE_FAMILY_INDEX_TOO_LARGE,
    [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/vulkan-validation-layers/loader/
loader.h 463 VkPhysicalDevice physical_device,
loader.c 816 VkPhysicalDevice physical_device,
823 res = fpEnumerateDeviceExtensionProperties(physical_device, NULL, &count,
830 res = fpEnumerateDeviceExtensionProperties(physical_device, NULL,
    [all...]

Completed in 7069 milliseconds