/external/skqp/tests/ |
D | GrMemoryPoolTest.cpp | 252 auto allocateMemory = [](GrMemoryPool& pool, AutoPoolReleaser& r) { in DEF_TEST() local 277 allocateMemory(pool, r); in DEF_TEST() 294 allocateMemory(pool, r); in DEF_TEST() 297 allocateMemory(pool, r); in DEF_TEST()
|
/external/skia/tests/ |
D | GrMemoryPoolTest.cpp | 252 auto allocateMemory = [](GrMemoryPool& pool, AutoPoolReleaser& r) { in DEF_TEST() local 277 allocateMemory(pool, r); in DEF_TEST() 294 allocateMemory(pool, r); in DEF_TEST() 297 allocateMemory(pool, r); in DEF_TEST()
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkMemUtil.cpp | 204 Move<VkDeviceMemory> mem = allocateMemory(m_vk, m_device, &allocInfo); in allocate() 224 Move<VkDeviceMemory> mem = allocateMemory(m_vk, m_device, &allocInfo); in allocate() 253 Move<VkDeviceMemory> mem = allocateMemory(vkd, device, &allocInfo); in allocateDedicated()
|
D | vkDeviceFunctionPointers.inl | 10 AllocateMemoryFunc allocateMemory; variable
|
D | vkRefUtil.inl | 6 Move<VkDeviceMemory> allocateMemory (const DeviceInterface& vk, VkDevice device, const VkMem…
|
D | vkRefUtilImpl.inl | 173 Move<VkDeviceMemory> allocateMemory (const DeviceInterface& vk, VkDevice device, const VkMemoryAllo… function 176 VK_CHECK(vk.allocateMemory(device, pAllocateInfo, pAllocator, &object));
|
D | vkInitDeviceFunctionPointers.inl | 10 m_vk.allocateMemory = (AllocateMemoryFunc) GET_PROC_ADDR("vkAllocateMemory");
|
D | vkDeviceDriverImpl.inl | 35 VkResult DeviceDriver::allocateMemory (VkDevice device, const VkMemoryAllocateInfo* pAllocateInfo, … function in DeviceDriver 37 return m_vk.allocateMemory(device, pAllocateInfo, pAllocator, pMemory);
|
D | vkConcreteDeviceInterface.inl | 10 virtual VkResult allocateMemory (VkDevice device, const VkMemoryAllocateInfo* pAllocateInf…
|
D | vkVirtualDeviceInterface.inl | 10 virtual VkResult allocateMemory (VkDevice device, const VkMemoryAllocateInfo* pAllocateInf…
|
D | vkNullDriver.cpp | 1121 VKAPI_ATTR VkResult VKAPI_CALL allocateMemory (VkDevice device, const VkMemoryAllocateInfo* pAlloca… in allocateMemory() function
|
/external/deqp/external/vulkancts/modules/vulkan/util/ |
D | vktExternalMemoryUtil.cpp | 865 return vk::allocateMemory(vkd, device, &info); in allocateExportableMemory() 897 return vk::allocateMemory(vkd, device, &info); in allocateExportableMemory() 940 return vk::allocateMemory(vkd, device, &info); in allocateExportableMemory() 983 vk::Move<vk::VkDeviceMemory> memory (vk::allocateMemory(vkd, device, &info)); in importMemory() 1014 vk::Move<vk::VkDeviceMemory> memory (vk::allocateMemory(vkd, device, &info)); in importMemory() 1054 vk::Move<vk::VkDeviceMemory> memory (vk::allocateMemory(vkd, device, &info)); in importMemory()
|
/external/deqp/external/vulkancts/modules/vulkan/memory/ |
D | vktMemoryBindingTests.cpp | 481 vk.allocateMemory(vkDevice, &memAlloc, (VkAllocationCallbacks*)DE_NULL, &rawMemory); in createMemory() 506 vk.allocateMemory(vkDevice, &memAlloc, (VkAllocationCallbacks*)DE_NULL, &rawMemory); in createMemory() 533 vk.allocateMemory(vkDevice, &memAlloc, static_cast<VkAllocationCallbacks*>(DE_NULL), &rawMemory); in createMemory() 559 vk.allocateMemory(vkDevice, &memAlloc, static_cast<VkAllocationCallbacks*>(DE_NULL), &rawMemory); in createMemory() 769 vk.allocateMemory(vkDevice, &memAlloc, static_cast<VkAllocationCallbacks*>(DE_NULL), &rawMemory); in createBuffer()
|
D | vktMemoryAllocationTests.cpp | 348 …VK_CHECK(vkd.allocateMemory(device, &alloc, (const VkAllocationCallbacks*)DE_NULL, &memoryObjects[… in iterate() 386 …VK_CHECK(vkd.allocateMemory(device, &alloc, (const VkAllocationCallbacks*)DE_NULL, &memoryObjects[… in iterate() 439 const Unique<VkDeviceMemory> memory (allocateMemory(vk, device, &allocInfo)); in iterate() 655 …VK_CHECK(vkd.allocateMemory(device, &alloc, (const VkAllocationCallbacks*)DE_NULL, &heap.objects.b… in iterate()
|
D | vktMemoryMappingTests.cpp | 293 const Unique<VkDeviceMemory> memory (allocateMemory(vk, device, &allocInfo)); in computeDeviceMemorySystemMemFootprint() 415 return allocateMemory(vk, device, &pAllocInfo); in allocMemory() 438 return allocateMemory(vk, device, &pAllocInfo); in allocMemory()
|
D | vktMemoryExternalMemoryHostTests.cpp | 240 return allocateMemory(m_vkd, m_device, &memoryAllocateInfo, DE_NULL); in allocateMemoryFromHostPointer()
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiGetMemoryCommitment.cpp | 395 …Move<VkDeviceMemory> memory = allocateMemory(vkd, device, &memAllocInfo, (const VkAllocationCallba… in iterate() 483 …Move<VkDeviceMemory> memory = allocateMemory(vkd, device, &memAllocInfo, (const VkAllocationCa… in isDeviceMemoryCommitmentOk()
|
D | vktApiBufferViewCreateTests.cpp | 195 memory = allocateMemory(vk, vkDevice, &memAlloc, (const VkAllocationCallbacks*)DE_NULL); in createTestBuffer() 313 …result = vk.allocateMemory(vkDevice, &memoryAllocateInfo, (VkAllocationCallbacks*)DE_NULL, &rawMem… in createTestBuffer()
|
D | vktApiBufferTests.cpp | 427 result = vk.allocateMemory(vkDevice, &memAlloc, (VkAllocationCallbacks*)DE_NULL, &rawMemory); in bufferCreateAndAllocTest() 652 …result = vk.allocateMemory(vkDevice, &memoryAllocateInfo, (VkAllocationCallbacks*)DE_NULL, &rawMem… in bufferCreateAndAllocTest()
|
/external/deqp/external/vulkancts/modules/vulkan/device_group/ |
D | vktDeviceGroupRendering.cpp | 522 vertexBufferMemory = allocateMemory(vk, *m_deviceGroup, &allocInfo); in iterate() 594 indexBufferMemory = allocateMemory(vk, *m_deviceGroup, &allocInfo); in iterate() 666 uniformBufferMemory = allocateMemory(vk, *m_deviceGroup, &allocInfo); in iterate() 737 sboBufferMemory = allocateMemory(vk, *m_deviceGroup, &allocInfo); in iterate() 817 imageMemory = allocateMemory(vk, *m_deviceGroup, &allocInfo); in iterate()
|
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/ |
D | vktSparseResourcesTestsUtil.cpp | 696 VK_CHECK(vk.allocateMemory(device, &allocInfo, DE_NULL, &deviceMemory)); in makeSparseImageMemoryBind() 726 VK_CHECK(vk.allocateMemory(device, &allocInfo, DE_NULL, &deviceMemory)); in makeSparseMemoryBind()
|
D | vktSparseResourcesBufferSparseBinding.cpp | 200 sparseMemoryAllocation = allocateMemory(deviceInterface, getDevice(), &allocateInfo); in iterate()
|
/external/icu/icu4c/source/i18n/ |
D | usearch.cpp | 186 inline void * allocateMemory(uint32_t size, UErrorCode *status) in allocateMemory() function 222 int32_t *temp = (int32_t *)allocateMemory( in addTouint32_tArray() 262 int64_t *temp = (int64_t *)allocateMemory( in addTouint64_tArray() 858 norm = (UChar *)allocateMemory((size + 1) * sizeof(UChar), in checkExtraMatchAccents() 1373 destination = (UChar *)allocateMemory( in addToUCharArray()
|
/external/deqp/external/vulkancts/modules/vulkan/synchronization/ |
D | vktSynchronizationWin32KeyedMutexTests.cpp | 288 vk::Move<vk::VkDeviceMemory> memory (vk::allocateMemory(vkd, device, &info)); in importMemory()
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineRenderToImageTests.cpp | 933 const VkResult result = vk.allocateMemory(device, &allocateInfo, DE_NULL, &object); in testWithSizeReduction()
|