Searched refs:AllocationPropertyFlags (Results 1 – 8 of 8) sorted by relevance
/external/skqp/include/gpu/vk/ |
D | GrVkMemoryAllocator.h | 17 enum class AllocationPropertyFlags { enum 33 GR_DECL_BITFIELD_CLASS_OPS_FRIENDS(AllocationPropertyFlags); 51 virtual bool allocateMemoryForImage(VkImage image, AllocationPropertyFlags flags, 55 AllocationPropertyFlags flags, GrVkBackendMemory*) = 0; 86 GR_MAKE_BITFIELD_CLASS_OPS(GrVkMemoryAllocator::AllocationPropertyFlags);
|
/external/skia/include/gpu/vk/ |
D | GrVkMemoryAllocator.h | 17 enum class AllocationPropertyFlags { enum 33 GR_DECL_BITFIELD_CLASS_OPS_FRIENDS(AllocationPropertyFlags); 51 virtual bool allocateMemoryForImage(VkImage image, AllocationPropertyFlags flags, 55 AllocationPropertyFlags flags, GrVkBackendMemory*) = 0; 86 GR_MAKE_BITFIELD_CLASS_OPS(GrVkMemoryAllocator::AllocationPropertyFlags)
|
/external/skia/src/gpu/vk/ |
D | GrVkMemory.cpp | 14 using AllocationPropertyFlags = GrVkMemoryAllocator::AllocationPropertyFlags; typedef 44 AllocationPropertyFlags propFlags; in AllocAndBindBufferMemory() 55 propFlags = AllocationPropertyFlags::kPersistentlyMapped; in AllocAndBindBufferMemory() 57 propFlags = AllocationPropertyFlags::kNone; in AllocAndBindBufferMemory() 100 AllocationPropertyFlags propFlags; in AllocAndBindImageMemory() 102 propFlags = AllocationPropertyFlags::kDedicatedAllocation; in AllocAndBindImageMemory() 104 propFlags = AllocationPropertyFlags::kNone; in AllocAndBindImageMemory()
|
D | GrVkAMDMemoryAllocator.cpp | 64 bool GrVkAMDMemoryAllocator::allocateMemoryForImage(VkImage image, AllocationPropertyFlags flags, in allocateMemoryForImage() 75 if (AllocationPropertyFlags::kDedicatedAllocation & flags) { in allocateMemoryForImage() 79 if (AllocationPropertyFlags::kLazyAllocation & flags) { in allocateMemoryForImage() 93 AllocationPropertyFlags flags, in allocateMemoryForBuffer() 125 if (AllocationPropertyFlags::kDedicatedAllocation & flags) { in allocateMemoryForBuffer() 129 if ((AllocationPropertyFlags::kLazyAllocation & flags) && BufferUsage::kGpuOnly == usage) { in allocateMemoryForBuffer() 133 if (AllocationPropertyFlags::kPersistentlyMapped & flags) { in allocateMemoryForBuffer()
|
D | GrVkAMDMemoryAllocator.h | 25 …bool allocateMemoryForImage(VkImage image, AllocationPropertyFlags flags, GrVkBackendMemory*) over… 28 AllocationPropertyFlags flags, GrVkBackendMemory*) override;
|
/external/skqp/src/gpu/vk/ |
D | GrVkMemory.cpp | 14 using AllocationPropertyFlags = GrVkMemoryAllocator::AllocationPropertyFlags; typedef 44 AllocationPropertyFlags propFlags; in AllocAndBindBufferMemory() 55 propFlags = AllocationPropertyFlags::kPersistentlyMapped; in AllocAndBindBufferMemory() 57 propFlags = AllocationPropertyFlags::kNone; in AllocAndBindBufferMemory() 100 AllocationPropertyFlags propFlags; in AllocAndBindImageMemory() 102 propFlags = AllocationPropertyFlags::kDedicatedAllocation; in AllocAndBindImageMemory() 104 propFlags = AllocationPropertyFlags::kNone; in AllocAndBindImageMemory()
|
D | GrVkAMDMemoryAllocator.cpp | 64 bool GrVkAMDMemoryAllocator::allocateMemoryForImage(VkImage image, AllocationPropertyFlags flags, in allocateMemoryForImage() 75 if (AllocationPropertyFlags::kDedicatedAllocation & flags) { in allocateMemoryForImage() 79 if (AllocationPropertyFlags::kLazyAllocation & flags) { in allocateMemoryForImage() 93 AllocationPropertyFlags flags, in allocateMemoryForBuffer() 125 if (AllocationPropertyFlags::kDedicatedAllocation & flags) { in allocateMemoryForBuffer() 129 if ((AllocationPropertyFlags::kLazyAllocation & flags) && BufferUsage::kGpuOnly == usage) { in allocateMemoryForBuffer() 133 if (AllocationPropertyFlags::kPersistentlyMapped & flags) { in allocateMemoryForBuffer()
|
D | GrVkAMDMemoryAllocator.h | 25 …bool allocateMemoryForImage(VkImage image, AllocationPropertyFlags flags, GrVkBackendMemory*) over… 28 AllocationPropertyFlags flags, GrVkBackendMemory*) override;
|