Home
last modified time | relevance | path

Searched refs:VkToolPurposeFlags (Results 1 – 9 of 9) sorted by relevance

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Ddebugging.adoc646 [open,refpage='VkToolPurposeFlags',desc='Bitmask of VkToolPurposeFlagBits',type='flags',alias='VkTo…
648 include::{generated}/api/flags/VkToolPurposeFlags.adoc[]
656 tlink:VkToolPurposeFlags is a bitmask type for setting a mask of zero or
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_enums.hpp2940 enum class ToolPurposeFlagBits : VkToolPurposeFlags
Dvulkan_enums.hpp4266 enum class ToolPurposeFlagBits : VkToolPurposeFlags
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_reserved_marshaling_guest.cpp6124 memcpy(*ptr, (VkToolPurposeFlags*)&forMarshaling->purposes, sizeof(VkToolPurposeFlags)); in reservedmarshal_VkPhysicalDeviceToolProperties()
6125 *ptr += sizeof(VkToolPurposeFlags); in reservedmarshal_VkPhysicalDeviceToolProperties()
Dgoldfish_vk_marshaling_guest.cpp8942 vkStream->write((VkToolPurposeFlags*)&forMarshaling->purposes, sizeof(VkToolPurposeFlags)); in marshal_VkPhysicalDeviceToolProperties()
8957 vkStream->read((VkToolPurposeFlags*)&forUnmarshaling->purposes, sizeof(VkToolPurposeFlags)); in unmarshal_VkPhysicalDeviceToolProperties()
Dgoldfish_vk_counting_guest.cpp4747 *count += sizeof(VkToolPurposeFlags); in count_VkPhysicalDeviceToolProperties()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h6542 typedef VkFlags VkToolPurposeFlags; typedef
6894 VkToolPurposeFlags purposes;
13679 typedef VkToolPurposeFlags VkToolPurposeFlagsEXT;
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_marshaling.cpp10965 vkStream->write((VkToolPurposeFlags*)&forMarshaling->purposes, sizeof(VkToolPurposeFlags)); in marshal_VkPhysicalDeviceToolProperties()
10992 vkStream->read((VkToolPurposeFlags*)&forUnmarshaling->purposes, sizeof(VkToolPurposeFlags)); in unmarshal_VkPhysicalDeviceToolProperties()
Dgoldfish_vk_reserved_marshaling.cpp8446 memcpy((VkToolPurposeFlags*)&forUnmarshaling->purposes, *ptr, sizeof(VkToolPurposeFlags)); in reservedunmarshal_VkPhysicalDeviceToolProperties()
8447 *ptr += sizeof(VkToolPurposeFlags); in reservedunmarshal_VkPhysicalDeviceToolProperties()