Home
last modified time | relevance | path

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

12

/external/skqp/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()
/external/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()
/external/deqp/external/vulkancts/framework/vulkan/
DvkMemUtil.cpp204 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()
DvkDeviceFunctionPointers.inl10 AllocateMemoryFunc allocateMemory; variable
DvkRefUtil.inl6 Move<VkDeviceMemory> allocateMemory (const DeviceInterface& vk, VkDevice device, const VkMem…
DvkRefUtilImpl.inl173 Move<VkDeviceMemory> allocateMemory (const DeviceInterface& vk, VkDevice device, const VkMemoryAllo… function
176 VK_CHECK(vk.allocateMemory(device, pAllocateInfo, pAllocator, &object));
DvkInitDeviceFunctionPointers.inl10 m_vk.allocateMemory = (AllocateMemoryFunc) GET_PROC_ADDR("vkAllocateMemory");
DvkDeviceDriverImpl.inl35 VkResult DeviceDriver::allocateMemory (VkDevice device, const VkMemoryAllocateInfo* pAllocateInfo, … function in DeviceDriver
37 return m_vk.allocateMemory(device, pAllocateInfo, pAllocator, pMemory);
DvkConcreteDeviceInterface.inl10 virtual VkResult allocateMemory (VkDevice device, const VkMemoryAllocateInfo* pAllocateInf…
DvkVirtualDeviceInterface.inl10 virtual VkResult allocateMemory (VkDevice device, const VkMemoryAllocateInfo* pAllocateInf…
DvkNullDriver.cpp1121 VKAPI_ATTR VkResult VKAPI_CALL allocateMemory (VkDevice device, const VkMemoryAllocateInfo* pAlloca… in allocateMemory() function
/external/deqp/external/vulkancts/modules/vulkan/util/
DvktExternalMemoryUtil.cpp865 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/
DvktMemoryBindingTests.cpp481 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()
DvktMemoryAllocationTests.cpp348 …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()
DvktMemoryMappingTests.cpp293 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()
DvktMemoryExternalMemoryHostTests.cpp240 return allocateMemory(m_vkd, m_device, &memoryAllocateInfo, DE_NULL); in allocateMemoryFromHostPointer()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiGetMemoryCommitment.cpp395 …Move<VkDeviceMemory> memory = allocateMemory(vkd, device, &memAllocInfo, (const VkAllocationCallba… in iterate()
483 …Move<VkDeviceMemory> memory = allocateMemory(vkd, device, &memAllocInfo, (const VkAllocationCa… in isDeviceMemoryCommitmentOk()
DvktApiBufferViewCreateTests.cpp195 memory = allocateMemory(vk, vkDevice, &memAlloc, (const VkAllocationCallbacks*)DE_NULL); in createTestBuffer()
313 …result = vk.allocateMemory(vkDevice, &memoryAllocateInfo, (VkAllocationCallbacks*)DE_NULL, &rawMem… in createTestBuffer()
DvktApiBufferTests.cpp427 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/
DvktDeviceGroupRendering.cpp522 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/
DvktSparseResourcesTestsUtil.cpp696 VK_CHECK(vk.allocateMemory(device, &allocInfo, DE_NULL, &deviceMemory)); in makeSparseImageMemoryBind()
726 VK_CHECK(vk.allocateMemory(device, &allocInfo, DE_NULL, &deviceMemory)); in makeSparseMemoryBind()
DvktSparseResourcesBufferSparseBinding.cpp200 sparseMemoryAllocation = allocateMemory(deviceInterface, getDevice(), &allocateInfo); in iterate()
/external/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()
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationWin32KeyedMutexTests.cpp288 vk::Move<vk::VkDeviceMemory> memory (vk::allocateMemory(vkd, device, &info)); in importMemory()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineRenderToImageTests.cpp933 const VkResult result = vk.allocateMemory(device, &allocateInfo, DE_NULL, &object); in testWithSizeReduction()

12