Searched refs:timestampComputeAndGraphics (Results 1 – 10 of 10) sorted by relevance
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | queries.adoc | 1794 If the <<limits-timestampComputeAndGraphics, 1795 pname:timestampComputeAndGraphics>> limit is ename:VK_TRUE, timestamps are
|
D | limits.adoc | 739 * [[limits-timestampComputeAndGraphics]] pname:timestampComputeAndGraphics 4539 | basetype:VkBool32 | pname:timestampComputeAndGraphics | - 4967 | pname:timestampComputeAndGraphics | - | - |implementation-dependent
|
/hardware/google/gfxstream/scripts/print_gfx_logs/ |
D | vulkan_printer.py | 845 …timestampComputeAndGraphics = printer.write_int("timestampComputeAndGraphics", 4, indent, signed=F…
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_hash.hpp | 4504 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceLimits.timestampComputeAndGraphics ); in operator ()()
|
D | vulkan_hash.hpp | 8511 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceLimits.timestampComputeAndGraphics ); in operator ()()
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | goldfish_vk_marshaling_guest.cpp | 863 vkStream->write((VkBool32*)&forMarshaling->timestampComputeAndGraphics, sizeof(VkBool32)); in marshal_VkPhysicalDeviceLimits() 1002 vkStream->read((VkBool32*)&forUnmarshaling->timestampComputeAndGraphics, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceLimits()
|
D | goldfish_vk_reserved_marshaling_guest.cpp | 847 memcpy(*ptr, (VkBool32*)&forMarshaling->timestampComputeAndGraphics, sizeof(VkBool32)); in reservedmarshal_VkPhysicalDeviceLimits()
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_marshaling.cpp | 926 vkStream->write((VkBool32*)&forMarshaling->timestampComputeAndGraphics, sizeof(VkBool32)); in marshal_VkPhysicalDeviceLimits() 1065 vkStream->read((VkBool32*)&forUnmarshaling->timestampComputeAndGraphics, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceLimits()
|
D | goldfish_vk_reserved_marshaling.cpp | 839 memcpy((VkBool32*)&forUnmarshaling->timestampComputeAndGraphics, *ptr, sizeof(VkBool32)); in reservedunmarshal_VkPhysicalDeviceLimits()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 3165 VkBool32 timestampComputeAndGraphics; member
|