Home
last modified time | relevance | path

Searched defs:memoryPropertyFlagsOut (Results 1 – 3 of 3) sorted by relevance

/external/angle/src/libANGLE/renderer/vulkan/
Dvk_utils.cpp66 VkMemoryPropertyFlags *memoryPropertyFlagsOut, in FindCompatibleMemory()
89 VkMemoryPropertyFlags *memoryPropertyFlagsOut, in FindAndAllocateCompatibleMemory()
163 VkMemoryPropertyFlags *memoryPropertyFlagsOut, in AllocateAndBindBufferOrImageMemory()
201 VkMemoryPropertyFlags *memoryPropertyFlagsOut, in AllocateAndBindBufferOrImageMemory()
225 VkMemoryPropertyFlags *memoryPropertyFlagsOut, in AllocateBufferOrImageMemory()
443 VkMemoryPropertyFlags *memoryPropertyFlagsOut, in findCompatibleMemoryIndex()
580 VkMemoryPropertyFlags *memoryPropertyFlagsOut, in AllocateBufferMemory()
595 VkMemoryPropertyFlags *memoryPropertyFlagsOut, in AllocateImageMemory()
618 VkMemoryPropertyFlags memoryPropertyFlagsOut = 0; in AllocateImageMemoryWithRequirements() local
631 VkMemoryPropertyFlags *memoryPropertyFlagsOut, in AllocateBufferMemoryWithRequirements()
Dvk_helpers.cpp3366 VkMemoryPropertyFlags memoryPropertyFlagsOut; in allocateNewBuffer() local
3428 VkMemoryPropertyFlags memoryPropertyFlagsOut; in allocateBuffer() local
4764 VkMemoryPropertyFlags memoryPropertyFlagsOut; in init() local
4812 VkMemoryPropertyFlags memoryPropertyFlagsOut; in initExternal() local
/external/angle/src/libANGLE/renderer/vulkan/android/
Dvk_android_utils.cpp68 VkMemoryPropertyFlags *memoryPropertyFlagsOut, in InitAndroidExternalMemory()