Home
last modified time | relevance | path

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

/external/skia/tests/
DGrMemoryPoolTest.cpp254 auto allocateMemory = [](GrMemoryPool& pool, AutoPoolReleaser& r) { in DEF_TEST() local
279 allocateMemory(pool, r); in DEF_TEST()
296 allocateMemory(pool, r); in DEF_TEST()
299 allocateMemory(pool, r); in DEF_TEST()
/external/deqp/external/vulkancts/framework/vulkan/
DvkMemUtil.cpp181 Move<VkDeviceMemory> mem = allocateMemory(m_vk, m_device, &allocInfo); in allocate()
201 Move<VkDeviceMemory> mem = allocateMemory(m_vk, m_device, &allocInfo); in allocate()
DvkDeviceFunctionPointers.inl9 AllocateMemoryFunc allocateMemory; variable
DvkRefUtil.inl6 Move<VkDeviceMemory> allocateMemory (const DeviceInterface& vk, VkDevice device, const VkMe…
DvkRefUtilImpl.inl161 Move<VkDeviceMemory> allocateMemory (const DeviceInterface& vk, VkDevice device, const VkMemoryAllo… function
164 VK_CHECK(vk.allocateMemory(device, pAllocateInfo, pAllocator, &object));
DvkInitDeviceFunctionPointers.inl9 m_vk.allocateMemory = (AllocateMemoryFunc) GET_PROC_ADDR("vkAllocateMemory");
DvkDeviceDriverImpl.inl30 VkResult DeviceDriver::allocateMemory (VkDevice device, const VkMemoryAllocateInfo* pAllocateInfo, … function in DeviceDriver
32 return m_vk.allocateMemory(device, pAllocateInfo, pAllocator, pMemory);
DvkConcreteDeviceInterface.inl9 virtual VkResult allocateMemory (VkDevice device, const VkMemoryAllocateInfo* pAllocateInfo…
DvkVirtualDeviceInterface.inl9 virtual VkResult allocateMemory (VkDevice device, const VkMemoryAllocateInfo* pAllocateInfo…
DvkNullDriverImpl.inl16 VKAPI_ATTR VkResult VKAPI_CALL allocateMemory (VkDevice device, const VkMemoryAllocateInfo* pAlloca… function
1460 VK_NULL_FUNC_ENTRY(vkAllocateMemory, allocateMemory),
/external/deqp/external/vulkancts/modules/vulkan/memory/
DvktMemoryAllocationTests.cpp168 …VK_CHECK(vkd.allocateMemory(device, &alloc, (const VkAllocationCallbacks*)DE_NULL, &memoryObjects[… in iterate()
206 …VK_CHECK(vkd.allocateMemory(device, &alloc, (const VkAllocationCallbacks*)DE_NULL, &memoryObjects[… in iterate()
257 const Unique<VkDeviceMemory> memory (allocateMemory(vk, device, &allocInfo)); in computeDeviceMemorySystemMemFootprint()
463 …VK_CHECK(vkd.allocateMemory(device, &alloc, (const VkAllocationCallbacks*)DE_NULL, &heap.objects.b… in iterate()
DvktMemoryMappingTests.cpp284 const Unique<VkDeviceMemory> memory (allocateMemory(vk, device, &allocInfo)); in computeDeviceMemorySystemMemFootprint()
305 return allocateMemory(vk, device, &pAllocInfo); in allocMemory()
DvktMemoryPipelineBarrierTests.cpp591 return vk::allocateMemory(vkd, device, &alloc); in allocMemory()
619 vk::Move<vk::VkDeviceMemory> memory (vk::allocateMemory(vkd, device, &allocationInfo)); in bindBufferMemory()
669 vk::Move<vk::VkDeviceMemory> memory (vk::allocateMemory(vkd, device, &allocationInfo)); in bindImageMemory()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiBufferViewCreateTests.cpp162 memory = allocateMemory(vk, vkDevice, &memAlloc, (const VkAllocationCallbacks*)DE_NULL); in iterate()
DvktApiBufferTests.cpp297 result = vk.allocateMemory(vkDevice, &memAlloc, (VkAllocationCallbacks*)DE_NULL, &rawMemory); in bufferCreateAndAllocTest()
DvktApiObjectManagementTests.cpp609 return allocateMemory(env.vkd, env.device, &allocInfo, env.allocationCallbacks); in create()
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesTestsUtil.cpp826 VK_CHECK(vk.allocateMemory(device, &allocInfo, DE_NULL, &deviceMemory)); in makeSparseImageMemoryBind()
855 VK_CHECK(vk.allocateMemory(device, &allocInfo, DE_NULL, &deviceMemory)); in makeSparseMemoryBind()
/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/vulkan-validation-layers/demos/
Dcube.cpp1482 result = device.allocateMemory(&uniform_data.mem_alloc, nullptr, in prepare_cube_data_buffer()
1535 result = device.allocateMemory(&depth.mem_alloc, nullptr, &depth.mem); in prepare_depth()
1878 result = device.allocateMemory(&tex_obj->mem_alloc, nullptr, in prepare_texture_image()
/external/vulkan-validation-layers/include/vulkan/
Dvulkan.hpp16066 …Result allocateMemory( const MemoryAllocateInfo* pAllocateInfo, const AllocationCallbacks* pAlloca… in allocateMemory() function in vk::Device
16072 …ResultValueType<DeviceMemory>::type allocateMemory( const MemoryAllocateInfo & allocateInfo, Optio… in allocateMemory() function in vk::Device