Searched defs:preferredFlags (Results 1 - 5 of 5) sorted by relevance
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
H A D | vk_mem_alloc_wrapper.cpp | 103 CreateBuffer(VmaAllocator allocator, const VkBufferCreateInfo *pBufferCreateInfo, VkMemoryPropertyFlags requiredFlags, VkMemoryPropertyFlags preferredFlags, bool persistentlyMapped, uint32_t *pMemoryTypeIndexOut, VkBuffer *pBuffer, VmaAllocation *pAllocation) CreateBuffer() argument 126 FindMemoryTypeIndexForBufferInfo(VmaAllocator allocator, const VkBufferCreateInfo *pBufferCreateInfo, VkMemoryPropertyFlags requiredFlags, VkMemoryPropertyFlags preferredFlags, bool persistentlyMappedBuffers, uint32_t *pMemoryTypeIndexOut) FindMemoryTypeIndexForBufferInfo() argument
|
H A D | vk_utils.cpp | 613 VkMemoryPropertyFlags preferredFlags = 0; in init() local
|
H A D | RendererVk.cpp | 3805 createBuffer(RendererVk *renderer, const VkBufferCreateInfo &bufferCreateInfo, VkMemoryPropertyFlags requiredFlags, VkMemoryPropertyFlags preferredFlags, bool persistentlyMappedBuffers, uint32_t *memoryTypeIndexOut, Buffer *bufferOut, Allocation *allocationOut) createBuffer() argument 3830 findMemoryTypeIndexForBufferInfo( RendererVk *renderer, const VkBufferCreateInfo &bufferCreateInfo, VkMemoryPropertyFlags requiredFlags, VkMemoryPropertyFlags preferredFlags, bool persistentlyMappedBuffers, uint32_t *memoryTypeIndexOut) const findMemoryTypeIndexForBufferInfo() argument
|
H A D | vk_helpers.cpp | 3679 VkMemoryPropertyFlags preferredFlags = in init() local
|
/third_party/skia/third_party/vulkanmemoryallocator/include/ |
H A D | vk_mem_alloc.h | 2763 VkMemoryPropertyFlags preferredFlags; member [all...] |
Completed in 39 milliseconds