Home
last modified time | relevance | path

Searched refs:externalSemaphoreProperties (Results 1 - 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/tests/test_utils/
H A DVulkanHelper.cpp701 VkExternalSemaphoreProperties externalSemaphoreProperties = {
705 &externalSemaphoreProperties);
710 if ((externalSemaphoreProperties.externalSemaphoreFeatures & kRequiredFeatures) !=
761 VkExternalSemaphoreProperties externalSemaphoreProperties = {
765 &externalSemaphoreProperties);
770 if ((externalSemaphoreProperties.externalSemaphoreFeatures & kRequiredFeatures) !=
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DRendererVk.cpp713 const VkExternalSemaphoreProperties &externalSemaphoreProperties) in SemaphorePropertiesCompatibleWithAndroid()
720 if ((externalSemaphoreProperties.externalSemaphoreFeatures & kFeatureFlags) != kFeatureFlags) in SemaphorePropertiesCompatibleWithAndroid()
712 SemaphorePropertiesCompatibleWithAndroid( const VkExternalSemaphoreProperties &externalSemaphoreProperties) SemaphorePropertiesCompatibleWithAndroid() argument
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan_raii.hpp10758 VULKAN_HPP_NAMESPACE::ExternalSemaphoreProperties externalSemaphoreProperties; variable
10762 reinterpret_cast<VkExternalSemaphoreProperties *>( &externalSemaphoreProperties ) ); variable
10763 return externalSemaphoreProperties;
12480 VULKAN_HPP_NAMESPACE::ExternalSemaphoreProperties externalSemaphoreProperties; variable
12484 reinterpret_cast<VkExternalSemaphoreProperties *>( &externalSemaphoreProperties ) ); variable
12485 return externalSemaphoreProperties;
H A Dvulkan_funcs.hpp6545 VULKAN_HPP_NAMESPACE::ExternalSemaphoreProperties externalSemaphoreProperties; variable
6549 reinterpret_cast<VkExternalSemaphoreProperties *>( &externalSemaphoreProperties ) );
6550 return externalSemaphoreProperties;
11032 VULKAN_HPP_NAMESPACE::ExternalSemaphoreProperties externalSemaphoreProperties; variable
11036 reinterpret_cast<VkExternalSemaphoreProperties *>( &externalSemaphoreProperties ) );
11037 return externalSemaphoreProperties;
[all...]
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_hash.hpp4940 std::size_t operator()( VULKAN_HPP_NAMESPACE::ExternalSemaphoreProperties const & externalSemaphoreProperties ) const VULKAN_HPP_NOEXCEPT
4943 VULKAN_HPP_HASH_COMBINE( seed, externalSemaphoreProperties.sType );
4944 VULKAN_HPP_HASH_COMBINE( seed, externalSemaphoreProperties.pNext );
4945 VULKAN_HPP_HASH_COMBINE( seed, externalSemaphoreProperties.exportFromImportedHandleTypes );
4946 VULKAN_HPP_HASH_COMBINE( seed, externalSemaphoreProperties.compatibleHandleTypes );
4947 VULKAN_HPP_HASH_COMBINE( seed, externalSemaphoreProperties.externalSemaphoreFeatures );
H A Dvulkan_funcs.hpp6256 VULKAN_HPP_NAMESPACE::ExternalSemaphoreProperties externalSemaphoreProperties; variable
6259 reinterpret_cast<VkExternalSemaphoreProperties *>( &externalSemaphoreProperties ) );
6261 return externalSemaphoreProperties;
11477 VULKAN_HPP_NAMESPACE::ExternalSemaphoreProperties externalSemaphoreProperties; variable
11480 reinterpret_cast<VkExternalSemaphoreProperties *>( &externalSemaphoreProperties ) );
11482 return externalSemaphoreProperties;
[all...]
H A Dvulkan_raii.hpp14039 VULKAN_HPP_NAMESPACE::ExternalSemaphoreProperties externalSemaphoreProperties; variable
14043 reinterpret_cast<VkExternalSemaphoreProperties *>( &externalSemaphoreProperties ) ); variable
14045 return externalSemaphoreProperties;
16490 VULKAN_HPP_NAMESPACE::ExternalSemaphoreProperties externalSemaphoreProperties; variable
16494 reinterpret_cast<VkExternalSemaphoreProperties *>( &externalSemaphoreProperties ) ); variable
16496 return externalSemaphoreProperties;
[all...]

Completed in 135 milliseconds