Home
last modified time | relevance | path

Searched refs:physical_device (Results 1 – 6 of 6) sorted by relevance

/frameworks/native/vulkan/vkjson/
Dvkjson_instance.cc57 VkJsonDevice VkJsonGetDevice(VkPhysicalDevice physical_device) { in VkJsonGetDevice() argument
61 vkEnumerateDeviceExtensionProperties(physical_device, nullptr, in VkJsonGetDevice()
66 physical_device, nullptr, &extension_count, device.extensions.data()); in VkJsonGetDevice()
70 vkEnumerateDeviceLayerProperties(physical_device, &layer_count, nullptr); in VkJsonGetDevice()
73 vkEnumerateDeviceLayerProperties(physical_device, &layer_count, in VkJsonGetDevice()
89 vkGetPhysicalDeviceProperties2(physical_device, &properties); in VkJsonGetDevice()
116 vkGetPhysicalDeviceFeatures2(physical_device, &features); in VkJsonGetDevice()
119 vkGetPhysicalDeviceMemoryProperties(physical_device, &device.memory); in VkJsonGetDevice()
122 vkGetPhysicalDeviceQueueFamilyProperties(physical_device, &queue_family_count, in VkJsonGetDevice()
127 physical_device, &queue_family_count, device.queues.data()); in VkJsonGetDevice()
[all …]
/frameworks/native/vulkan/nulldrv/
Dnull_driver.cpp41 VkPhysicalDevice_T physical_device; member
164 VkPhysicalDevice_T* physical_device) { in GetInstanceFromPhysicalDevice() argument
166 reinterpret_cast<uintptr_t>(physical_device) - in GetInstanceFromPhysicalDevice()
167 offsetof(VkInstance_T, physical_device)); in GetInstanceFromPhysicalDevice()
307 instance->physical_device.dispatch.magic = HWVULKAN_DISPATCH_MAGIC; in CreateInstance()
358 physical_devices[0] = &instance->physical_device; in EnumeratePhysicalDevices()
525 void GetPhysicalDeviceProperties2KHR(VkPhysicalDevice physical_device, in GetPhysicalDeviceProperties2KHR() argument
527 GetPhysicalDeviceProperties(physical_device, &properties->properties); in GetPhysicalDeviceProperties2KHR()
567 void GetPhysicalDeviceQueueFamilyProperties2KHR(VkPhysicalDevice physical_device, uint32_t* count, … in GetPhysicalDeviceQueueFamilyProperties2KHR() argument
570 …GetPhysicalDeviceQueueFamilyProperties(physical_device, count, properties ? &properties->queueFami… in GetPhysicalDeviceQueueFamilyProperties2KHR()
[all …]
/frameworks/base/libs/hwui/private/hwui/
DDrawVkInfo.h28 VkPhysicalDevice physical_device; member
/frameworks/base/native/webview/plat_support/
Ddraw_fn.h106 VkPhysicalDevice physical_device; member
Ddraw_functor.cpp142 .physical_device = init_vk_params.physical_device, in initializeVk()
/frameworks/base/libs/hwui/renderthread/
DVulkanManager.cpp383 .physical_device = mPhysicalDevice, in getVkFunctorInitParams()