/external/tensorflow/tensorflow/lite/experimental/micro/ |
D | simple_tensor_allocator_test.cc | 140 uint8_t* result = allocator.AllocateMemory(arena_size, 1); in TF_LITE_MICRO_TEST() 149 uint8_t* result = allocator.AllocateMemory(1, 1); in TF_LITE_MICRO_TEST() 152 result = allocator.AllocateMemory(16, 4); in TF_LITE_MICRO_TEST() 162 uint8_t* result = allocator.AllocateMemory(768, 1); in TF_LITE_MICRO_TEST() 165 result = allocator.AllocateMemory(768, 1); in TF_LITE_MICRO_TEST()
|
D | simple_tensor_allocator.cc | 112 reinterpret_cast<char*>(AllocateMemory(result->bytes, type_size)); in AllocateTensor() 126 result->dims = reinterpret_cast<TfLiteIntArray*>(AllocateMemory( in AllocateTensor() 149 uint8_t* SimpleTensorAllocator::AllocateMemory(size_t size, size_t alignment) { in AllocateMemory() function in tflite::SimpleTensorAllocator
|
D | micro_interpreter.cc | 84 reinterpret_cast<TfLiteTensor*>(tensor_allocator_->AllocateMemory( in MicroInterpreter() 97 int* first_created = reinterpret_cast<int*>(tensor_allocator_->AllocateMemory( in MicroInterpreter() 99 int* last_used = reinterpret_cast<int*>(tensor_allocator_->AllocateMemory( in MicroInterpreter()
|
D | simple_tensor_allocator.h | 39 uint8_t* AllocateMemory(size_t size, size_t alignment);
|
/external/skqp/src/compute/hs/vk/bench/ |
D | main.c | 799 vk(AllocateMemory(device, in main() 804 vk(AllocateMemory(device, in main() 809 vk(AllocateMemory(device, in main() 814 vk(AllocateMemory(device, in main()
|
/external/mesa3d/src/vulkan/wsi/ |
D | wsi_common.c | 49 WSI_GET_CB(AllocateMemory); in wsi_device_init() 271 result = wsi->AllocateMemory(chain->device, &memory_info, in wsi_create_native_image() 367 result = wsi->AllocateMemory(chain->device, &prime_memory_info, in wsi_create_prime_image() 418 result = wsi->AllocateMemory(chain->device, &memory_info, in wsi_create_prime_image()
|
D | wsi_common.h | 60 WSI_CB(AllocateMemory);
|
/external/skia/src/compute/hs/vk/bench/ |
D | main.c | 799 vk(AllocateMemory(device, in main() 804 vk(AllocateMemory(device, in main() 809 vk(AllocateMemory(device, in main() 814 vk(AllocateMemory(device, in main()
|
/external/stressapptest/src/ |
D | sat.h | 118 bool AllocateMemory();
|
D | sat.cc | 220 bool Sat::AllocateMemory() { in AllocateMemory() function in Sat 625 if (!AllocateMemory()) in Initialize()
|
/external/vboot_reference/utility/ |
D | eficompress.c | 90 AllocateMemory ( 412 AllocateMemory () in AllocateMemory() function 886 Status = AllocateMemory(); in Encode()
|
/external/skia/src/gpu/vk/ |
D | GrVkAMDMemoryAllocator.cpp | 25 GR_COPY_FUNCTION(AllocateMemory); in GrVkAMDMemoryAllocator()
|
D | GrVkInterface.cpp | 54 ACQUIRE_PROC(AllocateMemory, VK_NULL_HANDLE, device); in GrVkInterface()
|
/external/skqp/src/gpu/vk/ |
D | GrVkAMDMemoryAllocator.cpp | 25 GR_COPY_FUNCTION(AllocateMemory); in GrVkAMDMemoryAllocator()
|
D | GrVkInterface.cpp | 54 ACQUIRE_PROC(AllocateMemory, VK_NULL_HANDLE, device); in GrVkInterface()
|
/external/webp/src/dec/ |
D | frame_dec.c | 682 static int AllocateMemory(VP8Decoder* const dec) { in AllocateMemory() function 797 if (!AllocateMemory(dec)) return 0; in VP8InitFrame()
|
/external/skia/src/gpu/ |
D | GrAHardwareBufferUtils.cpp | 424 err = VK_CALL(AllocateMemory(device, &allocInfo, nullptr, &memory)); in make_vk_backend_texture()
|
/external/skia/tests/ |
D | VkHardwareBufferTest.cpp | 478 DECLARE_VK_PROC(AllocateMemory); 566 ACQUIRE_DEVICE_VK_PROC(AllocateMemory); in init()
|
/external/skqp/tests/ |
D | VkHardwareBufferTest.cpp | 475 DECLARE_VK_PROC(AllocateMemory); 560 ACQUIRE_DEVICE_VK_PROC(AllocateMemory); in init()
|
/external/skqp/src/gpu/ |
D | GrAHardwareBufferImageGenerator.cpp | 304 err = VK_CALL(AllocateMemory(device, &allocInfo, nullptr, &memory)); in make_vk_backend_texture()
|
/external/skqp/third_party/vulkanmemoryallocator/include/ |
D | vk_mem_alloc.h | 4444 VkResult AllocateMemory( 7787 VkResult VmaAllocator_T::AllocateMemory( in AllocateMemory() function 8557 return allocator->AllocateMemory( in AllocateMemoryForImage() 8974 VkResult result = allocator->AllocateMemory( in vmaAllocateMemory() 9012 VkResult result = allocator->AllocateMemory( in vmaAllocateMemoryForBuffer() 9236 res = allocator->AllocateMemory( in vmaCreateBuffer()
|
/external/skia/third_party/vulkanmemoryallocator/include/ |
D | vk_mem_alloc.h | 4444 VkResult AllocateMemory( 7787 VkResult VmaAllocator_T::AllocateMemory( in AllocateMemory() function 8557 return allocator->AllocateMemory( in AllocateMemoryForImage() 8974 VkResult result = allocator->AllocateMemory( in vmaAllocateMemory() 9012 VkResult result = allocator->AllocateMemory( in vmaAllocateMemoryForBuffer() 9236 res = allocator->AllocateMemory( in vmaCreateBuffer()
|
/external/v8/src/wasm/ |
D | module-compiler.cc | 316 Handle<JSArrayBuffer> AllocateMemory(uint32_t num_pages); 1003 memory_ = AllocateMemory(initial_pages); in Build() 1808 Handle<JSArrayBuffer> InstanceBuilder::AllocateMemory(uint32_t num_pages) { in AllocateMemory() function in v8::internal::wasm::InstanceBuilder
|
/external/vulkan-validation-layers/layers/ |
D | gpu_validation.cpp | 173 result = dispatch_table->AllocateMemory(dev_data_->GetDevice(), &mem_alloc, NULL, &memory); in AllocMemoryChunk()
|