/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/vulkan/ |
D | vk_mem_alloc_wrapper.cpp | 62 void DestroyAllocator(VmaAllocator allocator) in DestroyAllocator() 67 void FreeMemory(VmaAllocator allocator, VmaAllocation allocation) in FreeMemory() 72 VkResult CreateBuffer(VmaAllocator allocator, in CreateBuffer() 95 VkResult FindMemoryTypeIndexForBufferInfo(VmaAllocator allocator, in FindMemoryTypeIndexForBufferInfo() 111 void GetMemoryTypeProperties(VmaAllocator allocator, in GetMemoryTypeProperties() 118 VkResult MapMemory(VmaAllocator allocator, VmaAllocation allocation, void **ppData) in MapMemory() 123 void UnmapMemory(VmaAllocator allocator, VmaAllocation allocation) in UnmapMemory() 128 void FlushAllocation(VmaAllocator allocator, in FlushAllocation() 136 void InvalidateAllocation(VmaAllocator allocator, in InvalidateAllocation()
|
D | vk_utils.cpp | 417 const vk::Allocator &allocator = renderer->getAllocator(); in init() local 446 angle::Result InitMappableAllocation(const vk::Allocator &allocator, in InitMappableAllocation()
|
/device/google/contexthub/firmware/os/core/ |
D | slab.c | 31 struct SlabAllocator *allocator; in slabAllocatorNew() local 52 void slabAllocatorDestroy(struct SlabAllocator *allocator) in slabAllocatorDestroy() 57 void* slabAllocatorAlloc(struct SlabAllocator *allocator) in slabAllocatorAlloc() 67 void slabAllocatorFree(struct SlabAllocator *allocator, void* ptrP) in slabAllocatorFree() 80 void* slabAllocatorGetNth(struct SlabAllocator *allocator, uint32_t idx) in slabAllocatorGetNth() 88 uint32_t slabAllocatorGetIndex(struct SlabAllocator *allocator, void* ptrP) in slabAllocatorGetIndex() 100 uint32_t slabAllocatorGetNumItems(struct SlabAllocator *allocator) in slabAllocatorGetNumItems()
|
D | osApi.c | 254 struct SlabAllocator *allocator = va_arg(args, struct SlabAllocator *); in osExpApiSlabDestroy() local 261 struct SlabAllocator *allocator = va_arg(args, struct SlabAllocator *); in osExpApiSlabAlloc() local 268 struct SlabAllocator *allocator = va_arg(args, struct SlabAllocator *); in osExpApiSlabFree() local
|
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/ |
D | HandleAllocator_unittest.cpp | 19 gl::HandleAllocator allocator; in TEST() local 44 gl::HandleAllocator allocator; in TEST() local 96 gl::HandleAllocator allocator; in TEST() local 108 gl::HandleAllocator allocator; in TEST() local 121 gl::HandleAllocator allocator; in TEST() local 141 gl::HandleAllocator allocator; in TEST() local 156 gl::HandleAllocator allocator; in TEST() local 176 gl::HandleAllocator allocator; in TEST() local
|
/device/generic/goldfish-opengl/android-emu/android/base/ |
D | address_space.h | 147 struct address_space_allocator *allocator, in address_space_allocator_split_block() 204 struct address_space_allocator *allocator, in address_space_allocator_release_block() 252 struct address_space_allocator *allocator, in address_space_allocator_allocate() 281 struct address_space_allocator *allocator, in address_space_allocator_deallocate() 306 struct address_space_allocator *allocator, in address_space_allocator_init() 333 struct address_space_allocator *allocator) in address_space_allocator_destroy() 345 struct address_space_allocator *allocator) in address_space_allocator_destroy_nocleanup() 353 struct address_space_allocator *allocator) in address_space_allocator_reset() 369 struct address_space_allocator *allocator, in address_space_allocator_run()
|
D | AndroidSubAllocator.cpp | 61 [](void* context, struct address_space_allocator* allocator) { in save() 89 [](void* context, struct address_space_allocator* allocator) { in load()
|
/device/generic/vulkan-cereal/base/ |
D | address_space.h | 166 struct address_space_allocator *allocator, in address_space_allocator_split_block() 228 struct address_space_allocator *allocator, in address_space_allocator_split_block_at_offset() 302 struct address_space_allocator *allocator, in address_space_allocator_release_block() 350 struct address_space_allocator *allocator, in address_space_allocator_allocate() 380 struct address_space_allocator *allocator, in address_space_allocator_allocate_fixed() 413 struct address_space_allocator *allocator, in address_space_allocator_deallocate() 438 struct address_space_allocator *allocator, in address_space_allocator_init() 465 struct address_space_allocator *allocator) in address_space_allocator_destroy_nocleanup() 473 struct address_space_allocator *allocator) in address_space_allocator_reset() 489 struct address_space_allocator *allocator, in address_space_allocator_run()
|
D | SubAllocator.cpp | 58 [](void* context, struct address_space_allocator* allocator) { in save() 86 [](void* context, struct address_space_allocator* allocator) { in load()
|
/device/generic/vulkan-cereal/include/vulkan/ |
D | vulkan_funcs.hpp | 37 Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator, in createInstance() 55 Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator, in createInstanceUnique() 82 …VULKAN_HPP_INLINE void Instance::destroy( Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks… in destroy() 406 … Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator, in createDevice() 425 … Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator, in createDeviceUnique() 453 …VULKAN_HPP_INLINE void Device::destroy( Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> … in destroy() 875 Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator, in allocateMemory() 894 … Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator, in allocateMemoryUnique() 925 … Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator, in freeMemory() 949 … Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator, in free() [all …]
|
D | vulkan_raii.hpp | 2374 …VULKAN_HPP_NAMESPACE::Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator = nullpt… in Instance() 2391 …VULKAN_HPP_NAMESPACE::Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator = nullpt… in Instance() 3056 …VULKAN_HPP_NAMESPACE::Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator = nullpt… in Device() 3075 …VULKAN_HPP_NAMESPACE::Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator = nullpt… in Device() 3825 …VULKAN_HPP_NAMESPACE::Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator = nullpt… in AccelerationStructureKHR() 3845 …VULKAN_HPP_NAMESPACE::Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator = nullpt… in AccelerationStructureKHR() 3925 …VULKAN_HPP_NAMESPACE::Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator = nullpt… in AccelerationStructureNV() 3945 …VULKAN_HPP_NAMESPACE::Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator = nullpt… in AccelerationStructureNV() 4032 …VULKAN_HPP_NAMESPACE::Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator = nullpt… in Buffer() 4050 …VULKAN_HPP_NAMESPACE::Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator = nullpt… in Buffer() [all …]
|
/device/generic/vulkan-cereal/fake-android-guest/libvulkan/ |
D | debug_report.cpp | 27 const VkAllocationCallbacks& allocator) { in AddCallback() 44 const VkAllocationCallbacks& allocator) { in RemoveCallback() 122 const VkAllocationCallbacks* allocator, in CreateDebugReportCallbackEXT() 153 const VkAllocationCallbacks* allocator) { in DestroyDebugReportCallbackEXT()
|
D | api.cpp | 50 OverrideLayerNames(bool is_instance, const VkAllocationCallbacks& allocator) in OverrideLayerNames() 322 const VkAllocationCallbacks& allocator) in OverrideExtensionNames() 497 const VkAllocationCallbacks& allocator) in LayerChain() 779 const VkAllocationCallbacks* allocator, in Create() 852 const VkAllocationCallbacks* allocator, in Create() 1004 const VkAllocationCallbacks& allocator) { in DestroyLayers() 1062 const VkAllocationCallbacks* allocator, in CreateInstance() 1088 const VkAllocationCallbacks* allocator, in CreateDevice() 1114 const VkAllocationCallbacks* allocator) { in DestroyInstance() 1135 const VkAllocationCallbacks* allocator) { in DestroyDevice()
|
D | driver.cpp | 300 const VkAllocationCallbacks& allocator) in CreateInfoWrapper() 312 const VkAllocationCallbacks& allocator) in CreateInfoWrapper() 644 InstanceData* AllocateInstanceData(const VkAllocationCallbacks& allocator) { in AllocateInstanceData() 655 const VkAllocationCallbacks& allocator) { in FreeInstanceData() 661 const VkAllocationCallbacks& allocator, in AllocateDeviceData() 672 void FreeDeviceData(DeviceData* data, const VkAllocationCallbacks& allocator) { in FreeDeviceData()
|
D | driver.h | 76 const VkAllocationCallbacks allocator; member 98 const VkAllocationCallbacks allocator; member
|
D | swapchain.cpp | 487 const VkAllocationCallbacks* allocator, in CreateAndroidSurfaceKHR() 530 const VkAllocationCallbacks* allocator) { in DestroySurfaceKHR() 924 const VkAllocationCallbacks* allocator, in CreateSwapchainKHR() 1303 const VkAllocationCallbacks* allocator) { in DestroySwapchainKHR() 1507 const VkAllocationCallbacks* allocator = &GetData(device).allocator; in QueuePresentKHR() local
|
/device/generic/vulkan-cereal/third-party/angle/src/tests/compiler_tests/ |
D | Type_test.cpp | 22 angle::PoolAllocator allocator; in TEST() local
|
D | ImmutableString_test.cpp | 33 angle::PoolAllocator allocator; member in ImmutableStringBuilderTest
|
D | RemovePow_test.cpp | 64 angle::PoolAllocator allocator; member in RemovePowTest
|
D | IntermNode_test.cpp | 134 angle::PoolAllocator allocator; member in IntermNodeTest
|
/device/generic/vulkan-cereal/fake-android-guest/androidImpl/ |
D | GraphicBuffer.cpp | 89 GraphicBufferAllocator& allocator(GraphicBufferAllocator::get()); in free_handle() local 119 GraphicBufferAllocator& allocator(GraphicBufferAllocator::get()); in reallocate() local 139 GraphicBufferAllocator& allocator = GraphicBufferAllocator::get(); in initWithSize() local
|
/device/google/contexthub/firmware/os/inc/ |
D | syscallDo.h | 205 static inline void eOsSlabAllocatorDestroy(struct SlabAllocator* allocator) in eOsSlabAllocatorDestroy() 210 static inline void* eOsSlabAllocatorAlloc(struct SlabAllocator* allocator) in eOsSlabAllocatorAlloc() 215 static inline void eOsSlabAllocatorFree(struct SlabAllocator* allocator, void* ptrP) in eOsSlabAllocatorFree()
|
/device/generic/vulkan-cereal/third-party/angle/src/tests/perf_tests/ |
D | CompilerPerf.cpp | 200 angle::PoolAllocator allocator; in IsPlatformAvailable() local
|
/device/generic/goldfish-opengl/system/hals/ |
D | allocator3.cpp | 449 sp<IAllocator3> allocator(new GoldfishAllocator()); in main() local
|
/device/generic/vulkan-cereal/third-party/angle/src/tests/test_utils/runner/ |
D | TestSuite.cpp | 163 js::Value ResultTypeToJSString(TestResultType type, js::Document::AllocatorType *allocator) in ResultTypeToJSString() 187 js::Document::AllocatorType &allocator = doc.GetAllocator(); in WriteTestResults() local
|