Home
last modified time | relevance | path

Searched full:libvulkan (Results 1 – 25 of 73) sorted by relevance

123

/third_party/skia/third_party/externals/angle2/src/common/vulkan/
Dlibvulkan_loader.cpp24 "libvulkan.dylib", in OpenLibVulkan()
25 "libvulkan.1.dylib", in OpenLibVulkan()
28 "libvulkan.so", in OpenLibVulkan()
29 "libvulkan.so.1", in OpenLibVulkan()
34 // On Android, Fuchsia and GGP we use the system libvulkan. in OpenLibVulkan()
DBUILD.gn95 data_deps += [ "$angle_vulkan_loader_dir:libvulkan" ]
97 public_deps = [ "$angle_vulkan_loader_dir:libvulkan" ]
115 data_deps = [ "$angle_vulkan_loader_dir:libvulkan" ]
117 deps = [ "$angle_vulkan_loader_dir:libvulkan" ]
/third_party/skia/third_party/externals/swiftshader/tests/VulkanUnitTests/
DDriver.cpp59 HMODULE libvulkan = LoadLibraryA("swiftshader\\libvulkan.dll"); in loadSwiftShader() local
60 EXPECT_NE((HMODULE)NULL, libvulkan); in loadSwiftShader()
102 return load("libvulkan.so.1"); in loadSystem()
DBUILD.gn44 "/DELAYLOAD:libvulkan.dll",
/third_party/vulkan-loader/loader/
Ddlopen_fuchsia.c65 … snprintf(g_error, sizeof(g_error), "libvulkan.so:dlopen_fuchsia: no connection to loader svc\n"); in dlopen_fuchsia()
72 snprintf(g_error, sizeof(g_error), "libvulkan.so:dlopen_fuchsia: Get() failed: %d\n", st); in dlopen_fuchsia()
77 … snprintf(g_error, sizeof(g_error), "libvulkan.so:dlopen_fuchsia: Get() returned invalid vmo\n"); in dlopen_fuchsia()
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
DCMakeLists.txt21 libVulkan.cpp
214 set(VULKAN_API_LIBRARY_NAME "libvulkan.so.1")
216 set(VULKAN_API_LIBRARY_NAME "libvulkan.dylib")
218 set(VULKAN_API_LIBRARY_NAME "libvulkan.so")
DVkGetProcAddress.hpp31 // See vk_icdInitializeServiceConnectCallback() in libVulkan.cpp for details
/third_party/skia/build/fuchsia/skqp/
DBUILD.gn86 "lib/libvulkan.so=${sdk_dist_path}/libvulkan.so",
/third_party/vulkan-loader/
DBUILD.gn26 ## Build libvulkan.so {{{
180 ## Build libvulkan.so }}}
DREADME_OpenHarmony.md9 Vulkan-Loader会加载这些API的实现并对外提供这些接口给应用开发者使用。Vulkan-Loader安装在`/system/lib[64]/libvulkan.so`中。
203 编译完成后会在`out/rk3568/graphic/graphic_2d`目录下生成`libvulkan.so`
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DBackendVk.cpp41 constexpr char kVulkanLibName[] = "libvulkan.so";
43 constexpr char kVulkanLibName[] = "libvulkan.so.1";
48 constexpr char kVulkanLibName[] = "libvulkan.dylib";
50 constexpr char kVulkanLibName[] = "libvulkan.so";
/third_party/skia/third_party/externals/swiftshader/tests/VulkanWrapper/
DVulkanTester.cpp163 // HMODULE libvulkan = LoadLibraryA("swiftshader\\libvulkan.dll"); in getDriverPaths()
164 // EXPECT_NE((HMODULE)NULL, libvulkan); in getDriverPaths()
/third_party/vulkan-loader/.github/workflows/
Dbuild.yml305 vtool -show-build /tmp/lib/libvulkan.dylib | grep 'architecture x86_64'
306 vtool -show-build /tmp/lib/libvulkan.dylib | grep 'architecture arm64'
342 vtool -show-build /tmp/lib/libvulkan.dylib | grep 'architecture x86_64'
343 vtool -show-build /tmp/lib/libvulkan.dylib | grep 'architecture arm64'
/third_party/vk-gl-cts/external/amber/src/samples/jni/
DApplication.mk18 APP_PLATFORM := android-24 # minimal version to get libvulkan
/third_party/vk-gl-cts/external/amber/src/android_test/jni/
DApplication.mk18 APP_PLATFORM := android-24 # minimal version to get libvulkan
/third_party/glfw/src/
Dvulkan.c61 _glfw.vk.handle = _glfwPlatformLoadModule("libvulkan.1.dylib"); in _glfwInitVulkan()
65 _glfw.vk.handle = _glfwPlatformLoadModule("libvulkan.so"); in _glfwInitVulkan()
67 _glfw.vk.handle = _glfwPlatformLoadModule("libvulkan.so.1"); in _glfwInitVulkan()
/third_party/vulkan-headers/
DREADME_OpenHarmony.md16 …party/vulkan-loader`中实现的Vulkan加载程序是Vulkan应用与Vulkan驱动之前的Wrapper层。安装在`/system/lib[64]/libvulkan.so`中。
/third_party/glfw/docs/
Dvulkan.md35 `vulkan-1.dll` on Windows, `libvulkan.so.1` on Linux and other Unix-like systems and
36 `libvulkan.1.dylib` on macOS.
/third_party/vulkan-loader/docs/
DLoaderApplicationInterface.md208 linking to the unversioned name `libvulkan.so` in their build system.
212 a dependency on the correct versioned SONAME, currently `libvulkan.so.1`.
215 versioned name such as `libvulkan.so.1` to `dlopen()`, to ensure that they
221 dynamic library is named `libvulkan.dylib` and the ABI versioned library is
222 currently named `libvulkan.1.dylib`.
/third_party/mesa3d/.gitlab-ci/container/
Dlava_build.sh97 libvulkan-dev:armhf
157 libvulkan-dev
259 libvulkan-dev
/third_party/mesa3d/.gitlab-ci/container/debian/
Darm64_build.sh50 libvulkan-dev
Dtest-gl.sh35 libvulkan-dev
/third_party/vk-gl-cts/framework/platform/fuchsia/
DtcuFuchsiaPlatform.cpp31 : library_(library_path ? library_path : "libvulkan.so"), driver_(library_) {} in FuchsiaVkLibrary()
/third_party/vk-gl-cts/framework/platform/nullws/
DtcuNullWSPlatform.hpp43 : m_library (libraryPath != DE_NULL ? libraryPath : "libvulkan.so.1") in VulkanLibrary()
/third_party/skia/tools/sk_app/unix/
DDawnVulkanWindowContext_unix.cpp66 void *vkLib = SkLoadDynamicLibrary("libvulkan.so.1"); in onInitializeContext()

123