/hardware/google/gfxstream/host/vulkan/ |
D | VkDecoderSnapshot.cpp | 60 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 …]
|
D | VkDecoderGlobalState.cpp | 885 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 …]
|
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
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/ |
D | vk_command_pool.c | 52 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()
|
D | vk_command_buffer.c | 31 vk_command_buffer_init(struct vk_command_pool *pool, in vk_command_buffer_init()
|
D | vk_command_buffer.h | 107 struct vk_command_pool *pool; member
|
/hardware/google/gfxstream/guest/mesa/src/util/ |
D | slab.c | 125 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/ |
D | DescriptorSetVirtualization.cpp | 60 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()
|
D | VkEncoder.cpp | 116 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 …]
|
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
|
/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/userhal/src/ |
D | UserHalHelper.cpp | 311 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/ |
D | UserHalHelper_test.cpp | 590 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/ |
D | IComponentStore.aidl | 38 ….hardware.media.c2.IComponentListener listener, in android.hardware.media.bufferpool2.IClientManag… in createComponent()
|
/hardware/interfaces/media/c2/aidl/android/hardware/media/c2/ |
D | IComponentStore.aidl | 125 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/ |
D | IComponentStore.aidl | 38 ….hardware.media.c2.IComponentListener listener, in android.hardware.media.bufferpool2.IClientManag… in createComponent()
|
/hardware/interfaces/neuralnetworks/1.2/vts/functional/ |
D | ValidateBurst.cpp | 257 [](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/ |
D | ValidateBurst.cpp | 263 [](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/ |
D | nan.cpp | 1688 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/ |
D | Burst.cpp | 76 const auto& pool = request->pools[i]; in ensureAllMemoriesAreCached() local
|
/hardware/interfaces/neuralnetworks/aidl/vts/functional/ |
D | ValidateRequest.cpp | 267 for (const auto& pool : request.pools) { in validateBurst() local
|
D | GeneratedTestHarness.cpp | 319 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/ |
D | DefaultVehicleHal.cpp | 482 auto& pool = *getValuePool(); in onContinuousPropertyTimer() local
|