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/ml/nn/runtime/test/ |
D | TestPartitioningRandom.cpp | 276 void* getRegion(unsigned regionIndex, const WrapperMemory** pMemory, uint32_t* pOffset, in getRegion() argument 288 if (pMemory) *pMemory = memory; in getRegion()
|
/frameworks/native/vulkan/libvulkan/ |
D | api_gen.cpp | 366 …moryAllocateInfo* pAllocateInfo, const VkAllocationCallbacks* pAllocator, VkDeviceMemory* pMemory); 852 …oryAllocateInfo* pAllocateInfo, const VkAllocationCallbacks* pAllocator, VkDeviceMemory* pMemory) { in AllocateMemory() argument 853 return GetData(device).dispatch.AllocateMemory(device, pAllocateInfo, pAllocator, pMemory); in AllocateMemory() 1608 …oryAllocateInfo* pAllocateInfo, const VkAllocationCallbacks* pAllocator, VkDeviceMemory* pMemory) { in vkAllocateMemory() argument 1609 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/api/ |
D | vulkan.api | 7829 void* pMemory) { 8159 VkDeviceMemory* pMemory) { 8164 pMemory[0] = memory
|