Searched refs:externalSemaphoreFeatures (Results 1 – 12 of 12) sorted by relevance
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/ |
D | vk_semaphore.c | 270 pExternalSemaphoreProperties->externalSemaphoreFeatures = 0; in vk_common_GetPhysicalDeviceExternalSemaphoreProperties() 308 pExternalSemaphoreProperties->externalSemaphoreFeatures = features; in vk_common_GetPhysicalDeviceExternalSemaphoreProperties()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | capabilities.adoc | 1484 * pname:externalSemaphoreFeatures is a bitmask of 1489 slink:VkExternalSemaphoreProperties::pname:externalSemaphoreFeatures will be 1498 slink:VkExternalSemaphoreProperties::pname:externalSemaphoreFeatures,
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/wsi/ |
D | wsi_common.c | 125 if (esp.externalSemaphoreFeatures & in wsi_device_init()
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | ResourceTracker.cpp | 6681 pExternalSemaphoreProperties->externalSemaphoreFeatures |= in on_vkGetPhysicalDeviceExternalSemaphoreProperties() 6695 pExternalSemaphoreProperties->externalSemaphoreFeatures = 0; in on_vkGetPhysicalDeviceExternalSemaphoreProperties() 6702 pExternalSemaphoreProperties->externalSemaphoreFeatures |= in on_vkGetPhysicalDeviceExternalSemaphoreProperties()
|
D | goldfish_vk_marshaling_guest.cpp | 6290 vkStream->write((VkExternalSemaphoreFeatureFlags*)&forMarshaling->externalSemaphoreFeatures, in marshal_VkExternalSemaphoreProperties() 6307 vkStream->read((VkExternalSemaphoreFeatureFlags*)&forUnmarshaling->externalSemaphoreFeatures, in unmarshal_VkExternalSemaphoreProperties()
|
D | goldfish_vk_reserved_marshaling_guest.cpp | 4327 memcpy(*ptr, (VkExternalSemaphoreFeatureFlags*)&forMarshaling->externalSemaphoreFeatures, in reservedmarshal_VkExternalSemaphoreProperties()
|
/hardware/google/gfxstream/host/vulkan/ |
D | VkDecoderGlobalState.cpp | 5372 pExternalSemaphoreProperties->externalSemaphoreFeatures = in on_vkGetPhysicalDeviceExternalSemaphoreProperties() 5381 pExternalSemaphoreProperties->externalSemaphoreFeatures = in on_vkGetPhysicalDeviceExternalSemaphoreProperties() 5391 pExternalSemaphoreProperties->externalSemaphoreFeatures = 0; in on_vkGetPhysicalDeviceExternalSemaphoreProperties()
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_hash.hpp | 2468 VULKAN_HPP_HASH_COMBINE( seed, externalSemaphoreProperties.externalSemaphoreFeatures ); in operator ()()
|
D | vulkan_hash.hpp | 4451 VULKAN_HPP_HASH_COMBINE( seed, externalSemaphoreProperties.externalSemaphoreFeatures ); in operator ()()
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_marshaling.cpp | 7609 vkStream->write((VkExternalSemaphoreFeatureFlags*)&forMarshaling->externalSemaphoreFeatures, in marshal_VkExternalSemaphoreProperties() 7638 vkStream->read((VkExternalSemaphoreFeatureFlags*)&forUnmarshaling->externalSemaphoreFeatures, in unmarshal_VkExternalSemaphoreProperties()
|
D | goldfish_vk_reserved_marshaling.cpp | 5800 memcpy((VkExternalSemaphoreFeatureFlags*)&forUnmarshaling->externalSemaphoreFeatures, *ptr, in reservedunmarshal_VkExternalSemaphoreProperties()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 5552 VkExternalSemaphoreFeatureFlags externalSemaphoreFeatures; member
|