Home
last modified time | relevance | path

Searched refs:vulkan (Results 1 – 25 of 40) sorted by relevance

12

/aosp12/frameworks/native/vulkan/libvulkan/
H A Dapi_gen.cpp28 namespace vulkan { namespace
636 vulkan::driver::Logger(device).Err( in GetDeviceProcAddr()
843 vulkan::driver::Logger(instance).Err( in GetInstanceProcAddr()
1658 vulkan::api::DestroyDevice(device, pAllocator); in vkDestroyDevice()
1698 return vulkan::api::QueueWaitIdle(queue); in vkQueueWaitIdle()
1703 return vulkan::api::DeviceWaitIdle(device); in vkDeviceWaitIdle()
1723 vulkan::api::UnmapMemory(device, memory); in vkUnmapMemory()
1793 return vulkan::api::GetFenceStatus(device, fence); in vkGetFenceStatus()
1828 return vulkan::api::SetEvent(device, event); in vkSetEvent()
1833 return vulkan::api::ResetEvent(device, event); in vkResetEvent()
[all …]
H A DAndroid.bp15 // Headers module is in external/vulkan-headers/Android.bp.
46 "-DLOG_TAG=\"vulkan\"",
H A Dstubhal.h22 namespace vulkan {
H A Dlayers_extensions.h22 namespace vulkan {
H A Dapi.h24 namespace vulkan {
H A Dstubhal.cpp38 namespace vulkan { namespace
H A Ddriver_gen.h29 namespace vulkan {
H A Dswapchain.h22 namespace vulkan {
H A Ddebug_report.h24 namespace vulkan {
H A Ddebug_report.cpp19 namespace vulkan { namespace
H A Dapi_gen.h28 namespace vulkan {
H A Ddriver.h35 namespace vulkan {
H A Dapi.cpp49 namespace vulkan { namespace
1334 VkResult result = vulkan::driver::EnumerateInstanceExtensionProperties( in EnumerateInstanceExtensionProperties()
1338 result = vulkan::driver::EnumerateInstanceExtensionProperties( in EnumerateInstanceExtensionProperties()
H A Dlayers_extensions.cpp50 namespace vulkan { namespace
H A Ddriver_gen.cpp26 namespace vulkan { namespace
/aosp12/frameworks/native/vulkan/
H A DREADME.md1 # frameworks/native/vulkan
7 …of doc/implementors_guide/ are now at https://source.android.com/devices/graphics/implement-vulkan.
17 …arts of the loader and tools driectly from the Vulkan Registry (external/vulkan-headers/registry/v…
/aosp12/frameworks/native/vulkan/nulldrv/
H A DAndroid.bp25 // Real drivers would set this to vulkan.$(TARGET_BOARD_PLATFORM)
26 name: "vulkan.default",
/aosp12/art/libnativeloader/
H A DAndroid.bp84 "//frameworks/native/vulkan/libvulkan",
111 "//frameworks/native/vulkan/libvulkan",
/aosp12/frameworks/native/
H A DPREUPLOAD.cfg28 vulkan/
H A DAndroid.bp54 "vulkan",
/aosp12/art/libnativebridge/
H A DAndroid.bp85 "//frameworks/native/vulkan/libvulkan",
/aosp12/packages/modules/NeuralNetworks/runtime/test/
H A DTestGpuNnapi.cpp955 auto vulkan = VulkanComputePipeline<dataType>::create(mGpuOutput); in runTest() local
956 if (vulkan == nullptr) return; in runTest()
964 auto [gpuSuccess, gpuSyncFd] = vulkan->run(); in runTest()
/aosp12/frameworks/base/core/jni/
H A DAndroid.bp330 "external/vulkan-headers/include",
/aosp12/frameworks/base/libs/hwui/
H A DAndroid.bp86 "external/vulkan-headers/include",
/aosp12/frameworks/base/core/proto/android/os/
H A Dsystem_properties.proto436 optional string vulkan = 39; field

12