Searched refs:readStream (Results 1 – 3 of 3) sorted by relevance
/hardware/google/gfxstream/host/vulkan/ |
D | VkSubDecoder.cpp | 34 size_t subDecode(VulkanMemReadingStream* readStream, VulkanDispatch* vk, void* boxed_dispatchHandle, in subDecode() argument 40 android::base::BumpPool* pool = readStream->pool(); in subDecode() 56 readStream->setBuf((uint8_t*)(ptr + 8)); in subDecode() 57 uint8_t* readStreamPtr = readStream->getBuf(); in subDecode() 66 reservedunmarshal_VkCommandBufferBeginInfo(readStream, VK_STRUCTURE_TYPE_MAX_ENUM, in subDecode() 137 readStream->alloc((void**)&pViewports, in subDecode() 141 reservedunmarshal_VkViewport(readStream, VK_STRUCTURE_TYPE_MAX_ENUM, in subDecode() 167 readStream->alloc((void**)&pScissors, in subDecode() 171 reservedunmarshal_VkRect2D(readStream, VK_STRUCTURE_TYPE_MAX_ENUM, in subDecode() 297 readStream->alloc((void**)&pDescriptorSets, in subDecode() [all …]
|
D | VkDecoderGlobalState.cpp | 319 VulkanMemReadingStream* readStream = nullptr; member in gfxstream::vk::DispatchableHandleInfo 6141 VulkanMemReadingStream* readStream = readstream_VkCommandBuffer(boxed_commandBuffer); in on_vkQueueFlushCommandsGOOGLE() local 6142 subDecode(readStream, vk, boxed_commandBuffer, commandBuffer, dataSize, pData, context); in on_vkQueueFlushCommandsGOOGLE() 6712 item.readStream = nullptr; \ 6721 if (elt->readStream) { \ 6722 sReadStreamRegistry.push(elt->readStream); \ 6723 elt->readStream = nullptr; \ 6743 auto stream = elt->readStream; \ 6746 elt->readStream = stream; \ 8937 if (elt->readStream) { \ [all …]
|
D | VkDecoder.cpp | 81 VulkanMemReadingStream* readStream() { return &m_vkMemReadingStream; } in readStream() function in gfxstream::vk::VkDecoder::Impl 149 VulkanMemReadingStream* vkReadStream = readStream(); in decode() 1919 uint64_t readStream = 0; in decode() local 1920 memcpy(&readStream, *readStreamPtrPtr, sizeof(uint64_t)); in decode() 1924 if (!hostPtr && readStream > 0) in decode() 1927 if (sizeLeft < readStream) { in decode() 1934 sizeLeft -= readStream; in decode() 1936 memcpy(targetRange, *readStreamPtrPtr, readStream); in decode() 1937 *readStreamPtrPtr += readStream; in decode() 1938 packetLen += 8 + readStream; in decode()
|