/third_party/skia/tests/ |
D | GrMemoryPoolTest.cpp | 253 auto allocateMemory = [](GrMemoryPool& pool, AutoPoolReleaser& r) { in DEF_TEST() local 271 allocateMemory(*pool, r); in DEF_TEST() 289 allocateMemory(*pool, r); in DEF_TEST() 292 allocateMemory(*pool, r); in DEF_TEST()
|
/third_party/flutter/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()
|
/third_party/skia/third_party/externals/swiftshader/tests/VulkanWrapper/ |
D | Buffer.cpp | 34 bufferMemory = device.allocateMemory(allocInfo); in Buffer()
|
D | Image.cpp | 40 imageMemory = device.allocateMemory(allocateInfo); in Image()
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
D | vkMemUtil.cpp | 210 Move<VkDeviceMemory> mem = allocateMemory(m_vk, m_device, &allocInfo); in allocate() 244 Move<VkDeviceMemory> mem = allocateMemory(m_vk, m_device, &allocInfo); in allocate() 273 Move<VkDeviceMemory> mem = allocateMemory(vkd, device, &allocInfo); in allocateExtended()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/util/ |
D | vktExternalMemoryUtil.cpp | 973 return vk::allocateMemory(vkd, device, &info); in allocateExportableMemory() 1004 return vk::allocateMemory(vkd, device, &info); in allocateExportableMemory() 1044 vk::Move<vk::VkDeviceMemory> memory (vk::allocateMemory(vkd, device, &info)); in importMemory() 1075 vk::Move<vk::VkDeviceMemory> memory (vk::allocateMemory(vkd, device, &info)); in importMemory() 1125 vk::Move<vk::VkDeviceMemory> memory (vk::allocateMemory(vkd, device, &info)); in importMemory() 1154 vk::Move<vk::VkDeviceMemory> memory (vk::allocateMemory(vkd, device, &info)); in importMemory()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
D | vktApiBufferViewCreateTests.cpp | 193 memory = allocateMemory(vk, vkDevice, &memAlloc, (const VkAllocationCallbacks*)DE_NULL); in createTestBuffer() 311 …result = vk.allocateMemory(vkDevice, &memoryAllocateInfo, (VkAllocationCallbacks*)DE_NULL, &rawMem… in createTestBuffer()
|
D | vktApiGetMemoryCommitment.cpp | 413 …Move<VkDeviceMemory> memory = allocateMemory(vkd, device, &memAllocInfo, (const VkAllocationCallba… in iterate() 489 …Move<VkDeviceMemory> memory = allocateMemory(vkd, device, &memAllocInfo, (const VkAllocationCa… in isDeviceMemoryCommitmentOk()
|
D | vktApiBufferTests.cpp | 301 result = vk.allocateMemory(vkDevice, &memAlloc, (VkAllocationCallbacks*)DE_NULL, &rawMemory); in bufferCreateAndAllocTest() 526 …result = vk.allocateMemory(vkDevice, &memoryAllocateInfo, (VkAllocationCallbacks*)DE_NULL, &rawMem… in bufferCreateAndAllocTest()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/ |
D | vktMemoryBindingTests.cpp | 499 vk.allocateMemory(vkDevice, &memAlloc, (VkAllocationCallbacks*)DE_NULL, &rawMemory); in createMemory() 525 vk.allocateMemory(vkDevice, &memAlloc, (VkAllocationCallbacks*)DE_NULL, &rawMemory); in createMemory() 553 vk.allocateMemory(vkDevice, &memAlloc, static_cast<VkAllocationCallbacks*>(DE_NULL), &rawMemory); in createMemory() 580 vk.allocateMemory(vkDevice, &memAlloc, static_cast<VkAllocationCallbacks*>(DE_NULL), &rawMemory); in createMemory() 790 vk.allocateMemory(vkDevice, &memAlloc, static_cast<VkAllocationCallbacks*>(DE_NULL), &rawMemory); in createBuffer()
|
D | vktMemoryAllocationTests.cpp | 417 …VkResult res = vkd.allocateMemory(device, &alloc, (const VkAllocationCallbacks*)DE_NULL, &memo… in iterate() 469 …VK_CHECK(vkd.allocateMemory(device, &alloc, (const VkAllocationCallbacks*)DE_NULL, &memoryObjects[… in iterate() 522 …const Unique<VkDeviceMemory> memory (allocateMemory(vk, device, &allocInfo, callbackRecorder.g… in iterate() 752 …VkResult res = vkd.allocateMemory(device, &alloc, (const VkAllocationCallbacks*)DE_NULL, &heap.obj… in iterate()
|
D | vktMemoryMappingTests.cpp | 297 …const Unique<VkDeviceMemory> memory (allocateMemory(vk, device, &allocInfo, callbackRecorder.g… in computeDeviceMemorySystemMemFootprint() 440 return allocateMemory(vk, device, &pAllocInfo); in allocMemory() 459 VkResult result = vk.allocateMemory(device, &allocInfo, NULL, &memory); in findLargeAllocationSize() 491 return allocateMemory(vk, device, &pAllocInfo, allocator); in allocMemory()
|
/third_party/skia/third_party/externals/swiftshader/tests/VulkanBenchmarks/ |
D | ClearImageBenchmarks.cpp | 48 memory = device.allocateMemory(allocateInfo); in initialize()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/device_group/ |
D | vktDeviceGroupRendering.cpp | 499 vertexBufferMemory = allocateMemory(vk, *m_deviceGroup, &allocInfo); in iterate() 571 indexBufferMemory = allocateMemory(vk, *m_deviceGroup, &allocInfo); in iterate() 643 uniformBufferMemory = allocateMemory(vk, *m_deviceGroup, &allocInfo); in iterate() 714 sboBufferMemory = allocateMemory(vk, *m_deviceGroup, &allocInfo); in iterate() 794 imageMemory = allocateMemory(vk, *m_deviceGroup, &allocInfo); in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sparse_resources/ |
D | vktSparseResourcesBufferSparseBinding.cpp | 203 sparseMemoryAllocation = allocateMemory(deviceInterface, getDevice(), &allocateInfo); in iterate()
|
D | vktSparseResourcesTestsUtil.cpp | 874 VK_CHECK(vk.allocateMemory(device, &allocInfo, DE_NULL, &deviceMemory)); in makeSparseImageMemoryBind() 904 VK_CHECK(vk.allocateMemory(device, &allocInfo, DE_NULL, &deviceMemory)); in makeSparseMemoryBind()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/modifiers/ |
D | vktModifiersTests.cpp | 502 vk::Move<vk::VkDeviceMemory> srcMemory (vk::allocateMemory(vkd, device, &allocationInfo)); in exportImportMemoryExplicitModifiersCase() 626 vk::Move<vk::VkDeviceMemory> outMemory (vk::allocateMemory(vkd, device, &outAllocationInfo)); in exportImportMemoryExplicitModifiersCase()
|
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/ |
D | vkRefUtil.inl | 6 Move<VkDeviceMemory> allocateMemory (const DeviceInterface& vk, VkDevice device, const VkMe…
|
D | vkDeviceFunctionPointers.inl | 10 AllocateMemoryFunc allocateMemory; variable
|
D | vkRefUtilImpl.inl | 221 Move<VkDeviceMemory> allocateMemory (const DeviceInterface& vk, VkDevice device, const VkMemoryAllo… function 224 VK_CHECK(vk.allocateMemory(device, pAllocateInfo, pAllocator, &object));
|
/third_party/node/deps/icu-small/source/i18n/ |
D | usearch.cpp | 163 inline void * allocateMemory(uint32_t size, UErrorCode *status) in allocateMemory() function 199 int32_t *temp = (int32_t *)allocateMemory( in addTouint32_tArray() 239 int64_t *temp = (int64_t *)allocateMemory( in addTouint64_tArray()
|
/third_party/skia/third_party/externals/icu/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()
|
/third_party/flutter/skia/third_party/externals/icu/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()
|
/third_party/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()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/ |
D | vktDrawAhbTests.cpp | 368 const Unique<VkDeviceMemory> colorImageMemory (allocateMemory(vk, device, &allocateInfo)); in iterate()
|