Home
last modified time | relevance | path

Searched refs:allocationPropertyFlags (Results 1 – 5 of 5) sorted by relevance

/external/skia/tools/gpu/vk/
DVkTestMemoryAllocator.cpp97 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()
DVkTestMemoryAllocator.h35 uint32_t allocationPropertyFlags,
40 uint32_t allocationPropertyFlags,
/external/skia/src/gpu/vk/vulkanmemoryallocator/
DVulkanAMDMemoryAllocator.cpp111 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()
DVulkanAMDMemoryAllocator.h41 uint32_t allocationPropertyFlags,
46 uint32_t allocationPropertyFlags,
/external/skia/include/gpu/vk/
DVulkanMemoryAllocator.h59 uint32_t allocationPropertyFlags,
64 uint32_t allocationPropertyFlags,