Searched refs:maxTimelineSemaphoreValueDifference (Results 1 – 12 of 12) sorted by relevance
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/ |
D | vk_device.c | 985 CORE_PROPERTY(maxTimelineSemaphoreValueDifference); in vk_get_physical_device_core_1_2_property_ext()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | cmdbuffers.adoc | 1892 <<limits-maxTimelineSemaphoreValueDifference, 1893 pname:maxTimelineSemaphoreValueDifference>> 1900 <<limits-maxTimelineSemaphoreValueDifference, 1901 pname:maxTimelineSemaphoreValueDifference>> 2334 <<limits-maxTimelineSemaphoreValueDifference, 2335 pname:maxTimelineSemaphoreValueDifference>> 2344 <<limits-maxTimelineSemaphoreValueDifference, 2345 pname:maxTimelineSemaphoreValueDifference>>
|
D | sparsemem.adoc | 1860 <<limits-maxTimelineSemaphoreValueDifference, 1861 pname:maxTimelineSemaphoreValueDifference>> 1870 <<limits-maxTimelineSemaphoreValueDifference, 1871 pname:maxTimelineSemaphoreValueDifference>>
|
D | limits.adoc | 3071 * [[{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
|
D | synchronization.adoc | 4655 <<limits-maxTimelineSemaphoreValueDifference, 4656 pname:maxTimelineSemaphoreValueDifference>>
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_hash.hpp | 5218 …ASH_COMBINE( seed, physicalDeviceTimelineSemaphoreProperties.maxTimelineSemaphoreValueDifference ); in operator ()() 5492 …KAN_HPP_HASH_COMBINE( seed, physicalDeviceVulkan12Properties.maxTimelineSemaphoreValueDifference ); in operator ()()
|
D | vulkan_hash.hpp | 10384 …ASH_COMBINE( seed, physicalDeviceTimelineSemaphoreProperties.maxTimelineSemaphoreValueDifference ); in operator ()() 10734 …KAN_HPP_HASH_COMBINE( seed, physicalDeviceVulkan12Properties.maxTimelineSemaphoreValueDifference ); in operator ()()
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | goldfish_vk_marshaling_guest.cpp | 6754 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()
|
D | goldfish_vk_reserved_marshaling_guest.cpp | 4744 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/ |
D | goldfish_vk_marshaling.cpp | 8155 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()
|
D | goldfish_vk_reserved_marshaling.cpp | 6313 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/ |
D | vulkan_core.h | 6013 uint64_t maxTimelineSemaphoreValueDifference; member 6354 uint64_t maxTimelineSemaphoreValueDifference; member
|