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

1 23 4 5 6 7 8 91011>>

  /external/vulkan-validation-layers/windowsRuntimeInstaller/
InstallerRT.nsi 1 # NSIS Script for creating the Windows Vulkan RT installer.
231 VIAddVersionKey "ProductName" "Vulkan Runtime"
234 VIAddVersionKey "FileDescription" "Vulkan Runtime Installer"
276 MessageBox MB_OK "The Windows Vulkan Runtime is already installed to $0. It will be re-installed to the same folder." /SD IDOK
341 WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\${PRODUCTNAME}${PRODUCTVERSION}" "DisplayName" "Vulkan Run Time Libraries ${PRODUCTVERSION}"
351 WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\${PRODUCTNAME}${PRODUCTVERSION}-$IC" "DisplayName" "Vulkan Run Time Libraries ${PRODUCTVERSION}"
383 Delete "$SMPROGRAMS\Vulkan\vulkaninfo32.lnk"
384 Delete "$SMPROGRAMS\Vulkan\vulkaninfo.lnk"
387 # Create Vulkan in the Start Menu
388 CreateDirectory "$SMPROGRAMS\Vulkan"
    [all...]
  /external/skia/src/gpu/vk/
GrVkDescriptorPool.h 13 #include "vulkan/vulkan.h"
GrVkProgramBuilder.h 18 #include "vulkan/vulkan.h"
GrVkStencilAttachment.h 13 #include "vulkan/vulkan.h"
GrVkCaps.h 13 #include "vulkan/vulkan.h"
92 // For Vulkan we track whether a config is supported linearly (without need for swizzling)
  /external/skia/tools/
generate_vk_interface.sh 5 headerLoc=../third_party/vulkan/vulkan.h
  /external/skia/gyp/
gpu.gyp 239 '../third_party/' # To include files under third_party/vulkan
243 '../third_party/' # To include files under third_party/vulkan
252 'vulkan-1.lib',
264 '../third_party/vulkan',
274 '../third_party/vulkan',
284 '../third_party/vulkan',
294 '../third_party/vulkan',
  /external/deqp/modules/internal/
ditVulkanTests.cpp 21 * \brief Vulkan framework tests.
36 de::MovePtr<tcu::TestCaseGroup> group (new tcu::TestCaseGroup(testCtx, "vulkan", "Vulkan Framework Tests"));
  /cts/tests/tests/graphics/jni/
Android.mk 29 external/vulkan-validation-layers/libs/vkjson
  /frameworks/native/vulkan/include/vulkan/
vulkan_loader_data.h 24 namespace vulkan { namespace
  /frameworks/native/vulkan/libvulkan/
api_gen.h 23 #include <vulkan/vulkan.h>
26 namespace vulkan { namespace
193 } // namespace vulkan
debug_report.h 22 #include <vulkan/vulkan.h>
24 namespace vulkan { namespace
164 } // namespace vulkan
stubhal.cpp 21 * only as conformant to the Vulkan and Android HAL interfaces as the loader
36 namespace vulkan { namespace
112 // None of the other Vulkan functions should ever be called, as they all
134 } // namespace vulkan
  /cts/tests/tests/graphics/src/android/graphics/cts/
VulkanFeaturesTest.java 30 * Test that the Vulkan loader is present, supports the required extensions, and that system
31 * features accurately indicate the capabilities of the Vulkan driver if one exists.
42 // Require patch version 3 for Vulkan 1.0: It was the first publicly available version,
86 " is supported, but no Vulkan physical devices are available",
89 " is supported, but no Vulkan physical devices are available",
93 assertNotNull("Vulkan physical devices are available, but system feature " +
96 assertNotNull("Vulkan physical devices are available, but system feature " +
145 "VR high-performance devices must support Vulkan 1.0 with Hardware Level 0, " +
  /external/deqp/external/vulkancts/framework/vulkan/
vkNullDriver.hpp 4 * Vulkan CTS Framework
23 * \brief Null (dummy) Vulkan implementation.
vkRef.cpp 2 * Vulkan CTS Framework
21 * \brief Vulkan object reference holder.
  /external/deqp/external/vulkancts/modules/vulkan/
CMakeLists.txt 94 add_data_dir(deqp-vk ../../data/vulkan vulkan)
vktShaderLibrary.hpp 4 * Vulkan Conformance Tests
23 * \brief ShaderLibrary Vulkan implementation
vktTestPackage.hpp 4 * Vulkan Conformance Tests
23 * \brief Vulkan Test Package
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiBufferTests.hpp 4 * Vulkan Conformance Tests
24 * \brief Vulkan Buffers Tests
vktApiBufferViewAccessTests.hpp 4 * Vulkan Conformance Tests
24 * \brief Vulkan Buffer View Memory Tests
vktApiBufferViewCreateTests.hpp 4 * Vulkan Conformance Tests
24 * \brief Vulkan Buffer View Creation Tests
vktApiCopiesAndBlittingTests.hpp 4 * Vulkan Conformance Tests
24 * \brief Vulkan Copies And Blitting Tests
  /external/deqp/external/vulkancts/modules/vulkan/query_pool/
vktQueryPoolOcclusionTests.hpp 4 * Vulkan Conformance Tests
24 * \brief Vulkan Occlusion Query Tests
vktQueryPoolTests.hpp 4 * Vulkan Conformance Tests
24 * \brief Vulkan Query Pool Tests

Completed in 802 milliseconds

1 23 4 5 6 7 8 91011>>