Home
last modified time | relevance | path

Searched defs:pool (Results 1 – 22 of 22) sorted by relevance

/device/generic/vulkan-cereal/stream-servers/vulkan/cereal/common/
Dgoldfish_vk_unbox.cpp37 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/
DVkDecoderSnapshot.cpp56 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 …]
DVkDecoderGlobalState.cpp417 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 …]
DVulkanStream_unittest.cpp510 BumpPool pool; in TEST() local
562 BumpPool pool; in TEST() local
612 BumpPool pool; in TEST() local
672 BumpPool pool; in TEST() local
DVulkanStream.cpp182 android::base::BumpPool* VulkanStream::pool() { return &mPool; } in pool() function in gfxstream::vk::VulkanStream
DVkAndroidNativeBuffer.h92 VkCommandPool pool = VK_NULL_HANDLE; member
DVkSubDecoder.cpp39 android::base::BumpPool* pool = readStream->pool(); in subDecode() local
/device/generic/goldfish-opengl/system/vulkan_enc/
DDescriptorSetVirtualization.cpp58 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()
DVkEncoder.cpp115 auto pool = mImpl->pool(); in vkCreateInstance() local
248 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 …]
DvkQueueFlushCommandsGOOGLE_encode_impl.cpp.inl8 auto pool = mImpl->pool(); variable
DVkEncoder.cpp.inl22 BumpPool* pool() { return &m_pool; } function in VkEncoder::Impl
DDescriptorSetVirtualization.h63 VkDescriptorPool pool; member
DResourceTracker.cpp461 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/
DC2GoldfishVpxDec.cpp488 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/
DC2GoldfishAvcDec.cpp717 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/
DC2GoldfishHevcDec.cpp663 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/
Dvulkanhal_unittest.cpp608 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/
Dunique_resource_allocator.h101 static UniqueResourceAllocator& Create(const std::vector<T>& pool) { in Create()
107 const std::vector<T>& pool) { in New()
/device/google/cuttlefish/host/frontend/webrtc/
Dcvd_video_frame_buffer.cpp34 std::multimap<int, std::vector<uint8_t>> pool; variable
/device/generic/goldfish-opengl/system/codecs/c2/decoders/base/
Dcolor_buffer_utils.cpp121 uint64_t getClientUsage(const std::shared_ptr<C2BlockPool> &pool) { in getClientUsage()
/device/generic/vulkan-cereal/stream-servers/apigen-codec-common/X11/extensions/
DXKBsrv.h1110 char * pool; member
/device/google/cuttlefish/host/libs/graphics_detector/include/vulkan/
Dvulkan.hpp5634 PoolType pool, in PoolFree()