Searched refs:extraAllocationInfo (Results 1 – 4 of 4) sorted by relevance
/external/angle/src/libANGLE/renderer/vulkan/ |
D | vk_utils.cpp | 60 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 …]
|
D | vk_utils.h | 346 const void *extraAllocationInfo, 353 const void *extraAllocationInfo, 361 const void *extraAllocationInfo,
|
D | vk_helpers.h | 764 const void *extraAllocationInfo,
|
D | vk_helpers.cpp | 2161 const void *extraAllocationInfo, in initExternalMemory() argument 2168 extraAllocationInfo, &mImage, &mDeviceMemory)); in initExternalMemory()
|