Searched refs:vulkan (Results 1 – 25 of 32) sorted by relevance
12
/frameworks/native/vulkan/libvulkan/ |
D | api_gen.cpp | 29 namespace vulkan { namespace 608 vulkan::driver::Logger(device).Err( in GetDeviceProcAddr() 801 vulkan::driver::Logger(instance).Err( in GetInstanceProcAddr() 1504 return vulkan::api::CreateInstance(pCreateInfo, pAllocator, pInstance); in vkCreateInstance() 1509 vulkan::api::DestroyInstance(instance, pAllocator); in vkDestroyInstance() 1514 return vulkan::api::EnumeratePhysicalDevices(instance, pPhysicalDeviceCount, pPhysicalDevices); in vkEnumeratePhysicalDevices() 1519 return vulkan::api::GetDeviceProcAddr(device, pName); in vkGetDeviceProcAddr() 1524 return vulkan::api::GetInstanceProcAddr(instance, pName); in vkGetInstanceProcAddr() 1529 vulkan::api::GetPhysicalDeviceProperties(physicalDevice, pProperties); in vkGetPhysicalDeviceProperties() 1534 …vulkan::api::GetPhysicalDeviceQueueFamilyProperties(physicalDevice, pQueueFamilyPropertyCount, pQu… in vkGetPhysicalDeviceQueueFamilyProperties() [all …]
|
D | code-generator.tmpl | 41 #include <vulkan/vulkan.h> 44 namespace vulkan {« 77 »} // namespace vulkan 99 // to catch mismatches between vulkan.h and this file 103 namespace vulkan {« 188 »} // namespace vulkan 197 vulkan::api::{{Macro "BaseName" $f}}({{Macro "Arguments" $f}}); 221 #include <vulkan/vulkan.h> 222 #include <vulkan/vk_android_native_buffer.h> 224 namespace vulkan {« [all …]
|
D | stubhal.h | 22 namespace vulkan {
|
D | Android.bp | 15 // Headers module is in external/vulkan-headers/Android.bp. 39 "-DLOG_TAG=\"vulkan\"",
|
D | layers_extensions.h | 22 namespace vulkan {
|
D | driver_gen.h | 26 namespace vulkan {
|
D | api.h | 24 namespace vulkan {
|
D | stubhal.cpp | 38 namespace vulkan { namespace
|
D | swapchain.h | 22 namespace vulkan {
|
D | debug_report.h | 24 namespace vulkan {
|
D | debug_report.cpp | 19 namespace vulkan { namespace
|
D | api_gen.h | 26 namespace vulkan {
|
D | driver.h | 35 namespace vulkan {
|
D | layers_extensions.cpp | 56 namespace vulkan { namespace
|
/frameworks/native/services/gpuservice/ |
D | Android.bp | 29 "frameworks/native/vulkan/vkjson", 30 "frameworks/native/vulkan/include",
|
/frameworks/native/vulkan/ |
D | README.md | 1 # frameworks/native/vulkan 13 … the loader and tools from a Vulkan API description file, stored in `api/vulkan.api`. Code generat… 27 - `$ apic template ../api/vulkan.api code-generator.tmpl`
|
/frameworks/opt/gamesdk/src/swappyVk/ |
D | CMakeLists.txt | 14 include_directories( ${ANDROID_NDK}/sources/third_party/vulkan/src/common ) 22 ${ANDROID_NDK}/sources/third_party/vulkan/src/common/vulkan_wrapper.cpp
|
/frameworks/native/vulkan/nulldrv/ |
D | Android.bp | 16 // Real drivers would set this to vulkan.$(TARGET_BOARD_PLATFORM) 17 name: "vulkan.default",
|
D | null_driver.tmpl | 51 #include <vulkan/vk_android_native_buffer.h> 52 #include <vulkan/vulkan.h>
|
/frameworks/native/vulkan/doc/ |
D | README | 2 https://source.android.com/devices/graphics/implement-vulkan
|
/frameworks/native/ |
D | Android.bp | 15 "vulkan",
|
/frameworks/rs/rsov/driver/ |
D | Android.mk | 46 frameworks/native/vulkan/include \
|
/frameworks/native/vulkan/api/templates/ |
D | vulkan_h.tmpl | 3 {{$ | Macro "vulkan.h" | Format (Global "clang-format") | Write "../include/vulkan.h"}} 11 {{define "vulkan.h"}}
|
D | asciidoc.tmpl | 2 {{if not (Global "AsciiDocPath")}}{{Global "AsciiDocPath" "../../doc/specs/vulkan/"}}{{end}}
|
/frameworks/opt/gamesdk/third_party/cube/app/ |
D | build.gradle | 39 minSdkVersion 24 // Official vulkan support starts in version 24
|
12