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

1 23 4 5 6 7 8 91011>>

  /prebuilts/ndk/r16/sources/third_party/vulkan/src/include/vulkan/
vk_platform.h 37 * Platforms should define these so that Vulkan clients call Vulkan commands
38 * with the same calling conventions that the Vulkan implementation expects.
50 // On Windows, Vulkan commands use the stdcall convention
55 #error "Vulkan isn't supported for the 'armeabi' NDK ABI"
57 // On Android 32-bit ARM targets, Vulkan functions use the "hardfloat"
93 // These are enabled prior to #including "vulkan.h". The same enable then
94 // controls inclusion of the extension interfaces in vulkan.h.
  /external/mesa3d/src/intel/vulkan/
TODO 1 Intel Vulkan ToDo
  /external/vulkan-validation-layers/windowsRuntimeInstaller/
CreateInstallerRT.sh 2 # Bash script to create the Vulkan Runtime Installer.
  /frameworks/native/vulkan/libvulkan/
api.h 20 #include <vulkan/vulkan.h>
24 namespace vulkan { namespace
60 } // namespace vulkan
api_gen.cpp 25 // to catch mismatches between vulkan.h and this file
29 namespace vulkan { namespace
    [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/build-android/
android-generate.bat 24 python ../vk_helper.py --gen_enum_string_helper ../include/vulkan/vulkan.h --abs_out_dir generated/include
25 python ../vk_helper.py --gen_struct_wrappers ../include/vulkan/vulkan.h --abs_out_dir generated/include
android-generate.sh 26 python ../vk_helper.py --gen_enum_string_helper ../include/vulkan/vulkan.h --abs_out_dir generated/include
27 python ../vk_helper.py --gen_struct_wrappers ../include/vulkan/vulkan.h --abs_out_dir generated/include
  /external/skia/src/gpu/vk/
GrVkUtil.h 31 * Returns the vulkan texture format for the given GrPixelConfig
36 * Returns the GrPixelConfig for the given vulkan texture format
48 * Returns true if the given vulkan texture format is sRGB encoded.
  /external/skqp/src/gpu/vk/
GrVkUtil.h 31 * Returns the vulkan texture format for the given GrPixelConfig
36 * Returns the GrPixelConfig for the given vulkan texture format
48 * Returns true if the given vulkan texture format is sRGB encoded.
  /external/vulkan-validation-layers/tests/layers/
vk_lunarg_device_profile_api_layer.h 25 #include "vulkan/vulkan.h"
30 // Device Profile Api Vulkan Extension API
  /external/vulkan-validation-layers/tests/
run_loader_tests.sh 12 vk_layer_path+=":/usr/local/etc/vulkan/implicit_layer.d:/usr/local/share/vulkan/implicit_layer.d"
14 vk_layer_path+=":/etc/vulkan/implicit_layer.d:/usr/share/vulkan/implicit_layer.d:$HOME/.local/share/vulkan/implicit_layer.d"
26 right_path="/tmp/goober/vulkan/icd.d:/tmp/goober2//vulkan/icd.d:/tmp/goober3/with spaces/vulkan/icd.d"
31 right_path+="/tmp/goober4/vulkan/icd.d:/tmp/goober5/vulkan/icd.d:/tmp/goober6/with spaces/vulkan/icd.d:/tmp/goober7/vulkan/icd.d
    [all...]
  /external/skqp/infra/bots/recipe_modules/run/examples/full.expected/
test.json 10 "SKIA_OUT": "[CUSTOM_C:\\_B_WORK]/skia/out/Build-Win-Clang-x86_64-Release-Vulkan"
26 "SKIA_OUT": "[CUSTOM_C:\\_B_WORK]/skia/out/Build-Win-Clang-x86_64-Release-Vulkan"
43 "SKIA_OUT": "[CUSTOM_C:\\_B_WORK]/skia/out/Build-Win-Clang-x86_64-Release-Vulkan"
56 "SKIA_OUT": "[CUSTOM_C:\\_B_WORK]/skia/out/Build-Win-Clang-x86_64-Release-Vulkan"
109 "SKIA_OUT": "[CUSTOM_C:\\_B_WORK]/skia/out/Build-Win-Clang-x86_64-Release-Vulkan"
117 "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",
132 "@@@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']@@@",
159 "SKIA_OUT": "[CUSTOM_C:\\_B_WORK]/skia/out/Build-Win-Clang-x86_64-Release-Vulkan"
176 "SKIA_OUT": "[CUSTOM_C:\\_B_WORK]/skia/out/Build-Win-Clang-x86_64-Release-Vulkan"
188 "SKIA_OUT": "[CUSTOM_C:\\_B_WORK]/skia/out/Build-Win-Clang-x86_64-Release-Vulkan"
    [all...]
  /frameworks/native/vulkan/include/hardware/
hwvulkan.h 21 #include <vulkan/vulkan.h>
25 #define HWVULKAN_HARDWARE_MODULE_ID "vulkan"
36 /* Dispatchable Vulkan object handles must be pointers, which must point to
56 * process when the Vulkan API is first used; the hw_device_t::close() function
  /external/skia/third_party/vulkan/vulkan/
vk_platform.h 22 * Skia when we are not building with a Vulkan backend, but still need the type declarations for
42 * Platforms should define these so that Vulkan clients call Vulkan commands
43 * with the same calling conventions that the Vulkan implementation expects.
55 // On Windows, Vulkan commands use the stdcall convention
60 #error "Vulkan isn't supported for the 'armeabi' NDK ABI"
62 // On Android 32-bit ARM targets, Vulkan functions use the "hardfloat"
  /external/skqp/third_party/vulkan/vulkan/
vk_platform.h 22 * Skia when we are not building with a Vulkan backend, but still need the type declarations for
42 * Platforms should define these so that Vulkan clients call Vulkan commands
43 * with the same calling conventions that the Vulkan implementation expects.
55 // On Windows, Vulkan commands use the stdcall convention
60 #error "Vulkan isn't supported for the 'armeabi' NDK ABI"
62 // On Android 32-bit ARM targets, Vulkan functions use the "hardfloat"
  /external/vulkan-validation-layers/
GOVERNANCE.md 0 ## Vulkan Loader and Validation Layers Repository Management
5 * Alignment with the Vulkan Specification
6 - The goal is for validation layer behavior to enforce the vulkan specification on applications. Questions on specification
7 interpretations may require consulting with the Khronos Vulkan Workgroup for resolution
8 - [Core Specification](https://www.khronos.org/registry/vulkan/specs/1.0/html/vkspec.html)
9 - [Header Files](https://www.khronos.org/registry/vulkan/#headers)
10 - [SDK Resources](https://vulkan.lunarg.com)
  /external/skia/infra/bots/recipe_modules/run/examples/full.expected/
test.json 10 "SKIA_OUT": "[CUSTOM_C:\\_B_WORK]/skia/out/Build-Win-Clang-x86_64-Release-Vulkan"
26 "SKIA_OUT": "[CUSTOM_C:\\_B_WORK]/skia/out/Build-Win-Clang-x86_64-Release-Vulkan"
43 "SKIA_OUT": "[CUSTOM_C:\\_B_WORK]/skia/out/Build-Win-Clang-x86_64-Release-Vulkan"
56 "SKIA_OUT": "[CUSTOM_C:\\_B_WORK]/skia/out/Build-Win-Clang-x86_64-Release-Vulkan"
109 "SKIA_OUT": "[CUSTOM_C:\\_B_WORK]/skia/out/Build-Win-Clang-x86_64-Release-Vulkan"
159 "SKIA_OUT": "[CUSTOM_C:\\_B_WORK]/skia/out/Build-Win-Clang-x86_64-Release-Vulkan"
176 "SKIA_OUT": "[CUSTOM_C:\\_B_WORK]/skia/out/Build-Win-Clang-x86_64-Release-Vulkan"
188 "SKIA_OUT": "[CUSTOM_C:\\_B_WORK]/skia/out/Build-Win-Clang-x86_64-Release-Vulkan"
205 "SKIA_OUT": "[CUSTOM_C:\\_B_WORK]/skia/out/Build-Win-Clang-x86_64-Release-Vulkan"
217 "SKIA_OUT": "[CUSTOM_C:\\_B_WORK]/skia/out/Build-Win-Clang-x86_64-Release-Vulkan"
    [all...]
  /cts/tests/tests/graphics/jni/
android_graphics_cts_CameraVulkanGpuTest.cpp 51 // 3) Renders the AHardwareBuffer to a Vulkan RGBA intermediate.
56 // Initialize Vulkan.
59 // Could not initialize Vulkan due to lack of device support, skip test.
86 // Impor the AHardwareBuffer into Vulkan.
90 // Render the AHardwareBuffer using Vulkan and read back the result.
95 "Could not render/read-back Vulkan pixels.");
VulkanPreTransformTestHelpers.h 20 #define LOG_TAG "vulkan"
29 #include <vulkan/vulkan.h>
android_graphics_cts_VulkanPreTransformCtsActivity.cpp 18 #define LOG_TAG "vulkan"
55 ASSERT(ret >= 0, "Failed to initialize Vulkan device");
62 ASSERT(!swapchainInfo.init(setPreTransform), "Failed to initialize Vulkan swapchain");
65 ASSERT(!renderer.init(env, jAssetManager), "Failed to initialize Vulkan renderer");
  /external/skia/infra/bots/assets/linux_vulkan_intel_driver_release/
README.md 1 Creating the Linux Vulkan driver for Intel
25 mesa$ ./configure --with-vulkan-drivers=intel
31 mesa$ cp src/intel/vulkan/intel_icd.x86_64.json lib/
  /external/skqp/infra/bots/assets/linux_vulkan_intel_driver_release/
README.md 1 Creating the Linux Vulkan driver for Intel
25 mesa$ ./configure --with-vulkan-drivers=intel
31 mesa$ cp src/intel/vulkan/intel_icd.x86_64.json lib/
  /external/vulkan-validation-layers/layers/
vk_layer_table.h 22 #include "vulkan/vk_layer.h"
23 #include "vulkan/vulkan.h"
  /external/vulkan-validation-layers/loader/
loader.rc 54 #define VER_FILE_DESCRIPTION_STR "Vulkan Loader"
60 #define VER_FILE_DESCRIPTION_STR "Vulkan Loader - " VERSION_BUILD_DESCRIPTION
90 VALUE "ProductName", "Vulkan Runtime"
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/layers/
vk_layer_table.h 22 #include "vulkan/vk_layer.h"
23 #include "vulkan/vulkan.h"

Completed in 5409 milliseconds

1 23 4 5 6 7 8 91011>>