Searched refs:pDescriptorSetPendingAllocation (Results 1 – 7 of 7) sorted by relevance
/hardware/google/gfxstream/host/vulkan/ |
D | vulkan_gfxstream.h | 64 …ds, const uint32_t* pDescriptorSetWhichPool, const uint32_t* pDescriptorSetPendingAllocation, cons… 180 const uint32_t* pDescriptorSetPendingAllocation,
|
D | VkDecoderGlobalState.h | 823 const uint32_t* pDescriptorSetPendingAllocation,
|
D | VkDecoderGlobalState.cpp | 7510 const uint32_t* pDescriptorSetPendingAllocation, in on_vkQueueCommitDescriptorSetUpdatesGOOGLE() argument 7530 pDescriptorSetWhichPool, pDescriptorSetPendingAllocation, in on_vkQueueCommitDescriptorSetUpdatesGOOGLE() 7539 const uint32_t* pDescriptorSetPendingAllocation, in on_vkQueueCommitDescriptorSetUpdatesGOOGLELocked() argument 7549 uint32_t pendingAlloc = pDescriptorSetPendingAllocation[i]; in on_vkQueueCommitDescriptorSetUpdatesGOOGLELocked() 10319 const uint32_t* pDescriptorSetPendingAllocation, in on_vkQueueCommitDescriptorSetUpdatesGOOGLE() argument 10325 pDescriptorSetPendingAllocation, pDescriptorWriteStartingIndices, in on_vkQueueCommitDescriptorSetUpdatesGOOGLE()
|
D | VkDecoderSnapshot.h | 1825 const uint32_t* pDescriptorSetPendingAllocation,
|
D | VkDecoder.cpp | 21610 const uint32_t* pDescriptorSetPendingAllocation; in decode() local 21662 vkReadStream->alloc((void**)&pDescriptorSetPendingAllocation, in decode() 21664 memcpy((uint32_t*)pDescriptorSetPendingAllocation, *readStreamPtrPtr, in decode() 21699 (unsigned long long)pDescriptorSetPendingAllocation, in decode() 21708 pDescriptorSetWhichPool, pDescriptorSetPendingAllocation, in decode() 21717 pDescriptorSetWhichPool, pDescriptorSetPendingAllocation, in decode()
|
D | VkDecoderSnapshot.cpp | 3891 const uint32_t* pDescriptorSetPendingAllocation, in vkQueueCommitDescriptorSetUpdatesGOOGLE() argument 7659 const uint32_t* pDescriptorSetWhichPool, const uint32_t* pDescriptorSetPendingAllocation, in vkQueueCommitDescriptorSetUpdatesGOOGLE() argument 7665 pDescriptorSetWhichPool, pDescriptorSetPendingAllocation, pDescriptorWriteStartingIndices, in vkQueueCommitDescriptorSetUpdatesGOOGLE()
|
/hardware/google/gfxstream/scripts/print_gfx_logs/ |
D | vulkan_printer.py | 481 …pDescriptorSetPendingAllocation = printer.write_int("pDescriptorSetPendingAllocation", 4, indent, …
|