Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkBitmap.cpp296 bool SkBitmap::tryAllocPixelsFlags(const SkImageInfo& requestedInfo, uint32_t allocFlags) { in tryAllocPixelsFlags() argument
/external/vulkan-validation-layers/layers/
Dvk_mem_alloc.h5936 VmaAllocationCreateFlags allocFlags,
6515 UserDataString(VmaAllocationCreateFlags allocFlags, const void* pUserData);
11879 VmaAllocationCreateFlags allocFlags, in AllocateFromBlock() argument
11885 VMA_ASSERT((allocFlags & VMA_ALLOCATION_CREATE_CAN_MAKE_OTHER_LOST_BIT) == 0); in AllocateFromBlock()
11886 const bool isUpperAddress = (allocFlags & VMA_ALLOCATION_CREATE_UPPER_ADDRESS_BIT) != 0; in AllocateFromBlock()
11887 const bool mapped = (allocFlags & VMA_ALLOCATION_CREATE_MAPPED_BIT) != 0; in AllocateFromBlock()
11888 … const bool isUserDataString = (allocFlags & VMA_ALLOCATION_CREATE_USER_DATA_COPY_STRING_BIT) != 0; in AllocateFromBlock()
11931 (allocFlags & VMA_ALLOCATION_CREATE_CAN_BECOME_LOST_BIT) != 0); in AllocateFromBlock()
13895 VmaRecorder::UserDataString::UserDataString(VmaAllocationCreateFlags allocFlags, const void* pUserD… in UserDataString() argument
13899 if((allocFlags & VMA_ALLOCATION_CREATE_USER_DATA_COPY_STRING_BIT) != 0) in UserDataString()
/external/angle/third_party/vulkan_memory_allocator/src/
DTests.cpp7751 VmaVirtualAllocationCreateFlags allocFlags; in TestVirtualBlocksAlgorithmsBenchmark() local
7754 case 0: allocFlags = 0; break; in TestVirtualBlocksAlgorithmsBenchmark()
7755 case 1: allocFlags = VMA_VIRTUAL_ALLOCATION_CREATE_STRATEGY_MIN_MEMORY_BIT; break; in TestVirtualBlocksAlgorithmsBenchmark()
7756 case 2: allocFlags = VMA_VIRTUAL_ALLOCATION_CREATE_STRATEGY_MIN_TIME_BIT; break; in TestVirtualBlocksAlgorithmsBenchmark()
7787 allocCreateInfo.flags = allocFlags; in TestVirtualBlocksAlgorithmsBenchmark()
7803 allocCreateInfo.flags = allocFlags; in TestVirtualBlocksAlgorithmsBenchmark()
7832 GetVirtualAllocationStrategyName(allocFlags), in TestVirtualBlocksAlgorithmsBenchmark()
/external/skia/vma_android/include/
Dvk_mem_alloc.h10963 VmaAllocationCreateFlags allocFlags,
10973 VmaAllocationCreateFlags allocFlags,
12745 VmaAllocationCreateFlags allocFlags, in AllocateFromBlock() argument
12751 const bool isUpperAddress = (allocFlags & VMA_ALLOCATION_CREATE_UPPER_ADDRESS_BIT) != 0; in AllocateFromBlock()
12762 …return CommitAllocationRequest(currRequest, pBlock, alignment, allocFlags, pUserData, suballocType… in AllocateFromBlock()
12771 VmaAllocationCreateFlags allocFlags, in CommitAllocationRequest() argument
12776 const bool mapped = (allocFlags & VMA_ALLOCATION_CREATE_MAPPED_BIT) != 0; in CommitAllocationRequest()
12777 … const bool isUserDataString = (allocFlags & VMA_ALLOCATION_CREATE_USER_DATA_COPY_STRING_BIT) != 0; in CommitAllocationRequest()
12778 const bool isMappingAllowed = (allocFlags & in CommitAllocationRequest()
/external/angle/third_party/vulkan_memory_allocator/include/
Dvk_mem_alloc.h10987 VmaAllocationCreateFlags allocFlags,
10997 VmaAllocationCreateFlags allocFlags,
12784 VmaAllocationCreateFlags allocFlags, in AllocateFromBlock() argument
12790 const bool isUpperAddress = (allocFlags & VMA_ALLOCATION_CREATE_UPPER_ADDRESS_BIT) != 0; in AllocateFromBlock()
12801 …return CommitAllocationRequest(currRequest, pBlock, alignment, allocFlags, pUserData, suballocType… in AllocateFromBlock()
12810 VmaAllocationCreateFlags allocFlags, in CommitAllocationRequest() argument
12815 const bool mapped = (allocFlags & VMA_ALLOCATION_CREATE_MAPPED_BIT) != 0; in CommitAllocationRequest()
12816 … const bool isUserDataString = (allocFlags & VMA_ALLOCATION_CREATE_USER_DATA_COPY_STRING_BIT) != 0; in CommitAllocationRequest()
12817 const bool isMappingAllowed = (allocFlags & in CommitAllocationRequest()