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.cpp60 const void *extraAllocationInfo, in FindAndAllocateCompatibleMemory() argument
75 allocInfo.pNext = extraAllocationInfo; in FindAndAllocateCompatibleMemory()
103 const void *extraAllocationInfo, in AllocateAndBindBufferOrImageMemory() argument
111 memoryRequirements, extraAllocationInfo, deviceMemoryOut)); in AllocateAndBindBufferOrImageMemory()
120 const void *extraAllocationInfo, in AllocateBufferOrImageMemory() argument
131 extraAllocationInfo, bufferOrImage, deviceMemoryOut)); in AllocateBufferOrImageMemory()
488 const void *extraAllocationInfo, in AllocateBufferMemory() argument
494 memoryPropertyFlagsOut, extraAllocationInfo, buffer, in AllocateBufferMemory()
500 const void *extraAllocationInfo, in AllocateImageMemory() argument
507 extraAllocationInfo, image, deviceMemoryOut, sizeOut); in AllocateImageMemory()
[all …]
Dvk_utils.h346 const void *extraAllocationInfo,
353 const void *extraAllocationInfo,
361 const void *extraAllocationInfo,
Dvk_helpers.h764 const void *extraAllocationInfo,
Dvk_helpers.cpp2161 const void *extraAllocationInfo, in initExternalMemory() argument
2168 extraAllocationInfo, &mImage, &mDeviceMemory)); in initExternalMemory()