Searched refs:pMemory (Results 1 – 4 of 4) sorted by relevance
/frameworks/compile/mclinker/include/mcld/ |
D | IRBuilder.h | 293 static Fragment* CreateRegion(void* pMemory, size_t pLength);
|
/frameworks/compile/mclinker/lib/Core/ |
D | IRBuilder.cpp | 353 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/ |
D | null_driver_gen.h | 53 …moryAllocateInfo* pAllocateInfo, const VkAllocationCallbacks* pAllocator, VkDeviceMemory* pMemory);
|
/frameworks/native/vulkan/libvulkan/ |
D | api_gen.cpp | 415 …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()
|