Searched refs:physical_device (Results 1 – 6 of 6) sorted by relevance
/frameworks/native/vulkan/vkjson/ |
D | vkjson_instance.cc | 69 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/ |
D | null_driver.cpp | 41 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/ |
D | DrawVkInfo.h | 28 VkPhysicalDevice physical_device; member
|
/frameworks/base/native/webview/plat_support/ |
D | draw_functor.cpp | 101 .physical_device = init_vk_params.physical_device, in initializeVk()
|
D | draw_fn.h | 68 VkPhysicalDevice physical_device; member
|
/frameworks/base/libs/hwui/renderthread/ |
D | VulkanManager.cpp | 405 .physical_device = mPhysicalDevice, in getVkFunctorInitParams()
|