/hardware/google/gfxstream/host/vulkan/ |
D | vulkan_gfxstream.h | 53 …kCommandBufferHostSyncGOOGLE)(VkCommandBuffer commandBuffer, uint32_t needHostSync, uint32_t seque… 58 typedef void (VKAPI_PTR *PFN_vkQueueHostSyncGOOGLE)(VkQueue queue, uint32_t needHostSync, uint32_t … 106 uint32_t needHostSync, 137 uint32_t needHostSync,
|
D | VkDecoderGlobalState.h | 576 VkCommandBuffer commandBuffer, uint32_t needHostSync, 639 uint32_t needHostSync, uint32_t sequenceNumber);
|
D | VkDecoderGlobalState.cpp | 5519 uint32_t needHostSync, uint32_t sequenceNumber) { in hostSyncCommandBuffer() argument 5531 if (needHostSync) { in hostSyncCommandBuffer() 5549 VkCommandBuffer commandBuffer, uint32_t needHostSync, in on_vkCommandBufferHostSyncGOOGLE() argument 5551 this->hostSyncCommandBuffer("hostSync", commandBuffer, needHostSync, sequenceNumber); in on_vkCommandBufferHostSyncGOOGLE() 5554 void hostSyncQueue(const char* tag, VkQueue boxed_queue, uint32_t needHostSync, in hostSyncQueue() argument 5567 if (needHostSync) { in hostSyncQueue() 5585 uint32_t needHostSync, uint32_t sequenceNumber) { in on_vkQueueHostSyncGOOGLE() argument 5586 this->hostSyncQueue("hostSyncQueue", queue, needHostSync, sequenceNumber); in on_vkQueueHostSyncGOOGLE() 8578 uint32_t needHostSync, in on_vkCommandBufferHostSyncGOOGLE() argument 8580 mImpl->hostSyncCommandBuffer("hostSync", commandBuffer, needHostSync, sequenceNumber); in on_vkCommandBufferHostSyncGOOGLE() [all …]
|
D | VkSubDecoder.cpp | 3175 uint32_t needHostSync; in subDecode() local 3177 memcpy((uint32_t*)&needHostSync, *readStreamPtrPtr, sizeof(uint32_t)); in subDecode() 3182 pool, (VkCommandBuffer)(boxed_dispatchHandle), needHostSync, sequenceNumber); in subDecode()
|
D | VkDecoderSnapshot.h | 1567 uint32_t needHostSync, uint32_t sequenceNumber); 1590 android::base::BumpPool* pool, VkQueue queue, uint32_t needHostSync,
|
D | VkDecoderSnapshot.cpp | 3623 uint32_t needHostSync, uint32_t sequenceNumber) {} in vkCommandBufferHostSyncGOOGLE() argument 3678 android::base::BumpPool* pool, VkQueue queue, uint32_t needHostSync, in vkQueueHostSyncGOOGLE() argument 7043 VkCommandBuffer commandBuffer, uint32_t needHostSync, uint32_t sequenceNumber) { in vkCommandBufferHostSyncGOOGLE() argument 7045 commandBuffer, needHostSync, sequenceNumber); in vkCommandBufferHostSyncGOOGLE() 7096 uint32_t needHostSync, uint32_t sequenceNumber) { in vkQueueHostSyncGOOGLE() argument 7097 mImpl->vkQueueHostSyncGOOGLE(snapshotTraceBegin, snapshotTraceBytes, pool, queue, needHostSync, in vkQueueHostSyncGOOGLE()
|
D | VkDecoder.cpp | 20634 uint32_t needHostSync; in decode() local 20642 memcpy((uint32_t*)&needHostSync, *readStreamPtrPtr, sizeof(uint32_t)); in decode() 20650 (unsigned long long)needHostSync, (unsigned long long)sequenceNumber); in decode() 20652 m_state->on_vkCommandBufferHostSyncGOOGLE(&m_pool, commandBuffer, needHostSync, in decode() 20661 needHostSync, sequenceNumber); in decode() 21042 uint32_t needHostSync; in decode() local 21049 memcpy((uint32_t*)&needHostSync, *readStreamPtrPtr, sizeof(uint32_t)); in decode() 21055 ioStream, (unsigned long long)queue, (unsigned long long)needHostSync, in decode() 21058 m_state->on_vkQueueHostSyncGOOGLE(&m_pool, queue, needHostSync, sequenceNumber); in decode() 21066 needHostSync, sequenceNumber); in decode()
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | vulkan_gfxstream.h | 53 …kCommandBufferHostSyncGOOGLE)(VkCommandBuffer commandBuffer, uint32_t needHostSync, uint32_t seque… 58 typedef void (VKAPI_PTR *PFN_vkQueueHostSyncGOOGLE)(VkQueue queue, uint32_t needHostSync, uint32_t … 106 uint32_t needHostSync, 137 uint32_t needHostSync,
|
D | VkEncoder.h | 1081 void vkCommandBufferHostSyncGOOGLE(VkCommandBuffer commandBuffer, uint32_t needHostSync, 1100 void vkQueueHostSyncGOOGLE(VkQueue queue, uint32_t needHostSync, uint32_t sequenceNumber,
|
D | func_table.cpp | 4627 void gfxstream_vk_CommandBufferHostSyncGOOGLE(VkCommandBuffer commandBuffer, uint32_t needHostSync, in gfxstream_vk_CommandBufferHostSyncGOOGLE() argument 4634 vkEnc->vkCommandBufferHostSyncGOOGLE(gfxstream_commandBuffer->internal_object, needHostSync, in gfxstream_vk_CommandBufferHostSyncGOOGLE() 4704 void gfxstream_vk_QueueHostSyncGOOGLE(VkQueue queue, uint32_t needHostSync, in gfxstream_vk_QueueHostSyncGOOGLE() argument 4711 vkEnc->vkQueueHostSyncGOOGLE(gfxstream_queue->internal_object, needHostSync, sequenceNumber, in gfxstream_vk_QueueHostSyncGOOGLE()
|
D | VkEncoder.cpp | 36424 void VkEncoder::vkCommandBufferHostSyncGOOGLE(VkCommandBuffer commandBuffer, uint32_t needHostSync, in vkCommandBufferHostSyncGOOGLE() argument 36455 commandBuffer, needHostSync, sequenceNumber); in vkCommandBufferHostSyncGOOGLE() 36466 local_needHostSync = needHostSync; in vkCommandBufferHostSyncGOOGLE() 37111 void VkEncoder::vkQueueHostSyncGOOGLE(VkQueue queue, uint32_t needHostSync, uint32_t sequenceNumber, in vkQueueHostSyncGOOGLE() argument 37141 needHostSync, sequenceNumber); in vkQueueHostSyncGOOGLE() 37152 local_needHostSync = needHostSync; in vkQueueHostSyncGOOGLE()
|