Home
last modified time | relevance | path

Searched refs:allocateMemory (Results 1 – 25 of 46) sorted by relevance

12

/third_party/skia/tests/
DGrMemoryPoolTest.cpp253 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/
DGrMemoryPoolTest.cpp252 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/
DBuffer.cpp34 bufferMemory = device.allocateMemory(allocInfo); in Buffer()
DImage.cpp40 imageMemory = device.allocateMemory(allocateInfo); in Image()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkMemUtil.cpp210 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/
DvktExternalMemoryUtil.cpp973 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/
DvktApiBufferViewCreateTests.cpp193 memory = allocateMemory(vk, vkDevice, &memAlloc, (const VkAllocationCallbacks*)DE_NULL); in createTestBuffer()
311 …result = vk.allocateMemory(vkDevice, &memoryAllocateInfo, (VkAllocationCallbacks*)DE_NULL, &rawMem… in createTestBuffer()
DvktApiGetMemoryCommitment.cpp413 …Move<VkDeviceMemory> memory = allocateMemory(vkd, device, &memAllocInfo, (const VkAllocationCallba… in iterate()
489 …Move<VkDeviceMemory> memory = allocateMemory(vkd, device, &memAllocInfo, (const VkAllocationCa… in isDeviceMemoryCommitmentOk()
DvktApiBufferTests.cpp301 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/
DvktMemoryBindingTests.cpp499 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()
DvktMemoryAllocationTests.cpp417 …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()
DvktMemoryMappingTests.cpp297 …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/
DClearImageBenchmarks.cpp48 memory = device.allocateMemory(allocateInfo); in initialize()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/device_group/
DvktDeviceGroupRendering.cpp499 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/
DvktSparseResourcesBufferSparseBinding.cpp203 sparseMemoryAllocation = allocateMemory(deviceInterface, getDevice(), &allocateInfo); in iterate()
DvktSparseResourcesTestsUtil.cpp874 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/
DvktModifiersTests.cpp502 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/
DvkRefUtil.inl6 Move<VkDeviceMemory> allocateMemory (const DeviceInterface& vk, VkDevice device, const VkMe…
DvkDeviceFunctionPointers.inl10 AllocateMemoryFunc allocateMemory; variable
DvkRefUtilImpl.inl221 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/
Dusearch.cpp163 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/
Dusearch.cpp186 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/
Dusearch.cpp186 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/
Dusearch.cpp186 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/
DvktDrawAhbTests.cpp368 const Unique<VkDeviceMemory> colorImageMemory (allocateMemory(vk, device, &allocateInfo)); in iterate()

12