Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/vulkan/
Dvk_utils.cpp62 VkMemoryPropertyFlags *memoryPropertyFlagsOut, in FindCompatibleMemory() argument
72 *memoryPropertyFlagsOut = memoryProperties.memoryTypes[memoryIndex].propertyFlags; in FindCompatibleMemory()
84 VkMemoryPropertyFlags *memoryPropertyFlagsOut, in FindAndAllocateCompatibleMemory() argument
94 memoryPropertyFlagsOut, &memoryTypeIndex)); in FindAndAllocateCompatibleMemory()
109 if ((*memoryPropertyFlagsOut & VK_MEMORY_PROPERTY_HOST_VISIBLE_BIT) != 0) in FindAndAllocateCompatibleMemory()
114 *memoryPropertyFlagsOut)); in FindAndAllocateCompatibleMemory()
124 VkMemoryPropertyFlags *memoryPropertyFlagsOut, in AllocateAndBindBufferOrImageMemory() argument
133 context, memoryProperties, requestedMemoryPropertyFlags, memoryPropertyFlagsOut, in AllocateAndBindBufferOrImageMemory()
142 VkMemoryPropertyFlags *memoryPropertyFlagsOut, in AllocateBufferOrImageMemory() argument
153 context, requestedMemoryPropertyFlags, memoryPropertyFlagsOut, memoryRequirements, in AllocateBufferOrImageMemory()
[all …]
Dvk_utils.h345 VkMemoryPropertyFlags *memoryPropertyFlagsOut,
395 VkMemoryPropertyFlags *memoryPropertyFlagsOut,
403 VkMemoryPropertyFlags *memoryPropertyFlagsOut,
421 VkMemoryPropertyFlags *memoryPropertyFlagsOut,
/external/angle/src/libANGLE/renderer/vulkan/android/
Dvk_android_utils.cpp63 VkMemoryPropertyFlags *memoryPropertyFlagsOut, in InitAndroidExternalMemory() argument
85 memoryPropertyFlagsOut, deviceMemoryOut)); in InitAndroidExternalMemory()
Dvk_android_utils.h32 VkMemoryPropertyFlags *memoryPropertyFlagsOut,