Home
last modified time | relevance | path

Searched refs:timestampValidBits (Results 1 – 11 of 11) sorted by relevance

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dqueries.adoc1790 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
Ddevsandqueues.adoc1274 * pname:timestampValidBits is the unsigned integer count of meaningful
Dlimits.adoc744 sname:VkQueueFamilyProperties::pname:timestampValidBits of at least 36.
/hardware/google/gfxstream/guest/mesa/src/vulkan/overlay-layer/
Doverlay.cpp395 data->timestamp_mask = (1ull << family_props->timestampValidBits) - 1; in new_queue_data()
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_hash.hpp6105 VULKAN_HPP_HASH_COMBINE( seed, queueFamilyProperties.timestampValidBits ); in operator ()()
Dvulkan_hash.hpp11793 VULKAN_HPP_HASH_COMBINE( seed, queueFamilyProperties.timestampValidBits ); in operator ()()
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_marshaling_guest.cpp1117 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()
Dgoldfish_vk_reserved_marshaling_guest.cpp954 memcpy(*ptr, (uint32_t*)&forMarshaling->timestampValidBits, sizeof(uint32_t)); in reservedmarshal_VkQueueFamilyProperties()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_marshaling.cpp1178 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()
Dgoldfish_vk_reserved_marshaling.cpp938 memcpy((uint32_t*)&forUnmarshaling->timestampValidBits, *ptr, sizeof(uint32_t)); in reservedunmarshal_VkQueueFamilyProperties()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h3212 uint32_t timestampValidBits; member