Searched refs:readStreamPtrPtr (Results 1 – 2 of 2) sorted by relevance
/hardware/google/gfxstream/host/vulkan/ |
D | VkSubDecoder.cpp | 58 uint8_t** readStreamPtrPtr = &readStreamPtr; in subDecode() local 68 readStreamPtrPtr); in subDecode() 96 memcpy((VkCommandBufferResetFlags*)&flags, *readStreamPtrPtr, in subDecode() 98 *readStreamPtrPtr += sizeof(VkCommandBufferResetFlags); in subDecode() 112 memcpy((VkPipelineBindPoint*)&pipelineBindPoint, *readStreamPtrPtr, in subDecode() 114 *readStreamPtrPtr += sizeof(VkPipelineBindPoint); in subDecode() 116 memcpy((uint64_t*)&cgen_var_0, *readStreamPtrPtr, 1 * 8); in subDecode() 117 *readStreamPtrPtr += 1 * 8; in subDecode() 130 memcpy((uint32_t*)&firstViewport, *readStreamPtrPtr, sizeof(uint32_t)); in subDecode() 131 *readStreamPtrPtr += sizeof(uint32_t); in subDecode() [all …]
|
D | VkDecoder.cpp | 152 uint8_t** readStreamPtrPtr = &readStreamPtr; in decode() local 176 memcpy(&seqno, *readStreamPtrPtr, sizeof(uint32_t)); in decode() 177 *readStreamPtrPtr += sizeof(uint32_t); in decode() 234 readStreamPtrPtr); in decode() 236 memcpy((VkAllocationCallbacks**)&pAllocator, (*readStreamPtrPtr), 8); in decode() 238 *readStreamPtrPtr += 8; in decode() 243 (VkAllocationCallbacks*)(pAllocator), readStreamPtrPtr); in decode() 249 memcpy((uint64_t*)&cgen_var_1, *readStreamPtrPtr, 8); in decode() 250 *readStreamPtrPtr += 8; in decode() 279 vkReadStream->setReadPos((uintptr_t)(*readStreamPtrPtr) - in decode() [all …]
|