Home
last modified time | relevance | path

Searched refs:lastSuballoc (Results 1 – 3 of 3) sorted by relevance

/external/vulkan-validation-layers/layers/
Dvk_mem_alloc.h8928 const VmaSuballocation& lastSuballoc = suballocations1st[suballocations1stCount - 1]; in GetUnusedRangeSizeMax() local
8931 size - (lastSuballoc.offset + lastSuballoc.size)); in GetUnusedRangeSizeMax()
9684 const VmaSuballocation& lastSuballoc = suballocations2nd.back(); in CreateAllocationRequest() local
9685 resultBaseOffset = lastSuballoc.offset - allocSize; in CreateAllocationRequest()
9686 if(allocSize > lastSuballoc.offset) in CreateAllocationRequest()
9780 const VmaSuballocation& lastSuballoc = suballocations1st.back(); in CreateAllocationRequest() local
9781 resultBaseOffset = lastSuballoc.offset + lastSuballoc.size; in CreateAllocationRequest()
9869 const VmaSuballocation& lastSuballoc = suballocations2nd.back(); in CreateAllocationRequest() local
9870 resultBaseOffset = lastSuballoc.offset + lastSuballoc.size; in CreateAllocationRequest()
10250 VmaSuballocation& lastSuballoc = suballocations2nd.back(); in FreeAtOffset() local
[all …]
/external/skia/vma_android/include/
Dvk_mem_alloc.h8639 VmaSuballocation& lastSuballoc = suballocations2nd.back(); in Free() local
8640 if (lastSuballoc.offset == offset) in Free()
8642 m_SumFreeSize += lastSuballoc.size; in Free()
8651 VmaSuballocation& lastSuballoc = suballocations1st.back(); in Free() local
8652 if (lastSuballoc.offset == offset) in Free()
8654 m_SumFreeSize += lastSuballoc.size; in Free()
8938 const VmaSuballocation& lastSuballoc = suballocations1st.back(); in CreateAllocationRequest_LowerAddress() local
8939 resultBaseOffset = lastSuballoc.offset + lastSuballoc.size + debugMargin; in CreateAllocationRequest_LowerAddress()
9019 const VmaSuballocation& lastSuballoc = suballocations2nd.back(); in CreateAllocationRequest_LowerAddress() local
9020 resultBaseOffset = lastSuballoc.offset + lastSuballoc.size + debugMargin; in CreateAllocationRequest_LowerAddress()
[all …]
/external/angle/third_party/vulkan_memory_allocator/include/
Dvk_mem_alloc.h8663 VmaSuballocation& lastSuballoc = suballocations2nd.back(); in Free() local
8664 if (lastSuballoc.offset == offset) in Free()
8666 m_SumFreeSize += lastSuballoc.size; in Free()
8675 VmaSuballocation& lastSuballoc = suballocations1st.back(); in Free() local
8676 if (lastSuballoc.offset == offset) in Free()
8678 m_SumFreeSize += lastSuballoc.size; in Free()
8962 const VmaSuballocation& lastSuballoc = suballocations1st.back(); in CreateAllocationRequest_LowerAddress() local
8963 resultBaseOffset = lastSuballoc.offset + lastSuballoc.size + debugMargin; in CreateAllocationRequest_LowerAddress()
9043 const VmaSuballocation& lastSuballoc = suballocations2nd.back(); in CreateAllocationRequest_LowerAddress() local
9044 resultBaseOffset = lastSuballoc.offset + lastSuballoc.size + debugMargin; in CreateAllocationRequest_LowerAddress()
[all …]