Home
last modified time | relevance | path

Searched refs:vkGetPhysicalDeviceQueueFamilyProperties2 (Results 1 – 9 of 9) sorted by relevance

/frameworks/native/vulkan/libvulkan/
Dlibvulkan.map.txt199 vkGetPhysicalDeviceQueueFamilyProperties2; # introduced=28
Dapi_gen.cpp2631 VKAPI_ATTR void vkGetPhysicalDeviceQueueFamilyProperties2(VkPhysicalDevice physicalDevice, uint32_t… in vkGetPhysicalDeviceQueueFamilyProperties2() function
/frameworks/libs/native_bridge_support/android_api/libvulkan/
Dstubs_arm64.cc217 DEFINE_INTERCEPTABLE_STUB_FUNCTION(vkGetPhysicalDeviceQueueFamilyProperties2);
453 INIT_INTERCEPTABLE_STUB_FUNCTION("libvulkan.so", vkGetPhysicalDeviceQueueFamilyProperties2); in init_stub_library()
Dstubs_riscv64.cc217 DEFINE_INTERCEPTABLE_STUB_FUNCTION(vkGetPhysicalDeviceQueueFamilyProperties2);
453 INIT_INTERCEPTABLE_STUB_FUNCTION("libvulkan.so", vkGetPhysicalDeviceQueueFamilyProperties2); in init_stub_library()
Dstubs_arm.cc217 DEFINE_INTERCEPTABLE_STUB_FUNCTION(vkGetPhysicalDeviceQueueFamilyProperties2);
453 INIT_INTERCEPTABLE_STUB_FUNCTION("libvulkan.so", vkGetPhysicalDeviceQueueFamilyProperties2); in init_stub_library()
/frameworks/native/libs/renderengine/skia/
DVulkanInterface.cpp377 vkGetPhysicalDeviceQueueFamilyProperties2(physicalDevice, &queueCount, nullptr); in init()
393 vkGetPhysicalDeviceQueueFamilyProperties2(physicalDevice, &queueCount, queueProps.data()); in init()
/frameworks/libs/native_bridge_support/android_api/libvulkan/proxy/
Dtrampolines_riscv64_to_x86_64-inl.h200 …alDeviceQueueFamilyProperties2, reinterpret_cast<void*>(vkGetPhysicalDeviceQueueFamilyProperties2)…
Dtrampolines_arm64_to_x86_64-inl.h200 …alDeviceQueueFamilyProperties2, reinterpret_cast<void*>(vkGetPhysicalDeviceQueueFamilyProperties2)…
Dtrampolines_arm_to_x86-inl.h200 …alDeviceQueueFamilyProperties2, reinterpret_cast<void*>(vkGetPhysicalDeviceQueueFamilyProperties2)…