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

12 3 4 5 6 7 8 91011>>

  /external/skia/include/gpu/vk/
GrVkDefines.h 18 // defines and includes the vulkan.h header. Then they should define SK_VULKAN_HEADER or set the
46 # include <vulkan/vulkan.h>
51 #error "Vulkan header version is too low"
  /external/skqp/include/gpu/vk/
GrVkDefines.h 18 // defines and includes the vulkan.h header. Then they should define SK_VULKAN_HEADER or set the
46 # include <vulkan/vulkan.h>
51 #error "Vulkan header version is too low"
  /external/vulkan-validation-layers/loader/
vulkan.pc.in 7 Description: Vulkan Loader
  /frameworks/native/vulkan/libvulkan/
layers_extensions.h 20 #include <vulkan/vulkan.h>
22 namespace vulkan { namespace
66 } // namespace vulkan
driver_gen.h 22 #include <vulkan/vk_android_native_buffer.h>
23 #include <vulkan/vulkan.h>
26 namespace vulkan { namespace
107 } // namespace vulkan
stubhal.h 22 namespace vulkan { namespace
28 } // namespace vulkan
  /prebuilts/deqp/
README 5 python external/vulkancts/scripts/build_spirv_binaries.py -d `pwd`/../../prebuilts/deqp/spirv/vulkan/prebuilt
  /external/vulkan-validation-layers/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
13 VALIDATION_ERROR_00000009~^~Y~^~None~^~VkAcquireNextImageInfoKHX~^~VUID-VkAcquireNextImageInfoKHX-commonparent~^~core~^~The spec valid usage text states 'Each of fence, semaphore, and swapchain that are valid handles must have been created, allocated, or retrieved from the same VkInstance' (https://www.khronos.org/registry/vulkan/specs/1.0/html/vkspec.html#VUID-VkAcquireNextImageInfoKHX-commonparent)~^~implicit
14 VALIDATION_ERROR_00000a10~^~N~^~Unknown~^~vkAcquireNextImage2KHX~^~VUID-VkAcquireNextImageInfoKHX-semaphore-01288~^~core~^~The spec valid usage text states 'If semaphore is not VK_NULL_HANDLE it must be unsignaled' (https://www.khronos.org/registry/vulkan/specs/1.0/html/vkspec.html#VUID-VkAcquireNextImageInfoKHX-semaphore-01288)~^~
15 VALIDATION_ERROR_00000a12~^~N~^~Unknown~^~vkAcquireNextImage2KHX~^~VUID-VkAcquireNextImageInfoKHX-fence-01289~^~core~^~The spec valid usage text states 'If fence is not VK_NULL_HANDLE it must be unsignaled and must not be associated with any other queue command that has not yet completed execution on that queue' (https://www.khronos.org/registry/vulkan/specs/1.0/html/vkspec.html#VUID-VkAcquireNextImageInfoKHX-fence-01289)~^~
16 VALIDATION_ERROR_00000a14~^~N~^~Unknown~^~vkAcquireNextImage2KHX~^~VUID-VkAcquireNextImageInfoKHX-deviceMask-01290~^~core~^~The spec valid usage text states 'deviceMask must be a valid device mask' (https://www.khronos.org/registry/vulkan/specs/1.0/html/vkspec.html#VUID-VkAcquireNextImageInfoKHX-deviceMask-01290)~^~
17 VALIDATION_ERROR_00000a16~^~N~^~Unknown~^~vkAcquireNextImage2KHX~^~VUID-VkAcquireNextImageInfoKHX-deviceMask-01291~^~core~^~The spec valid usage text states 'deviceMask must not be zero' (https://www.khronos.org/registry/vulkan/specs/1.0/html/vkspec.html#VUID-VkAcquireNextImageInfoKHX-deviceMask-01291)~^~
18 VALIDATION_ERROR_00000d16~^~N~^~None~^~VkAcquireNextImageInfoKHX~^~VUID-VkAcquireNextImageInfoKHX-swapchain-01675~^~core~^~The spec valid usage text states 'swapchain must not be in the retired state' (https://www.khronos.org/registry/vulkan/specs/1.0/html/vkspec.html#VUID-VkAcquireNextImageInfoKHX-swapchain-01675)~^~
19 VALIDATION_ERROR_00000dea~^~N~^~None~^~VkAcquireNextImageInfoKHX~^~VUID-VkAcquireNextImageInfoKHX-semaphore-01781~^~core~^~The spec valid usage text states 'If semaphore is not VK_NULL_HANDLE it must not have any uncompleted signal or wait operations pending' (https://www.khronos.org/registry/vulkan/specs/1.0/html/vkspec.html#VUID-VkAcquireNextImageInfoKHX-semaphore-01781)~^~
20 VALIDATION_ERROR_00000dec~^~N~^~None~^~VkAcquireNextImageInfoKHX~^~VUID-VkAcquireNextImageInfoKHX-semaphore-01782~^~core~^~The spec valid usage text states 'semaphore and fence must not both be equal to VK_NULL_HANDLE' (https://www.khronos.org/registry/vulkan/specs/1.0/html/vkspec.html#VUID-VkAcquireNextImageInfoKHX-semaphore-01782)~^~
21 VALIDATION_ERROR_00008801~^~Y~^~Unknown~^~vkAcquireNextImage2KHX~^~VUID-VkAcquireNextImageInfoKHX-fence-parameter~^~core~^~The spec valid usage text states 'If fence is not VK_NULL_HANDLE, fence must be a valid VkFence handle' (https://www.khronos.org/registry/vulkan/specs/1.0/html/vkspec.html#VUID-VkAcquireNextImageInfoKHX-fence-parameter)~^~implici
    [all...]
  /external/vulkan-validation-layers/scripts/
lvl_genvk.py 88 # Text specific to Vulkan headers
91 '** This header is generated from the Khronos Vulkan XML API Registry.',
111 apiname = 'vulkan',
115 defaultExtensions = 'vulkan',
132 apiname = 'vulkan',
136 defaultExtensions = 'vulkan',
153 apiname = 'vulkan',
157 defaultExtensions = 'vulkan',
174 apiname = 'vulkan',
178 defaultExtensions = 'vulkan',
    [all...]
  /frameworks/native/vulkan/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"
  /prebuilts/abi-dumps/ndk/28/32/arm_armv7-a-neon/source-based/
libvulkan.so.lsdump.gz 
  /prebuilts/abi-dumps/ndk/28/64/arm_armv8-a/source-based/
libvulkan.so.lsdump.gz 
  /prebuilts/abi-dumps/ndk/28/64/arm64_armv8-a/source-based/
libvulkan.so.lsdump.gz 
  /prebuilts/abi-dumps/ndk/28/64/x86_64/source-based/
libvulkan.so.lsdump.gz 
  /prebuilts/abi-dumps/ndk/28/32/x86/source-based/
libvulkan.so.lsdump.gz 
  /prebuilts/abi-dumps/ndk/28/64/x86/source-based/
libvulkan.so.lsdump.gz 
  /prebuilts/abi-dumps/ndk/28/64/x86_x86_64/source-based/
libvulkan.so.lsdump.gz 
  /external/mesa3d/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/vulkan-validation-layers/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.
  /frameworks/native/data/etc/
android.hardware.vulkan.compute-0.xml 17 <!-- This is the standard feature indicating that the device supports Vulkan
20 <feature name="android.hardware.vulkan.compute" version="0" />
android.hardware.vulkan.level-0.xml 17 <!-- This is the standard feature indicating that the device supports Vulkan
20 <feature name="android.hardware.vulkan.level" version="0" />
android.hardware.vulkan.level-1.xml 17 <!-- This is the standard feature indicating that the device supports Vulkan
20 <feature name="android.hardware.vulkan.level" version="1" />
android.hardware.vulkan.version-1_0_3.xml 17 <!-- This is the standard feature indicating that the device has a Vulkan
20 <feature name="android.hardware.vulkan.version" version="4194307" />
android.hardware.vulkan.version-1_1.xml 17 <!-- This is the standard feature indicating that the device has a Vulkan
20 <feature name="android.hardware.vulkan.version" version="4198400" />

Completed in 2622 milliseconds

12 3 4 5 6 7 8 91011>>