Home
last modified time | relevance | path

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

/external/angle/third_party/vulkan_memory_allocator/src/
Dvk_mem_alloc.h6245 VkDeviceSize allocAlignment,
6326 VkDeviceSize allocAlignment,
6378 VkDeviceSize allocAlignment,
6504 VkDeviceSize allocAlignment,
6580 VkDeviceSize allocAlignment,
6590 VkDeviceSize allocAlignment,
6634 VkDeviceSize allocAlignment,
9040 VkDeviceSize allocAlignment, in CreateAllocationRequest() argument
9082 allocAlignment, in CreateAllocationRequest()
9107 allocAlignment, in CreateAllocationRequest()
[all …]
/external/skia/third_party/vulkanmemoryallocator/include/
Dvk_mem_alloc.h6226 VkDeviceSize allocAlignment,
6307 VkDeviceSize allocAlignment,
6359 VkDeviceSize allocAlignment,
6485 VkDeviceSize allocAlignment,
6561 VkDeviceSize allocAlignment,
6571 VkDeviceSize allocAlignment,
6615 VkDeviceSize allocAlignment,
9021 VkDeviceSize allocAlignment, in CreateAllocationRequest() argument
9063 allocAlignment, in CreateAllocationRequest()
9088 allocAlignment, in CreateAllocationRequest()
[all …]
/external/vulkan-validation-layers/layers/
Dvk_mem_alloc.h5231 VkDeviceSize allocAlignment,
5316 VkDeviceSize allocAlignment,
5371 VkDeviceSize allocAlignment,
5497 VkDeviceSize allocAlignment,
5607 VkDeviceSize allocAlignment,
7844 VkDeviceSize allocAlignment, in CreateAllocationRequest() argument
7884 allocAlignment, in CreateAllocationRequest()
7909 allocAlignment, in CreateAllocationRequest()
7933 allocAlignment, in CreateAllocationRequest()
7969 allocAlignment, in CreateAllocationRequest()
[all …]
/external/skqp/third_party/vulkanmemoryallocator/include/
Dvk_mem_alloc.h4007 VkDeviceSize allocAlignment,
4048 VkDeviceSize allocAlignment,
5559 VkDeviceSize allocAlignment, in CreateAllocationRequest() argument
5595 allocAlignment, in CreateAllocationRequest()
5619 allocAlignment, in CreateAllocationRequest()
5655 allocAlignment, in CreateAllocationRequest()
5863 VkDeviceSize allocAlignment, in CheckAllocation() argument
5917 …const VkDeviceSize alignment = VMA_MAX(allocAlignment, static_cast<VkDeviceSize>(VMA_DEBUG_ALIGNME… in CheckAllocation()
6064 …const VkDeviceSize alignment = VMA_MAX(allocAlignment, static_cast<VkDeviceSize>(VMA_DEBUG_ALIGNME… in CheckAllocation()
/external/llvm-project/mlir/lib/Conversion/StandardToLLVM/
DStandardToLLVM.cpp2131 Value allocAlignment = createIndexConstant(rewriter, loc, alignment); in allocateBuffer() local
2136 sizeBytes = createAligned(rewriter, loc, sizeBytes, allocAlignment); in allocateBuffer()
2140 loc, "aligned_alloc", elementPtrType, {allocAlignment, sizeBytes}, in allocateBuffer()