Home
last modified time | relevance | path

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

/frameworks/native/vulkan/vkjson/
Dvkjson_instance.cc69 VkPhysicalDevice physical_device, in VkJsonGetDevice() argument
90 vkEnumerateDeviceExtensionProperties(physical_device, nullptr, in VkJsonGetDevice()
95 physical_device, nullptr, &extension_count, device.extensions.data()); in VkJsonGetDevice()
99 vkEnumerateDeviceLayerProperties(physical_device, &layer_count, nullptr); in VkJsonGetDevice()
102 vkEnumerateDeviceLayerProperties(physical_device, &layer_count, in VkJsonGetDevice()
122 vkpGetPhysicalDeviceProperties2KHR(physical_device, &properties); in VkJsonGetDevice()
139 vkpGetPhysicalDeviceFeatures2KHR(physical_device, &features); in VkJsonGetDevice()
142 vkGetPhysicalDeviceProperties(physical_device, &device.properties); in VkJsonGetDevice()
143 vkGetPhysicalDeviceFeatures(physical_device, &device.features); in VkJsonGetDevice()
145 vkGetPhysicalDeviceMemoryProperties(physical_device, &device.memory); 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_functor.cpp101 .physical_device = init_vk_params.physical_device, in initializeVk()
Ddraw_fn.h68 VkPhysicalDevice physical_device; member
/frameworks/base/libs/hwui/renderthread/
DVulkanManager.cpp405 .physical_device = mPhysicalDevice, in getVkFunctorInitParams()