Searched refs:pCheckpointMarker (Results 1 – 12 of 12) sorted by relevance
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_NV_device_diagnostic_checkpoints/ |
D | device_diagnostic_checkpoints.adoc | 20 * pname:pCheckpointMarker is an opaque application-provided value that 26 Note that pname:pCheckpointMarker is treated as an opaque value. 79 * pname:pCheckpointMarker contains the value of the last checkpoint marker 139 * pname:pCheckpointMarker contains the value of the last checkpoint marker
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_deepcopy.cpp | 7232 to->pCheckpointMarker = nullptr; in deepcopy_VkCheckpointData2NV() 7233 if (from->pCheckpointMarker) { in deepcopy_VkCheckpointData2NV() 7234 to->pCheckpointMarker = (void*)alloc->dupArray(from->pCheckpointMarker, sizeof(uint8_t)); in deepcopy_VkCheckpointData2NV()
|
D | goldfish_vk_marshaling.cpp | 14761 uint64_t cgen_var_0 = (uint64_t)(uintptr_t)forMarshaling->pCheckpointMarker; in marshal_VkCheckpointData2NV() 14763 if (forMarshaling->pCheckpointMarker) { in marshal_VkCheckpointData2NV() 14764 vkStream->write((void*)forMarshaling->pCheckpointMarker, sizeof(uint8_t)); in marshal_VkCheckpointData2NV() 14790 forUnmarshaling->pCheckpointMarker = (void*)(uintptr_t)vkStream->getBe64(); in unmarshal_VkCheckpointData2NV() 14791 if (forUnmarshaling->pCheckpointMarker) { in unmarshal_VkCheckpointData2NV() 14792 vkStream->alloc((void**)&forUnmarshaling->pCheckpointMarker, sizeof(uint8_t)); in unmarshal_VkCheckpointData2NV() 14793 vkStream->read((void*)forUnmarshaling->pCheckpointMarker, sizeof(uint8_t)); in unmarshal_VkCheckpointData2NV()
|
D | goldfish_vk_reserved_marshaling.cpp | 11386 memcpy((void**)&forUnmarshaling->pCheckpointMarker, (*ptr), 8); in reservedunmarshal_VkCheckpointData2NV() 11387 android::base::Stream::fromBe64((uint8_t*)&forUnmarshaling->pCheckpointMarker); in reservedunmarshal_VkCheckpointData2NV() 11389 if (forUnmarshaling->pCheckpointMarker) { in reservedunmarshal_VkCheckpointData2NV() 11390 vkStream->alloc((void**)&forUnmarshaling->pCheckpointMarker, sizeof(uint8_t)); in reservedunmarshal_VkCheckpointData2NV() 11391 memcpy((void*)forUnmarshaling->pCheckpointMarker, *ptr, sizeof(uint8_t)); in reservedunmarshal_VkCheckpointData2NV()
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | goldfish_vk_deepcopy_guest.cpp | 7025 to->pCheckpointMarker = nullptr; in deepcopy_VkCheckpointData2NV() 7026 if (from->pCheckpointMarker) { in deepcopy_VkCheckpointData2NV() 7027 to->pCheckpointMarker = (void*)alloc->dupArray(from->pCheckpointMarker, sizeof(uint8_t)); in deepcopy_VkCheckpointData2NV()
|
D | goldfish_vk_marshaling_guest.cpp | 11505 uint64_t cgen_var_0 = (uint64_t)(uintptr_t)forMarshaling->pCheckpointMarker; in marshal_VkCheckpointData2NV() 11507 if (forMarshaling->pCheckpointMarker) { in marshal_VkCheckpointData2NV() 11508 vkStream->write((void*)forMarshaling->pCheckpointMarker, sizeof(uint8_t)); in marshal_VkCheckpointData2NV() 11524 if (forUnmarshaling->pCheckpointMarker) { in unmarshal_VkCheckpointData2NV() 11530 vkStream->read((void*)forUnmarshaling->pCheckpointMarker, sizeof(uint8_t)); in unmarshal_VkCheckpointData2NV()
|
D | goldfish_vk_reserved_marshaling_guest.cpp | 7764 uint64_t cgen_var_0 = (uint64_t)(uintptr_t)forMarshaling->pCheckpointMarker; in reservedmarshal_VkCheckpointData2NV() 7768 if (forMarshaling->pCheckpointMarker) { in reservedmarshal_VkCheckpointData2NV() 7769 memcpy(*ptr, (void*)forMarshaling->pCheckpointMarker, sizeof(uint8_t)); in reservedmarshal_VkCheckpointData2NV()
|
D | goldfish_vk_counting_guest.cpp | 6134 if (toCount->pCheckpointMarker) { in count_VkCheckpointData2NV()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 10171 void* pCheckpointMarker; member 13284 void* pCheckpointMarker; member 13287 …VKAPI_PTR *PFN_vkCmdSetCheckpointNV)(VkCommandBuffer commandBuffer, const void* pCheckpointMarker); 13293 const void* pCheckpointMarker);
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkan.hpp | 3835 …void vkCmdSetCheckpointNV( VkCommandBuffer commandBuffer, const void * pCheckpointMarker ) const V… in vkCmdSetCheckpointNV() 3837 return ::vkCmdSetCheckpointNV( commandBuffer, pCheckpointMarker ); in vkCmdSetCheckpointNV()
|
D | vulkan_hash.hpp | 1852 VULKAN_HPP_HASH_COMBINE( seed, checkpointData2NV.pCheckpointMarker ); in operator ()() 1865 VULKAN_HPP_HASH_COMBINE( seed, checkpointDataNV.pCheckpointMarker ); in operator ()()
|
D | vulkansc_hash.hpp | 933 VULKAN_HPP_HASH_COMBINE( seed, checkpointData2NV.pCheckpointMarker ); in operator ()()
|