Searched refs:pMemory (Results 1 – 6 of 6) 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 | 352 Fragment* IRBuilder::CreateRegion(void* pMemory, size_t pLength) { in CreateRegion() argument 356 llvm::StringRef region(reinterpret_cast<const char*>(pMemory), pLength); in CreateRegion()
|
/frameworks/native/vulkan/libvulkan/ |
D | api_gen.cpp | 303 …moryAllocateInfo* pAllocateInfo, const VkAllocationCallbacks* pAllocator, VkDeviceMemory* pMemory); 712 …oryAllocateInfo* pAllocateInfo, const VkAllocationCallbacks* pAllocator, VkDeviceMemory* pMemory) { in AllocateMemory() argument 713 return GetData(device).dispatch.AllocateMemory(device, pAllocateInfo, pAllocator, pMemory); in AllocateMemory() 1336 …oryAllocateInfo* pAllocateInfo, const VkAllocationCallbacks* pAllocator, VkDeviceMemory* pMemory) { in vkAllocateMemory() argument 1337 return vulkan::api::AllocateMemory(device, pAllocateInfo, pAllocator, pMemory); in vkAllocateMemory()
|
/frameworks/native/vulkan/nulldrv/ |
D | null_driver_gen.h | 52 …moryAllocateInfo* pAllocateInfo, const VkAllocationCallbacks* pAllocator, VkDeviceMemory* pMemory);
|
/frameworks/native/vulkan/include/vulkan/ |
D | vulkan.h | 1384 void* pMemory); 2497 …moryAllocateInfo* pAllocateInfo, const VkAllocationCallbacks* pAllocator, VkDeviceMemory* pMemory); 2720 VkDeviceMemory* pMemory);
|
/frameworks/native/vulkan/api/ |
D | vulkan.api | 4868 void* pMemory) { 5198 VkDeviceMemory* pMemory) { 5203 pMemory[0] = memory
|