Searched refs:allocationPropertyFlags (Results 1 – 5 of 5) sorted by relevance
/external/skia/tools/gpu/vk/ |
D | VkTestMemoryAllocator.cpp | 97 uint32_t allocationPropertyFlags, in allocateImageMemory() argument 109 if (kDedicatedAllocation_AllocationPropertyFlag & allocationPropertyFlags) { in allocateImageMemory() 112 if (kLazyAllocation_AllocationPropertyFlag & allocationPropertyFlags) { in allocateImageMemory() 115 if (kProtected_AllocationPropertyFlag & allocationPropertyFlags) { in allocateImageMemory() 129 uint32_t allocationPropertyFlags, in allocateBufferMemory() argument 172 if (kDedicatedAllocation_AllocationPropertyFlag & allocationPropertyFlags) { in allocateBufferMemory() 175 if ((kLazyAllocation_AllocationPropertyFlag & allocationPropertyFlags) && in allocateBufferMemory() 180 if (kPersistentlyMapped_AllocationPropertyFlag & allocationPropertyFlags) { in allocateBufferMemory() 185 if (kProtected_AllocationPropertyFlag & allocationPropertyFlags) { in allocateBufferMemory()
|
D | VkTestMemoryAllocator.h | 35 uint32_t allocationPropertyFlags, 40 uint32_t allocationPropertyFlags,
|
/external/skia/src/gpu/vk/vulkanmemoryallocator/ |
D | VulkanAMDMemoryAllocator.cpp | 111 uint32_t allocationPropertyFlags, in allocateImageMemory() argument 123 if (kDedicatedAllocation_AllocationPropertyFlag & allocationPropertyFlags) { in allocateImageMemory() 126 if (kLazyAllocation_AllocationPropertyFlag & allocationPropertyFlags) { in allocateImageMemory() 129 if (kProtected_AllocationPropertyFlag & allocationPropertyFlags) { in allocateImageMemory() 143 uint32_t allocationPropertyFlags, in allocateBufferMemory() argument 186 if (kDedicatedAllocation_AllocationPropertyFlag & allocationPropertyFlags) { in allocateBufferMemory() 189 if ((kLazyAllocation_AllocationPropertyFlag & allocationPropertyFlags) && in allocateBufferMemory() 194 if (kPersistentlyMapped_AllocationPropertyFlag & allocationPropertyFlags) { in allocateBufferMemory() 199 if (kProtected_AllocationPropertyFlag & allocationPropertyFlags) { in allocateBufferMemory()
|
D | VulkanAMDMemoryAllocator.h | 41 uint32_t allocationPropertyFlags, 46 uint32_t allocationPropertyFlags,
|
/external/skia/include/gpu/vk/ |
D | VulkanMemoryAllocator.h | 59 uint32_t allocationPropertyFlags, 64 uint32_t allocationPropertyFlags,
|