Searched refs:extraAllocationInfo (Results 1 – 4 of 4) sorted by relevance
/external/angle/src/libANGLE/renderer/vulkan/ |
D | vk_utils.cpp | 86 const void *extraAllocationInfo, in FindAndAllocateCompatibleMemory() argument 93 context, memoryRequirements, requestedMemoryPropertyFlags, (extraAllocationInfo != nullptr), in FindAndAllocateCompatibleMemory() 98 allocInfo.pNext = extraAllocationInfo; in FindAndAllocateCompatibleMemory() 126 const void *extraAllocationInfo, in AllocateAndBindBufferOrImageMemory() argument 134 memoryRequirements, extraAllocationInfo, deviceMemoryOut)); in AllocateAndBindBufferOrImageMemory() 143 const void *extraAllocationInfo, in AllocateBufferOrImageMemory() argument 154 extraAllocationInfo, bufferOrImage, deviceMemoryOut)); in AllocateBufferOrImageMemory() 546 const void *extraAllocationInfo, in AllocateBufferMemory() argument 552 memoryPropertyFlagsOut, extraAllocationInfo, buffer, in AllocateBufferMemory() 559 const void *extraAllocationInfo, in AllocateImageMemory() argument [all …]
|
D | vk_utils.h | 396 const void *extraAllocationInfo, 404 const void *extraAllocationInfo, 412 const void *extraAllocationInfo, 419 const void *extraAllocationInfo,
|
D | vk_helpers.h | 1477 const void *extraAllocationInfo,
|
D | vk_helpers.cpp | 4352 const void *extraAllocationInfo, in initExternalMemory() argument 4358 extraAllocationInfo, &mImage, &mDeviceMemory)); in initExternalMemory()
|