Home
last modified time | relevance | path

Searched refs:pMemory (Results 1 – 4 of 4) sorted by relevance

/frameworks/compile/mclinker/include/mcld/
DIRBuilder.h293 static Fragment* CreateRegion(void* pMemory, size_t pLength);
/frameworks/compile/mclinker/lib/Core/
DIRBuilder.cpp353 Fragment* IRBuilder::CreateRegion(void* pMemory, size_t pLength) { in CreateRegion() argument
357 llvm::StringRef region(reinterpret_cast<const char*>(pMemory), pLength); in CreateRegion()
/frameworks/native/vulkan/nulldrv/
Dnull_driver_gen.h53 …moryAllocateInfo* pAllocateInfo, const VkAllocationCallbacks* pAllocator, VkDeviceMemory* pMemory);
/frameworks/native/vulkan/libvulkan/
Dapi_gen.cpp415 …moryAllocateInfo* pAllocateInfo, const VkAllocationCallbacks* pAllocator, VkDeviceMemory* pMemory);
1010 …oryAllocateInfo* pAllocateInfo, const VkAllocationCallbacks* pAllocator, VkDeviceMemory* pMemory) { in AllocateMemory() argument
1011 return GetData(device).dispatch.AllocateMemory(device, pAllocateInfo, pAllocator, pMemory); in AllocateMemory()
1971 …oryAllocateInfo* pAllocateInfo, const VkAllocationCallbacks* pAllocator, VkDeviceMemory* pMemory) { in vkAllocateMemory() argument
1972 return vulkan::api::AllocateMemory(device, pAllocateInfo, pAllocator, pMemory); in vkAllocateMemory()