Searched refs:timestampValidBits (Results 1 – 11 of 11) sorted by relevance
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | queries.adoc | 1790 sname:VkQueueFamilyProperties::pname:timestampValidBits property of the 1793 pname:timestampValidBits via flink:vkGetPhysicalDeviceQueueFamilyProperties. 1923 * [[VUID-vkCmdWriteTimestamp2-timestampValidBits-03863]] 1925 pname:timestampValidBits 2045 * [[VUID-vkCmdWriteTimestamp-timestampValidBits-00829]] 2047 pname:timestampValidBits
|
D | devsandqueues.adoc | 1274 * pname:timestampValidBits is the unsigned integer count of meaningful
|
D | limits.adoc | 744 sname:VkQueueFamilyProperties::pname:timestampValidBits of at least 36.
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/overlay-layer/ |
D | overlay.cpp | 395 data->timestamp_mask = (1ull << family_props->timestampValidBits) - 1; in new_queue_data()
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_hash.hpp | 6105 VULKAN_HPP_HASH_COMBINE( seed, queueFamilyProperties.timestampValidBits ); in operator ()()
|
D | vulkan_hash.hpp | 11793 VULKAN_HPP_HASH_COMBINE( seed, queueFamilyProperties.timestampValidBits ); in operator ()()
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | goldfish_vk_marshaling_guest.cpp | 1117 vkStream->write((uint32_t*)&forMarshaling->timestampValidBits, sizeof(uint32_t)); in marshal_VkQueueFamilyProperties() 1127 vkStream->read((uint32_t*)&forUnmarshaling->timestampValidBits, sizeof(uint32_t)); in unmarshal_VkQueueFamilyProperties()
|
D | goldfish_vk_reserved_marshaling_guest.cpp | 954 memcpy(*ptr, (uint32_t*)&forMarshaling->timestampValidBits, sizeof(uint32_t)); in reservedmarshal_VkQueueFamilyProperties()
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_marshaling.cpp | 1178 vkStream->write((uint32_t*)&forMarshaling->timestampValidBits, sizeof(uint32_t)); in marshal_VkQueueFamilyProperties() 1188 vkStream->read((uint32_t*)&forUnmarshaling->timestampValidBits, sizeof(uint32_t)); in unmarshal_VkQueueFamilyProperties()
|
D | goldfish_vk_reserved_marshaling.cpp | 938 memcpy((uint32_t*)&forUnmarshaling->timestampValidBits, *ptr, sizeof(uint32_t)); in reservedunmarshal_VkQueueFamilyProperties()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 3212 uint32_t timestampValidBits; member
|