Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_device.c985 CORE_PROPERTY(maxTimelineSemaphoreValueDifference); in vk_get_physical_device_core_1_2_property_ext()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dcmdbuffers.adoc1892 <<limits-maxTimelineSemaphoreValueDifference,
1893 pname:maxTimelineSemaphoreValueDifference>>
1900 <<limits-maxTimelineSemaphoreValueDifference,
1901 pname:maxTimelineSemaphoreValueDifference>>
2334 <<limits-maxTimelineSemaphoreValueDifference,
2335 pname:maxTimelineSemaphoreValueDifference>>
2344 <<limits-maxTimelineSemaphoreValueDifference,
2345 pname:maxTimelineSemaphoreValueDifference>>
Dsparsemem.adoc1860 <<limits-maxTimelineSemaphoreValueDifference,
1861 pname:maxTimelineSemaphoreValueDifference>>
1870 <<limits-maxTimelineSemaphoreValueDifference,
1871 pname:maxTimelineSemaphoreValueDifference>>
Dlimits.adoc3071 * [[{anchor-prefix}limits-maxTimelineSemaphoreValueDifference]]
3072 pname:maxTimelineSemaphoreValueDifference indicates the maximum
4720 | code:uint64_t | pname:maxTimelineSemaphoreValueDifference | `<<features-timelineS…
5176 | pname:maxTimelineSemaphoreValueDifference | - | 2^31^-1 | min
Dsynchronization.adoc4655 <<limits-maxTimelineSemaphoreValueDifference,
4656 pname:maxTimelineSemaphoreValueDifference>>
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_hash.hpp5218 …ASH_COMBINE( seed, physicalDeviceTimelineSemaphoreProperties.maxTimelineSemaphoreValueDifference ); in operator ()()
5492 …KAN_HPP_HASH_COMBINE( seed, physicalDeviceVulkan12Properties.maxTimelineSemaphoreValueDifference ); in operator ()()
Dvulkan_hash.hpp10384 …ASH_COMBINE( seed, physicalDeviceTimelineSemaphoreProperties.maxTimelineSemaphoreValueDifference ); in operator ()()
10734 …KAN_HPP_HASH_COMBINE( seed, physicalDeviceVulkan12Properties.maxTimelineSemaphoreValueDifference ); in operator ()()
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_marshaling_guest.cpp6754 vkStream->write((uint64_t*)&forMarshaling->maxTimelineSemaphoreValueDifference, in marshal_VkPhysicalDeviceVulkan12Properties()
6854 vkStream->read((uint64_t*)&forUnmarshaling->maxTimelineSemaphoreValueDifference, in unmarshal_VkPhysicalDeviceVulkan12Properties()
8251 vkStream->write((uint64_t*)&forMarshaling->maxTimelineSemaphoreValueDifference, in marshal_VkPhysicalDeviceTimelineSemaphoreProperties()
8264 vkStream->read((uint64_t*)&forUnmarshaling->maxTimelineSemaphoreValueDifference, in unmarshal_VkPhysicalDeviceTimelineSemaphoreProperties()
Dgoldfish_vk_reserved_marshaling_guest.cpp4744 memcpy(*ptr, (uint64_t*)&forMarshaling->maxTimelineSemaphoreValueDifference, sizeof(uint64_t)); in reservedmarshal_VkPhysicalDeviceVulkan12Properties()
5654 memcpy(*ptr, (uint64_t*)&forMarshaling->maxTimelineSemaphoreValueDifference, sizeof(uint64_t)); in reservedmarshal_VkPhysicalDeviceTimelineSemaphoreProperties()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_marshaling.cpp8155 vkStream->write((uint64_t*)&forMarshaling->maxTimelineSemaphoreValueDifference, in marshal_VkPhysicalDeviceVulkan12Properties()
8267 vkStream->read((uint64_t*)&forUnmarshaling->maxTimelineSemaphoreValueDifference, in unmarshal_VkPhysicalDeviceVulkan12Properties()
10106 vkStream->write((uint64_t*)&forMarshaling->maxTimelineSemaphoreValueDifference, in marshal_VkPhysicalDeviceTimelineSemaphoreProperties()
10131 vkStream->read((uint64_t*)&forUnmarshaling->maxTimelineSemaphoreValueDifference, in unmarshal_VkPhysicalDeviceTimelineSemaphoreProperties()
Dgoldfish_vk_reserved_marshaling.cpp6313 memcpy((uint64_t*)&forUnmarshaling->maxTimelineSemaphoreValueDifference, *ptr, in reservedunmarshal_VkPhysicalDeviceVulkan12Properties()
7776 memcpy((uint64_t*)&forUnmarshaling->maxTimelineSemaphoreValueDifference, *ptr, in reservedunmarshal_VkPhysicalDeviceTimelineSemaphoreProperties()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h6013 uint64_t maxTimelineSemaphoreValueDifference; member
6354 uint64_t maxTimelineSemaphoreValueDifference; member