| /device/generic/vulkan-cereal/stream-servers/vulkan/cereal/common/ | 
| D | goldfish_vk_unbox.cpp | 37     Pool* pool,  in unbox_VkApplicationInfo()48     Pool* pool,  in unbox_VkInstanceCreateInfo()
 59     Pool* pool,  in unbox_VkAllocationCallbacks()
 70     Pool* pool,  in unbox_VkPhysicalDeviceFeatures()
 81     Pool* pool,  in unbox_VkFormatProperties()
 92     Pool* pool,  in unbox_VkExtent3D()
 103     Pool* pool,  in unbox_VkImageFormatProperties()
 114     Pool* pool,  in unbox_VkPhysicalDeviceLimits()
 125     Pool* pool,  in unbox_VkPhysicalDeviceSparseProperties()
 136     Pool* pool,  in unbox_VkPhysicalDeviceProperties()
 [all …]
 
 | 
| /device/generic/vulkan-cereal/stream-servers/vulkan/ | 
| D | VkDecoderSnapshot.cpp | 56                           android::base::BumpPool* pool, VkResult input_result,  in vkCreateInstance()72                            android::base::BumpPool* pool, VkInstance instance,  in vkDestroyInstance()
 80                                     android::base::BumpPool* pool, VkResult input_result,  in vkEnumeratePhysicalDevices()
 103                                      android::base::BumpPool* pool, VkPhysicalDevice physicalDevice,  in vkGetPhysicalDeviceFeatures()
 109                                              android::base::BumpPool* pool,  in vkGetPhysicalDeviceFormatProperties()
 115         const uint8_t* snapshotTraceBegin, size_t snapshotTraceBytes, android::base::BumpPool* pool,  in vkGetPhysicalDeviceImageFormatProperties()
 122                                        android::base::BumpPool* pool,  in vkGetPhysicalDeviceProperties()
 129                                                   android::base::BumpPool* pool,  in vkGetPhysicalDeviceQueueFamilyProperties()
 137                                              android::base::BumpPool* pool,  in vkGetPhysicalDeviceMemoryProperties()
 143                                android::base::BumpPool* pool, PFN_vkVoidFunction input_result,  in vkGetInstanceProcAddr()
 [all …]
 
 | 
| D | VkDecoderGlobalState.cpp | 417     VkResult on_vkEnumerateInstanceVersion(android::base::BumpPool* pool, uint32_t* pApiVersion) {  in on_vkEnumerateInstanceVersion()431     VkResult on_vkCreateInstance(android::base::BumpPool* pool,  in on_vkCreateInstance()
 606     void on_vkDestroyInstance(android::base::BumpPool* pool, VkInstance boxed_instance,  in on_vkDestroyInstance()
 618     VkResult on_vkEnumeratePhysicalDevices(android::base::BumpPool* pool, VkInstance boxed_instance,  in on_vkEnumeratePhysicalDevices()
 735     void on_vkGetPhysicalDeviceFeatures(android::base::BumpPool* pool,  in on_vkGetPhysicalDeviceFeatures()
 746     void on_vkGetPhysicalDeviceFeatures2(android::base::BumpPool* pool,  in on_vkGetPhysicalDeviceFeatures2()
 793         android::base::BumpPool* pool, VkPhysicalDevice boxed_physicalDevice, VkFormat format,  in on_vkGetPhysicalDeviceImageFormatProperties()
 822         android::base::BumpPool* pool, VkPhysicalDevice boxed_physicalDevice,  in on_vkGetPhysicalDeviceImageFormatProperties2()
 909     void on_vkGetPhysicalDeviceFormatProperties(android::base::BumpPool* pool,  in on_vkGetPhysicalDeviceFormatProperties()
 923     void on_vkGetPhysicalDeviceFormatProperties2(android::base::BumpPool* pool,  in on_vkGetPhysicalDeviceFormatProperties2()
 [all …]
 
 | 
| D | VulkanStream_unittest.cpp | 510     BumpPool pool;  in TEST()  local562     BumpPool pool;  in TEST()  local
 612     BumpPool pool;  in TEST()  local
 672     BumpPool pool;  in TEST()  local
 
 | 
| D | VulkanStream.cpp | 182 android::base::BumpPool* VulkanStream::pool() { return &mPool; }  in pool()  function in gfxstream::vk::VulkanStream
 | 
| D | VkAndroidNativeBuffer.h | 92         VkCommandPool pool = VK_NULL_HANDLE;  member
 | 
| D | VkSubDecoder.cpp | 39     android::base::BumpPool* pool = readStream->pool();  in subDecode()  local
 | 
| /device/generic/goldfish-opengl/system/vulkan_enc/ | 
| D | DescriptorSetVirtualization.cpp | 58 static void initializeReifiedDescriptorSet(VkDescriptorPool pool, VkDescriptorSetLayout setLayout, …  in initializeReifiedDescriptorSet()362     VkDescriptorPool pool = pAllocateInfo->descriptorPool;  in validateDescriptorSetAllocation()  local
 395             for (auto& pool : descriptorCountCopy) {  in validateDescriptorSetAllocation()  local
 411 void applyDescriptorSetAllocation(VkDescriptorPool pool, VkDescriptorSetLayout setLayout) {  in applyDescriptorSetAllocation()
 426 void removeDescriptorSetAllocation(VkDescriptorPool pool, const std::vector<VkDescriptorSetLayoutBi…  in removeDescriptorSetAllocation()
 445 void fillDescriptorSetInfoForPool(VkDescriptorPool pool, VkDescriptorSetLayout setLayout, VkDescrip…  in fillDescriptorSetInfoForPool()
 469     VkDescriptorPool pool = pAllocateInfo->descriptorPool;  in validateAndApplyVirtualDescriptorSetAllocation()  local
 497     VkDescriptorPool pool = reified->pool;  in removeDescriptorSetFromPool()  local
 519 std::vector<VkDescriptorSet> clearDescriptorPool(VkDescriptorPool pool, bool usePoolIds) {  in clearDescriptorPool()
 
 | 
| D | VkEncoder.cpp | 115     auto pool = mImpl->pool();  in vkCreateInstance()  local248     auto pool = mImpl->pool();  in vkDestroyInstance()  local
 362     auto pool = mImpl->pool();  in vkEnumeratePhysicalDevices()  local
 513     auto pool = mImpl->pool();  in vkGetPhysicalDeviceFeatures()  local
 608     auto pool = mImpl->pool();  in vkGetPhysicalDeviceFormatProperties()  local
 711     auto pool = mImpl->pool();  in vkGetPhysicalDeviceImageFormatProperties()  local
 836     auto pool = mImpl->pool();  in vkGetPhysicalDeviceProperties()  local
 934     auto pool = mImpl->pool();  in vkGetPhysicalDeviceQueueFamilyProperties()  local
 1091     auto pool = mImpl->pool();  in vkGetPhysicalDeviceMemoryProperties()  local
 1186     auto pool = mImpl->pool();  in vkGetInstanceProcAddr()  local
 [all …]
 
 | 
| D | vkQueueFlushCommandsGOOGLE_encode_impl.cpp.inl | 8 auto pool = mImpl->pool();  variable
 | 
| D | VkEncoder.cpp.inl | 22     BumpPool* pool() { return &m_pool; }  function in VkEncoder::Impl
 | 
| D | DescriptorSetVirtualization.h | 63     VkDescriptorPool pool;  member
 | 
| D | ResourceTracker.cpp | 461     void unregister_VkCommandPool(VkCommandPool pool) {  in unregister_VkCommandPool()736 …rDescriptorPoolAndUnregisterDescriptorSets(void* context, VkDevice device, VkDescriptorPool pool) {  in clearDescriptorPoolAndUnregisterDescriptorSets()
 751     void unregister_VkDescriptorPool(VkDescriptorPool pool) {  in unregister_VkDescriptorPool()
 762     bool descriptorPoolSupportsIndividualFreeLocked(VkDescriptorPool pool) {  in descriptorPoolSupportsIndividualFreeLocked()
 4896         VkDescriptorPool pool = *pDescriptorPool;  in on_vkCreateDescriptorPool()  local
 5781             VkDescriptorPool pool = reified->pool;  in commitDescriptorSetUpdates()  local
 
 | 
| /device/generic/goldfish-opengl/system/codecs/c2/decoders/vpxdec/ | 
| D | C2GoldfishVpxDec.cpp | 488 void C2GoldfishVpxDec::checkContext(const std::shared_ptr<C2BlockPool> &pool) {  in checkContext()598                                const std::shared_ptr<C2BlockPool> &pool) {  in process()
 727 C2GoldfishVpxDec::outputBuffer(const std::shared_ptr<C2BlockPool> &pool,  in outputBuffer()
 869                                 const std::shared_ptr<C2BlockPool> &pool,  in drainInternal()
 891                                     const std::shared_ptr<C2BlockPool> &pool) {  in drain()
 
 | 
| /device/generic/goldfish-opengl/system/codecs/c2/decoders/avcdec/ | 
| D | C2GoldfishAvcDec.cpp | 717 C2GoldfishAvcDec::ensureDecoderState(const std::shared_ptr<C2BlockPool> &pool) {  in ensureDecoderState()746 void C2GoldfishAvcDec::checkMode(const std::shared_ptr<C2BlockPool> &pool) {  in checkMode()
 900                                const std::shared_ptr<C2BlockPool> &pool) {  in process()
 1068                                 const std::shared_ptr<C2BlockPool> &pool,  in drainInternal()
 1125                                     const std::shared_ptr<C2BlockPool> &pool) {  in drain()
 
 | 
| /device/generic/goldfish-opengl/system/codecs/c2/decoders/hevcdec/ | 
| D | C2GoldfishHevcDec.cpp | 663 C2GoldfishHevcDec::ensureDecoderState(const std::shared_ptr<C2BlockPool> &pool) {  in ensureDecoderState()692 void C2GoldfishHevcDec::checkMode(const std::shared_ptr<C2BlockPool> &pool) {  in checkMode()
 847                                const std::shared_ptr<C2BlockPool> &pool) {  in process()
 1019                                 const std::shared_ptr<C2BlockPool> &pool,  in drainInternal()
 1076                                     const std::shared_ptr<C2BlockPool> &pool) {  in drain()
 
 | 
| /device/generic/vulkan-cereal/fake-android-guest/androidImpl/ | 
| D | vulkanhal_unittest.cpp | 608         VkDescriptorPool pool,  in allocateTestDescriptorSetsFromExistingPool()1276     VkCommandPool pool;  in TEST_P()  local
 1358     VkCommandPool pool;  in TEST_P()  local
 1442     VkDescriptorPool pool;  in TEST_P()  local
 1474     VkDescriptorPool pool;  in TEST_P()  local
 1508     VkDescriptorPool pool;  in TEST_P()  local
 1537     VkDescriptorPool pool;  in TEST_P()  local
 1668     VkDescriptorPool pool;  in TEST_P()  local
 1845     VkDescriptorPool pool;  in TEST_P()  local
 2003     VkDescriptorPool pool;  in TEST_P()  local
 [all …]
 
 | 
| /device/google/cuttlefish/common/libs/utils/ | 
| D | unique_resource_allocator.h | 101   static UniqueResourceAllocator& Create(const std::vector<T>& pool) {  in Create()107       const std::vector<T>& pool) {  in New()
 
 | 
| /device/google/cuttlefish/host/frontend/webrtc/ | 
| D | cvd_video_frame_buffer.cpp | 34 std::multimap<int, std::vector<uint8_t>> pool;  variable
 | 
| /device/generic/goldfish-opengl/system/codecs/c2/decoders/base/ | 
| D | color_buffer_utils.cpp | 121 uint64_t getClientUsage(const std::shared_ptr<C2BlockPool> &pool) {  in getClientUsage()
 | 
| /device/generic/vulkan-cereal/stream-servers/apigen-codec-common/X11/extensions/ | 
| D | XKBsrv.h | 1110 	char *		pool;  member
 | 
| /device/google/cuttlefish/host/libs/graphics_detector/include/vulkan/ | 
| D | vulkan.hpp | 5634               PoolType                  pool,  in PoolFree()
 |