Home
last modified time | relevance | path

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

12

/hardware/google/gfxstream/host/vulkan/
DVkDecoderSnapshot.cpp60 android::base::BumpPool* pool, VkResult input_result, in vkCreateInstance()
76 android::base::BumpPool* pool, VkInstance instance, in vkDestroyInstance()
83 android::base::BumpPool* pool, VkResult input_result, in vkEnumeratePhysicalDevices()
106 android::base::BumpPool* pool, VkPhysicalDevice physicalDevice, in vkGetPhysicalDeviceFeatures()
110 android::base::BumpPool* pool, in vkGetPhysicalDeviceFormatProperties()
114 const uint8_t* snapshotTraceBegin, size_t snapshotTraceBytes, android::base::BumpPool* pool, in vkGetPhysicalDeviceImageFormatProperties()
119 android::base::BumpPool* pool, in vkGetPhysicalDeviceProperties()
124 android::base::BumpPool* pool, in vkGetPhysicalDeviceQueueFamilyProperties()
131 android::base::BumpPool* pool, in vkGetPhysicalDeviceMemoryProperties()
135 android::base::BumpPool* pool, PFN_vkVoidFunction input_result, in vkGetInstanceProcAddr()
[all …]
DVkDecoderGlobalState.cpp885 VkResult on_vkEnumerateInstanceVersion(android::base::BumpPool* pool, uint32_t* pApiVersion) { in on_vkEnumerateInstanceVersion()
899 VkResult on_vkCreateInstance(android::base::BumpPool* pool, in on_vkCreateInstance()
1069 void on_vkDestroyInstance(android::base::BumpPool* pool, VkInstance boxed_instance, in on_vkDestroyInstance()
1081 VkResult on_vkEnumeratePhysicalDevices(android::base::BumpPool* pool, VkInstance boxed_instance, in on_vkEnumeratePhysicalDevices()
1205 void on_vkGetPhysicalDeviceFeatures(android::base::BumpPool* pool, in on_vkGetPhysicalDeviceFeatures()
1216 void on_vkGetPhysicalDeviceFeatures2(android::base::BumpPool* pool, in on_vkGetPhysicalDeviceFeatures2()
1270 android::base::BumpPool* pool, VkPhysicalDevice boxed_physicalDevice, VkFormat format, in on_vkGetPhysicalDeviceImageFormatProperties()
1299 android::base::BumpPool* pool, VkPhysicalDevice boxed_physicalDevice, in on_vkGetPhysicalDeviceImageFormatProperties2()
1386 void on_vkGetPhysicalDeviceFormatProperties(android::base::BumpPool* pool, in on_vkGetPhysicalDeviceFormatProperties()
1400 void on_vkGetPhysicalDeviceFormatProperties2(android::base::BumpPool* pool, in on_vkGetPhysicalDeviceFormatProperties2()
[all …]
DVulkanStream.cpp182 android::base::BumpPool* VulkanStream::pool() { return &mPool; } in pool() function in gfxstream::vk::VulkanStream
DVkAndroidNativeBuffer.h92 VkCommandPool pool = VK_NULL_HANDLE; member
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_command_pool.c52 struct vk_command_pool *pool, in vk_command_pool_init()
72 vk_command_pool_finish(struct vk_command_pool *pool) in vk_command_pool_finish()
96 struct vk_command_pool *pool; in vk_common_CreateCommandPool() local
161 vk_command_buffer_recycle_or_destroy(struct vk_command_pool *pool, in vk_command_buffer_recycle_or_destroy()
177 vk_command_pool_find_free(struct vk_command_pool *pool) in vk_command_pool_find_free()
248 vk_command_pool_trim(struct vk_command_pool *pool, in vk_command_pool_trim()
Dvk_command_buffer.c31 vk_command_buffer_init(struct vk_command_pool *pool, in vk_command_buffer_init()
Dvk_command_buffer.h107 struct vk_command_pool *pool; member
/hardware/google/gfxstream/guest/mesa/src/util/
Dslab.c125 void slab_create_child(struct slab_child_pool *pool, in slab_create_child()
140 void slab_destroy_child(struct slab_child_pool *pool) in slab_destroy_child()
177 slab_add_new_page(struct slab_child_pool *pool) in slab_add_new_page()
207 slab_alloc(struct slab_child_pool *pool) in slab_alloc()
238 slab_zalloc(struct slab_child_pool *pool) in slab_zalloc()
255 void slab_free(struct slab_child_pool *pool, void *ptr) in slab_free()
/hardware/google/gfxstream/guest/vulkan_enc/
DDescriptorSetVirtualization.cpp60 static void initializeReifiedDescriptorSet(VkDescriptorPool pool, VkDescriptorSetLayout setLayout, in initializeReifiedDescriptorSet()
382 VkDescriptorPool pool = pAllocateInfo->descriptorPool; in validateDescriptorSetAllocation() local
417 for (auto& pool : descriptorCountCopy) { in validateDescriptorSetAllocation() local
433 void applyDescriptorSetAllocation(VkDescriptorPool pool, VkDescriptorSetLayout setLayout) { in applyDescriptorSetAllocation()
448 void removeDescriptorSetAllocation(VkDescriptorPool pool, in removeDescriptorSetAllocation()
468 void fillDescriptorSetInfoForPool(VkDescriptorPool pool, VkDescriptorSetLayout setLayout, in fillDescriptorSetInfoForPool()
494 VkDescriptorPool pool = pAllocateInfo->descriptorPool; in validateAndApplyVirtualDescriptorSetAllocation() local
522 VkDescriptorPool pool = reified->pool; in removeDescriptorSetFromPool() local
545 std::vector<VkDescriptorSet> clearDescriptorPool(VkDescriptorPool pool, bool usePoolIds) { in clearDescriptorPool()
DVkEncoder.cpp116 auto pool = mImpl->pool(); in vkCreateInstance() local
248 auto pool = mImpl->pool(); in vkDestroyInstance() local
361 auto pool = mImpl->pool(); in vkEnumeratePhysicalDevices() local
511 auto pool = mImpl->pool(); in vkGetPhysicalDeviceFeatures() local
605 auto pool = mImpl->pool(); in vkGetPhysicalDeviceFormatProperties() local
707 auto pool = mImpl->pool(); in vkGetPhysicalDeviceImageFormatProperties() local
831 auto pool = mImpl->pool(); in vkGetPhysicalDeviceProperties() local
928 auto pool = mImpl->pool(); in vkGetPhysicalDeviceQueueFamilyProperties() local
1084 auto pool = mImpl->pool(); in vkGetPhysicalDeviceMemoryProperties() local
1178 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
/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/userhal/src/
DUserHalHelper.cpp311 Result<VehiclePropValuePool::RecyclableType> toVehiclePropValue(VehiclePropValuePool& pool, in toVehiclePropValue()
329 VehiclePropValuePool::RecyclableType toVehiclePropValue(VehiclePropValuePool& pool, in toVehiclePropValue()
345 VehiclePropValuePool::RecyclableType toVehiclePropValue(VehiclePropValuePool& pool, in toVehiclePropValue()
361 VehiclePropValuePool::RecyclableType toVehiclePropValue(VehiclePropValuePool& pool, in toVehiclePropValue()
377 VehiclePropValuePool& pool, const UserIdentificationResponse& response) { in toVehiclePropValue()
/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/userhal/test/
DUserHalHelper_test.cpp590 VehiclePropValuePool pool; in TEST() local
608 VehiclePropValuePool pool; in TEST() local
630 VehiclePropValuePool pool; in TEST() local
654 VehiclePropValuePool pool; in TEST() local
675 VehiclePropValuePool pool; in TEST() local
701 VehiclePropValuePool pool; in TEST() local
/hardware/interfaces/media/c2/aidl/aidl_api/android.hardware.media.c2/1/android/hardware/media/c2/
DIComponentStore.aidl38 ….hardware.media.c2.IComponentListener listener, in android.hardware.media.bufferpool2.IClientManag… in createComponent()
/hardware/interfaces/media/c2/aidl/android/hardware/media/c2/
DIComponentStore.aidl125 in android.hardware.media.bufferpool2.IClientManager pool); in createComponent()
/hardware/interfaces/media/c2/aidl/aidl_api/android.hardware.media.c2/current/android/hardware/media/c2/
DIComponentStore.aidl38 ….hardware.media.c2.IComponentListener listener, in android.hardware.media.bufferpool2.IClientManag… in createComponent()
/hardware/interfaces/neuralnetworks/1.2/vts/functional/
DValidateBurst.cpp257 [](const auto& pool) { return reinterpret_cast<intptr_t>(&pool); }); in validateBurstSerialization()
383 [](const auto& pool) { return reinterpret_cast<intptr_t>(&pool); }); in validateBurstSanitized()
/hardware/interfaces/neuralnetworks/1.3/vts/functional/
DValidateBurst.cpp263 [](const auto& pool) { return reinterpret_cast<intptr_t>(&pool); }); in validateBurstSerialization()
389 [](const auto& pool) { return reinterpret_cast<intptr_t>(&pool); }); in validateBurstSanitized()
/hardware/qcom/wlan/wcn6740/qcwcn/wifi_hal/
Dnan.cpp1688 u32 instance_id, NanRole pool) in saveServiceId()
1761 u8 *NanCommand::getServiceId(u32 instance_id, NanRole pool) in getServiceId()
1798 u32 instance_id, NanRole pool) in deleteServiceId()
1878 void NanCommand::reallocSvcParams(NanRole pool) in reallocSvcParams()
/hardware/interfaces/neuralnetworks/utils/adapter/aidl/src/
DBurst.cpp76 const auto& pool = request->pools[i]; in ensureAllMemoriesAreCached() local
/hardware/interfaces/neuralnetworks/aidl/vts/functional/
DValidateRequest.cpp267 for (const auto& pool : request.pools) { in validateBurst() local
DGeneratedTestHarness.cpp319 const auto pool = nn::createSharedMemory(constRefSize).value(); in createModel() local
332 for (auto& pool : pools) { in createModel() local
666 for (const auto& pool : request.pools) { in EvaluatePreparedModel() local
/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
DDefaultVehicleHal.cpp482 auto& pool = *getValuePool(); in onContinuousPropertyTimer() local

12