HomeSort by relevance Sort by last modified time
    Searched full:vulkan (Results 1 - 25 of 1353) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/deqp/external/vulkancts/modules/vulkan/
vulkan.cmake 1 add_subdirectory(vulkan)
  /device/linaro/hikey/
vendor_owner_info.txt 3 system/vendor/lib/hw/vulkan.hikey960.so:linaro
4 system/vendor/lib64/hw/vulkan.hikey960.so:linaro
  /external/skia/infra/bots/assets/linux_vulkan_sdk/
README.md 1 To create the vulkan sdk asset:
3 Install the vulkan sdk from https://vulkan.lunarg.com/signin on a linux machine
  /external/skia/infra/bots/assets/win_vulkan_sdk/
README.md 1 To create the vulkan sdk asset:
3 Install the vulkan sdk from https://vulkan.lunarg.com/signin on a windows machine
  /external/skqp/infra/bots/assets/linux_vulkan_sdk/
README.md 1 To create the vulkan sdk asset:
3 Install the vulkan sdk from https://vulkan.lunarg.com/signin on a linux machine
  /external/skqp/infra/bots/assets/win_vulkan_sdk/
README.md 1 To create the vulkan sdk asset:
3 Install the vulkan sdk from https://vulkan.lunarg.com/signin on a windows machine
  /external/deqp/
AndroidGen.mk 29 external/vulkancts/framework/vulkan/vkAllocationCallbackUtil.cpp \
30 external/vulkancts/framework/vulkan/vkApiVersion.cpp \
31 external/vulkancts/framework/vulkan/vkBinaryRegistry.cpp \
32 external/vulkancts/framework/vulkan/vkBufferWithMemory.cpp \
33 external/vulkancts/framework/vulkan/vkBuilderUtil.cpp \
34 external/vulkancts/framework/vulkan/vkDebugReportUtil.cpp \
35 external/vulkancts/framework/vulkan/vkDefs.cpp \
36 external/vulkancts/framework/vulkan/vkDeviceUtil.cpp \
37 external/vulkancts/framework/vulkan/vkImageUtil.cpp \
38 external/vulkancts/framework/vulkan/vkImageWithMemory.cpp
    [all...]
README.md 5 dEQP contains tests for several graphics APIs, including OpenGL ES, EGL, and Vulkan.
13 Khronos Vulkan Conformance Tests
16 This repository includes Khronos Vulkan CTS under `external/vulkancts` directory.
17 For more information see [Vulkan CTS README](external/vulkancts/README.md).
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/layers/
vk_validation_error_messages.h 4 * Vulkan
    [all...]
vk_validation_error_database.txt 8 # api: Vulkan API function that this check is related to
11 VALIDATION_ERROR_00000~^~U~^~Unknown~^~vkGetInstanceProcAddr~^~For more information refer to Vulkan Spec Section '3.1. Command Function Pointers' which states 'If instance is not NULL, instance must be a valid VkInstance handle' (https://www.khronos.org/registry/vulkan/specs/1.0-extensions/xhtml/vkspec.html#id-1.5.3.8)~^~
12 VALIDATION_ERROR_00001~^~U~^~Unknown~^~vkGetInstanceProcAddr~^~For more information refer to Vulkan Spec Section '3.1. Command Function Pointers' which states 'pName must be a null-terminated string' (https://www.khronos.org/registry/vulkan/specs/1.0-extensions/xhtml/vkspec.html#id-1.5.3.8)~^~
13 VALIDATION_ERROR_00002~^~U~^~Unknown~^~vkGetDeviceProcAddr~^~For more information refer to Vulkan Spec Section '3.1. Command Function Pointers' which states 'device must be a valid VkDevice handle' (https://www.khronos.org/registry/vulkan/specs/1.0-extensions/xhtml/vkspec.html#id-1.5.3.15)~^~
14 VALIDATION_ERROR_00003~^~U~^~Unknown~^~vkGetDeviceProcAddr~^~For more information refer to Vulkan Spec Section '3.1. Command Function Pointers' which states 'pName must be a null-terminated string' (https://www.khronos.org/registry/vulkan/specs/1.0-extensions/xhtml/vkspec.html#id-1.5.3.15)~^~
15 VALIDATION_ERROR_00004~^~U~^~Unknown~^~vkCreateInstance~^~For more information refer to Vulkan Spec Section '3.2. Instances' which states 'pCreateInfo must be a pointer to a valid VkInstanceCre (…)
    [all...]
  /external/skia/platform_tools/android/vulkan/
Skia_Vulkan_Android.h 18 #include <vulkan/vulkan.h>
  /external/skqp/platform_tools/android/vulkan/
Skia_Vulkan_Android.h 18 #include <vulkan/vulkan.h>
  /external/vulkan-validation-layers/
README.md 0 # Vulkan Ecosystem Components
3 This project provides the Khronos official Vulkan ICD desktop loader and the Vulkan validation layers for Windows, Linux, and Android.
8 | Linux/Android | [![Build Status](https://travis-ci.org/KhronosGroup/Vulkan-LoaderAndValidationLayers.svg?branch=master)](https://travis-ci.org/KhronosGroup/Vulkan-LoaderAndValidationLayers) |
9 | Windows |[![Build status](https://ci.appveyor.com/api/projects/status/ri4584d6qramrjiv/branch/master?svg=true)](https://ci.appveyor.com/project/Khronoswebmaster/vulkan-loaderandvalidationlayers/branch/master) |
14 Vulkan is an Explicit API, enabling direct control over how GPUs actually work. By design, minimal error checking is done inside
15 a Vulkan driver. Applications have full control and responsibility for correct operation. Any errors in
16 how Vulkan is used can result in a crash. This project provides Vulkan validation layers that can be enable
    [all...]
  /frameworks/native/
Android.bp 15 "vulkan",
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/build-android/jniLibs/
repo.prop 5 platform/external/vulkan-validation-layers f69897fb82e917ac7478e63105292057f2b50980
  /frameworks/native/vulkan/
Android.bp 20 "include/vulkan/vk_platform.h",
21 "include/vulkan/vulkan.h",
22 "include/vulkan/vulkan_core.h",
23 "include/vulkan/vulkan_android.h",
25 license: "include/vulkan/NOTICE",
README.md 1 # frameworks/native/vulkan
3 This subdirectory contains Android's Vulkan loader, as well as some Vulkan-related tools useful to platform developers.
13 We generate several parts of the loader and tools from a Vulkan API description file, stored in `api/vulkan.api`. Code generation must be done manually because the generator tools aren't part of the platform toolchain (yet?). Files named `foo_gen.*` are generated from the API file and a template file named `foo.tmpl`.
27 - `$ apic template ../api/vulkan.api code-generator.tmpl`
  /external/skia/site/user/special/
vulkan.md 0 Vulkan
4 Skia has a Vulkan implementation of its GPU backend. The Vulkan backend can be
6 and Vulkan implementation at runtime. The Vulkan backend has reached feature
7 parity with the OpenGL backend. At this time we find that many Vulkan drivers
13 To build the Vulkan backend, set `skia_vulkan_sdk` to the path to your Vulkan SDK in `args.gn`.
18 The Vulkan backend can run on any device with Vulkan drivers, including all Android N+ devices
    [all...]
  /external/skqp/site/user/special/
vulkan.md 0 Vulkan
4 Skia has a Vulkan implementation of its GPU backend. The Vulkan backend can be
6 and Vulkan implementation at runtime. The Vulkan backend has reached feature
7 parity with the OpenGL backend. At this time we find that many Vulkan drivers
13 To build the Vulkan backend, set `skia_vulkan_sdk` to the path to your Vulkan SDK in `args.gn`.
18 The Vulkan backend can run on any device with Vulkan drivers, including all Android N+ devices
    [all...]
  /external/vulkan-validation-layers/windowsRuntimeInstaller/
README.txt 1 This folder contains the files required for building the Windows Vulkan
4 To build the Vulkan Runtime Installer:
7 version of NSIS needed for building the Vulkan Runtime Installer
52 2. Build Vulkan-LoaderAndValidationLayers as described in ../BUILD.md.
55 lines to match the version of the Windows Vulkan Runtime you wish to
71 Vulkan Runtime Installer will be created in this folder. The name
75 Some notes on the behavior of the Windows Vulkan Runtime Installer:
79 the Vulkan runtime. When it is run on a 32-bit version of
80 Windows, it will install the 32 bit version of the Vulkan runtime.
86 o If the Vulkan Runtime is already installed on the system
    [all...]
  /external/skia/infra/bots/recipe_modules/flavor/examples/full.expected/
Build-Debian9-Clang-x86_64-Release-Vulkan.json 13 "SKIA_OUT": "[CUSTOM_/_B_WORK]/skia/out/Build-Debian9-Clang-x86_64-Release-Vulkan"
22 "[CUSTOM_/_B_WORK]/skia/out/Build-Debian9-Clang-x86_64-Release-Vulkan/Release",
30 "SKIA_OUT": "[CUSTOM_/_B_WORK]/skia/out/Build-Debian9-Clang-x86_64-Release-Vulkan"
40 "[CUSTOM_/_B_WORK]/skia/out/Build-Debian9-Clang-x86_64-Release-Vulkan/Release"
47 "SKIA_OUT": "[CUSTOM_/_B_WORK]/skia/out/Build-Debian9-Clang-x86_64-Release-Vulkan"
Build-Win-Clang-x86_64-Release-Vulkan.json 13 "SKIA_OUT": "[CUSTOM_C:\\_B_WORK]/skia/out/Build-Win-Clang-x86_64-Release-Vulkan"
22 "[CUSTOM_C:\\_B_WORK]/skia/out/Build-Win-Clang-x86_64-Release-Vulkan/Release_x64",
30 "SKIA_OUT": "[CUSTOM_C:\\_B_WORK]/skia/out/Build-Win-Clang-x86_64-Release-Vulkan"
40 "[CUSTOM_C:\\_B_WORK]/skia/out/Build-Win-Clang-x86_64-Release-Vulkan/Release_x64"
47 "SKIA_OUT": "[CUSTOM_C:\\_B_WORK]/skia/out/Build-Win-Clang-x86_64-Release-Vulkan"
  /external/skqp/infra/bots/recipe_modules/flavor/examples/full.expected/
Build-Debian9-Clang-x86_64-Release-Vulkan.json 13 "SKIA_OUT": "[CUSTOM_/_B_WORK]/skia/out/Build-Debian9-Clang-x86_64-Release-Vulkan"
22 "[CUSTOM_/_B_WORK]/skia/out/Build-Debian9-Clang-x86_64-Release-Vulkan/Release",
30 "SKIA_OUT": "[CUSTOM_/_B_WORK]/skia/out/Build-Debian9-Clang-x86_64-Release-Vulkan"
40 "[CUSTOM_/_B_WORK]/skia/out/Build-Debian9-Clang-x86_64-Release-Vulkan/Release"
47 "SKIA_OUT": "[CUSTOM_/_B_WORK]/skia/out/Build-Debian9-Clang-x86_64-Release-Vulkan"
  /external/skia/tools/gpu/vk/
GrVulkanDefines.h 31 #include <vulkan/vulkan.h>
  /external/skqp/tools/gpu/vk/
GrVulkanDefines.h 31 #include <vulkan/vulkan.h>

Completed in 1253 milliseconds

1 2 3 4 5 6 7 8 91011>>