Searched refs:memoryPropertyFlagsOut (Results 1 – 4 of 4) sorted by relevance
/external/angle/src/libANGLE/renderer/vulkan/ |
D | vk_utils.cpp | 62 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 …]
|
D | vk_utils.h | 345 VkMemoryPropertyFlags *memoryPropertyFlagsOut, 395 VkMemoryPropertyFlags *memoryPropertyFlagsOut, 403 VkMemoryPropertyFlags *memoryPropertyFlagsOut, 421 VkMemoryPropertyFlags *memoryPropertyFlagsOut,
|
/external/angle/src/libANGLE/renderer/vulkan/android/ |
D | vk_android_utils.cpp | 63 VkMemoryPropertyFlags *memoryPropertyFlagsOut, in InitAndroidExternalMemory() argument 85 memoryPropertyFlagsOut, deviceMemoryOut)); in InitAndroidExternalMemory()
|
D | vk_android_utils.h | 32 VkMemoryPropertyFlags *memoryPropertyFlagsOut,
|