Searched refs:checkpointExecutionStageMask (Results 1 – 8 of 8) sorted by relevance
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_NV_device_diagnostic_checkpoints/ |
D | queue_checkpoint_properties.adoc | 15 * pname:checkpointExecutionStageMask is a mask indicating which pipeline 35 * pname:checkpointExecutionStageMask is a mask indicating which pipeline
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 10164 VkPipelineStageFlags2 checkpointExecutionStageMask; member 13277 VkPipelineStageFlags checkpointExecutionStageMask; member
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkan_hash.hpp | 11753 … VULKAN_HPP_HASH_COMBINE( seed, queueFamilyCheckpointProperties2NV.checkpointExecutionStageMask ); in operator ()() 11765 VULKAN_HPP_HASH_COMBINE( seed, queueFamilyCheckpointPropertiesNV.checkpointExecutionStageMask ); in operator ()()
|
D | vulkansc_hash.hpp | 6093 … VULKAN_HPP_HASH_COMBINE( seed, queueFamilyCheckpointProperties2NV.checkpointExecutionStageMask ); in operator ()()
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | goldfish_vk_marshaling_guest.cpp | 11478 vkStream->write((VkPipelineStageFlags2*)&forMarshaling->checkpointExecutionStageMask, in marshal_VkQueueFamilyCheckpointProperties2NV() 11491 vkStream->read((VkPipelineStageFlags2*)&forUnmarshaling->checkpointExecutionStageMask, in unmarshal_VkQueueFamilyCheckpointProperties2NV()
|
D | goldfish_vk_reserved_marshaling_guest.cpp | 7746 memcpy(*ptr, (VkPipelineStageFlags2*)&forMarshaling->checkpointExecutionStageMask, in reservedmarshal_VkQueueFamilyCheckpointProperties2NV()
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_marshaling.cpp | 14722 vkStream->write((VkPipelineStageFlags2*)&forMarshaling->checkpointExecutionStageMask, in marshal_VkQueueFamilyCheckpointProperties2NV() 14747 vkStream->read((VkPipelineStageFlags2*)&forUnmarshaling->checkpointExecutionStageMask, in unmarshal_VkQueueFamilyCheckpointProperties2NV()
|
D | goldfish_vk_reserved_marshaling.cpp | 11354 memcpy((VkPipelineStageFlags2*)&forUnmarshaling->checkpointExecutionStageMask, *ptr, in reservedunmarshal_VkQueueFamilyCheckpointProperties2NV()
|