Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/vulkan/
Dvk_utils.cpp86 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 …]
Dvk_utils.h396 const void *extraAllocationInfo,
404 const void *extraAllocationInfo,
412 const void *extraAllocationInfo,
419 const void *extraAllocationInfo,
Dvk_helpers.h1477 const void *extraAllocationInfo,
Dvk_helpers.cpp4352 const void *extraAllocationInfo, in initExternalMemory() argument
4358 extraAllocationInfo, &mImage, &mDeviceMemory)); in initExternalMemory()