Home
last modified time | relevance | path

Searched refs:timestampComputeAndGraphics (Results 1 – 10 of 10) sorted by relevance

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dqueries.adoc1794 If the <<limits-timestampComputeAndGraphics,
1795 pname:timestampComputeAndGraphics>> limit is ename:VK_TRUE, timestamps are
Dlimits.adoc739 * [[limits-timestampComputeAndGraphics]] pname:timestampComputeAndGraphics
4539 | basetype:VkBool32 | pname:timestampComputeAndGraphics | -
4967 | pname:timestampComputeAndGraphics | - | - |implementation-dependent
/hardware/google/gfxstream/scripts/print_gfx_logs/
Dvulkan_printer.py845timestampComputeAndGraphics = printer.write_int("timestampComputeAndGraphics", 4, indent, signed=F…
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_hash.hpp4504 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceLimits.timestampComputeAndGraphics ); in operator ()()
Dvulkan_hash.hpp8511 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceLimits.timestampComputeAndGraphics ); in operator ()()
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_marshaling_guest.cpp863 vkStream->write((VkBool32*)&forMarshaling->timestampComputeAndGraphics, sizeof(VkBool32)); in marshal_VkPhysicalDeviceLimits()
1002 vkStream->read((VkBool32*)&forUnmarshaling->timestampComputeAndGraphics, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceLimits()
Dgoldfish_vk_reserved_marshaling_guest.cpp847 memcpy(*ptr, (VkBool32*)&forMarshaling->timestampComputeAndGraphics, sizeof(VkBool32)); in reservedmarshal_VkPhysicalDeviceLimits()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_marshaling.cpp926 vkStream->write((VkBool32*)&forMarshaling->timestampComputeAndGraphics, sizeof(VkBool32)); in marshal_VkPhysicalDeviceLimits()
1065 vkStream->read((VkBool32*)&forUnmarshaling->timestampComputeAndGraphics, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceLimits()
Dgoldfish_vk_reserved_marshaling.cpp839 memcpy((VkBool32*)&forUnmarshaling->timestampComputeAndGraphics, *ptr, sizeof(VkBool32)); in reservedunmarshal_VkPhysicalDeviceLimits()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h3165 VkBool32 timestampComputeAndGraphics; member