Home
last modified time | relevance | path

Searched refs:externalSemaphoreFeatures (Results 1 – 12 of 12) sorted by relevance

/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_semaphore.c270 pExternalSemaphoreProperties->externalSemaphoreFeatures = 0; in vk_common_GetPhysicalDeviceExternalSemaphoreProperties()
308 pExternalSemaphoreProperties->externalSemaphoreFeatures = features; in vk_common_GetPhysicalDeviceExternalSemaphoreProperties()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dcapabilities.adoc1484 * 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/
Dwsi_common.c125 if (esp.externalSemaphoreFeatures & in wsi_device_init()
/hardware/google/gfxstream/guest/vulkan_enc/
DResourceTracker.cpp6681 pExternalSemaphoreProperties->externalSemaphoreFeatures |= in on_vkGetPhysicalDeviceExternalSemaphoreProperties()
6695 pExternalSemaphoreProperties->externalSemaphoreFeatures = 0; in on_vkGetPhysicalDeviceExternalSemaphoreProperties()
6702 pExternalSemaphoreProperties->externalSemaphoreFeatures |= in on_vkGetPhysicalDeviceExternalSemaphoreProperties()
Dgoldfish_vk_marshaling_guest.cpp6290 vkStream->write((VkExternalSemaphoreFeatureFlags*)&forMarshaling->externalSemaphoreFeatures, in marshal_VkExternalSemaphoreProperties()
6307 vkStream->read((VkExternalSemaphoreFeatureFlags*)&forUnmarshaling->externalSemaphoreFeatures, in unmarshal_VkExternalSemaphoreProperties()
Dgoldfish_vk_reserved_marshaling_guest.cpp4327 memcpy(*ptr, (VkExternalSemaphoreFeatureFlags*)&forMarshaling->externalSemaphoreFeatures, in reservedmarshal_VkExternalSemaphoreProperties()
/hardware/google/gfxstream/host/vulkan/
DVkDecoderGlobalState.cpp5372 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/
Dvulkansc_hash.hpp2468 VULKAN_HPP_HASH_COMBINE( seed, externalSemaphoreProperties.externalSemaphoreFeatures ); in operator ()()
Dvulkan_hash.hpp4451 VULKAN_HPP_HASH_COMBINE( seed, externalSemaphoreProperties.externalSemaphoreFeatures ); in operator ()()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_marshaling.cpp7609 vkStream->write((VkExternalSemaphoreFeatureFlags*)&forMarshaling->externalSemaphoreFeatures, in marshal_VkExternalSemaphoreProperties()
7638 vkStream->read((VkExternalSemaphoreFeatureFlags*)&forUnmarshaling->externalSemaphoreFeatures, in unmarshal_VkExternalSemaphoreProperties()
Dgoldfish_vk_reserved_marshaling.cpp5800 memcpy((VkExternalSemaphoreFeatureFlags*)&forUnmarshaling->externalSemaphoreFeatures, *ptr, in reservedunmarshal_VkExternalSemaphoreProperties()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h5552 VkExternalSemaphoreFeatureFlags externalSemaphoreFeatures; member