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

1 2 3 4 5 6 78 91011>>

  /external/deqp/external/vulkancts/modules/vulkan/
CMakeLists.txt 130 add_data_dir(deqp-vk ../../data/vulkan vulkan)
  /external/deqp/external/vulkancts/modules/vulkan/query_pool/
vktQueryPoolTests.cpp 2 * Vulkan Conformance Tests
22 * \brief Vulkan Query Pool Tests
  /external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktShaderBuiltinTests.cpp 2 * Vulkan Conformance Tests
23 * \brief Vulkan shader render test cases
  /external/skqp/infra/bots/recipes/compile.expected/
Build-Debian9-Clang-x86_64-Release-Vulkan.json 109 "SKIA_OUT": "[CUSTOM_/_B_WORK]/skia/out/Build-Debian9-Clang-x86_64-Release-Vulkan"
118 "[CUSTOM_/_B_WORK]/skia/out/Build-Debian9-Clang-x86_64-Release-Vulkan/Release",
128 "SKIA_OUT": "[CUSTOM_/_B_WORK]/skia/out/Build-Debian9-Clang-x86_64-Release-Vulkan"
138 "[CUSTOM_/_B_WORK]/skia/out/Build-Debian9-Clang-x86_64-Release-Vulkan/Release"
147 "SKIA_OUT": "[CUSTOM_/_B_WORK]/skia/out/Build-Debian9-Clang-x86_64-Release-Vulkan"
155 "import errno\nimport glob\nimport os\nimport shutil\nimport sys\n\nsrc = sys.argv[1]\ndst = sys.argv[2]\nbuild_products_whitelist = ['bookmaker', 'dm', 'dm.exe', 'dm.app', 'nanobench.app', 'get_images_from_skps', 'get_images_from_skps.exe', 'nanobench', 'nanobench.exe', 'skpbench', '*.so', '*.dll', '*.dylib', 'skia_launcher', 'skiaserve', 'lib/*.so', 'vulkan-1.dll']\n\ntry:\n os.makedirs(dst)\nexcept OSError as e:\n if e.errno != errno.EEXIST:\n raise\n\nfor pattern in build_products_whitelist:\n path = os.path.join(src, pattern)\n for f in glob.glob(path):\n dst_path = os.path.join(dst, os.path.relpath(f, src))\n if not os.path.isdir(os.path.dirname(dst_path)):\n os.makedirs(os.path.dirname(dst_path))\n print 'Copying build product %s to %s' % (f, dst_path)\n shutil.move(f, dst_path)\n",
156 "[CUSTOM_/_B_WORK]/skia/out/Build-Debian9-Clang-x86_64-Release-Vulkan/Release",
170 "@@@STEP_LOG_LINE@python.inline@build_products_whitelist = ['bookmaker', 'dm', 'dm.exe', 'dm.app', 'nanobench.app', 'get_images_from_skps', 'get_images_from_skps.exe', 'nanobench', 'nanobench.exe', 'skpbench', '*.so', '*.dll', '*.dylib', 'skia_launcher', 'skiaserve', 'lib/*.so', 'vulkan-1.dll']@@@",
  /external/vulkan-validation-layers/
CONTRIBUTING.md 1 ## How to Contribute to Vulkan Source Repositories
5 The source code for The Vulkan-LoaderAndValidationLayer components is sponsored by Khronos and LunarG.
6 * [Khronos Vulkan-LoaderAndValidationLayers](https://github.com/KhronosGroup/Vulkan-LoaderAndValidationLayers)
9 ### **The Vulkan Ecosystem Needs Your Help**
11 The Vulkan validation layers are one of the larger and more important components in this repository.
17 * Examine the [issues list](https://github.com/KhronosGroup/Vulkan-LoaderAndValidationLayers/issues)
135 All contributions made to the Vulkan-LoaderAndValidationLayers repository are Khronos branded and as such,
  /external/vulkan-validation-layers/demos/smoke/
CMakeLists.txt 54 if(TARGET vulkan)
55 list(APPEND definitions PRIVATE -DUNINSTALLED_LOADER="$<TARGET_FILE:vulkan>")
Shell.h 23 #include <vulkan/vulkan.h>
  /frameworks/native/vulkan/include/vulkan/
vk_layer_interface.h 29 #include <vulkan/vulkan.h>
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/layers/
image.h 24 #include "vulkan/vulkan.h"
unique_objects.h 22 #include "vulkan/vulkan.h"
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/libs/vkjson/
vkjson.h 24 #include <vulkan/vulkan.h>
  /cts/tests/tests/graphics/src/android/graphics/cts/
VulkanPreTransformCtsActivity.java 34 private static final String TAG = "vulkan";
  /external/deqp/external/vulkancts/framework/vulkan/
vkPlatform.hpp 4 * Vulkan CTS Framework
23 * \brief Vulkan platform abstraction.
117 // \todo [2016-03-23 pyry] This becomes obsolete if Vulkan API adds a way for driver to expose internal device memory allocations
133 * \brief Vulkan platform interface
  /external/mesa3d/src/
Makefile.am 120 SUBDIRS += vulkan/wsi
122 EXTRA_DIST += vulkan/registry/vk.xml
126 SUBDIRS += intel/vulkan
131 SUBDIRS += amd/vulkan
  /external/skia/src/gpu/vk/
GrVkExtensions.h 17 * This helper queries the Vulkan driver for available extensions and layers, remembers them,
GrVkTexture.h 40 // In Vulkan we call the release proc after we are finished with the underlying
  /external/skqp/infra/bots/assets/win_vulkan_sdk/
create_and_upload.py 28 default=os.path.join("C:","System32","vulkan-1.dll"),
  /external/skqp/src/gpu/vk/
GrVkExtensions.h 17 * This helper queries the Vulkan driver for available extensions and layers, remembers them,
GrVkTexture.h 40 // In Vulkan we call the release proc after we are finished with the underlying
  /external/vulkan-validation-layers/common/
vulkan_wrapper.h 25 #include <vulkan/vulkan.h>
27 /* Initialize the Vulkan function pointer variables declared in this header.
28 * Returns 0 if vulkan is not available, non-zero if it is available.
  /external/vulkan-validation-layers/layers/
vk_layer_extension_utils.h 21 #include "vulkan/vk_layer.h"
  /external/vulkan-validation-layers/tests/
_run_all_tests.ps1 22 Write-Host "Using Vulkan run-time=$AboveDir\loader\$dPath"
_vkvalidatelayerdoc.ps1 4 # cd C:\src\Vulkan-LoaderAndValidationLayers\build\tests
  /frameworks/rs/rsov/driver/
Android.mk 46 frameworks/native/vulkan/include \
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/common/
vulkan_wrapper.h 25 #include <vulkan/vulkan.h>
27 /* Initialize the Vulkan function pointer variables declared in this header.
28 * Returns 0 if vulkan is not available, non-zero if it is available.

Completed in 796 milliseconds

1 2 3 4 5 6 78 91011>>