Lines Matching refs:pCounterBufferOffsets
2547 const VkDeviceSize* pCounterBufferOffsets; in subDecode() local
2576 memcpy((VkDeviceSize**)&pCounterBufferOffsets, (*readStreamPtrPtr), 8); in subDecode()
2577 android::base::Stream::fromBe64((uint8_t*)&pCounterBufferOffsets); in subDecode()
2579 if (pCounterBufferOffsets) { in subDecode()
2581 pCounterBufferOffsets = (VkDeviceSize*)stack_pCounterBufferOffsets; in subDecode()
2583 readStream->alloc((void**)&pCounterBufferOffsets, in subDecode()
2586 memcpy((VkDeviceSize*)pCounterBufferOffsets, *readStreamPtrPtr, in subDecode()
2592 pCounterBuffers, pCounterBufferOffsets); in subDecode()
2602 const VkDeviceSize* pCounterBufferOffsets; in subDecode() local
2631 memcpy((VkDeviceSize**)&pCounterBufferOffsets, (*readStreamPtrPtr), 8); in subDecode()
2632 android::base::Stream::fromBe64((uint8_t*)&pCounterBufferOffsets); in subDecode()
2634 if (pCounterBufferOffsets) { in subDecode()
2636 pCounterBufferOffsets = (VkDeviceSize*)stack_pCounterBufferOffsets; in subDecode()
2638 readStream->alloc((void**)&pCounterBufferOffsets, in subDecode()
2641 memcpy((VkDeviceSize*)pCounterBufferOffsets, *readStreamPtrPtr, in subDecode()
2647 pCounterBuffers, pCounterBufferOffsets); in subDecode()