Searched refs:prevSuballoc (Results 1 – 3 of 3) sorted by relevance
/external/vulkan-validation-layers/layers/ |
D | vk_mem_alloc.h | 8383 const VmaSuballocation& prevSuballoc = *prevSuballocItem; in CheckAllocation() local 8384 … if(VmaBlocksOnSamePage(prevSuballoc.offset, prevSuballoc.size, *pOffset, bufferImageGranularity)) in CheckAllocation() 8386 if(VmaIsBufferImageGranularityConflict(prevSuballoc.type, allocType)) in CheckAllocation() 8526 const VmaSuballocation& prevSuballoc = *prevSuballocItem; in CheckAllocation() local 8527 … if(VmaBlocksOnSamePage(prevSuballoc.offset, prevSuballoc.size, *pOffset, bufferImageGranularity)) in CheckAllocation() 8529 if(VmaIsBufferImageGranularityConflict(prevSuballoc.type, allocType)) in CheckAllocation() 9746 const VmaSuballocation& prevSuballoc = suballocations1st[prevSuballocIndex]; in CreateAllocationRequest() local 9747 …if(VmaBlocksOnSamePage(prevSuballoc.offset, prevSuballoc.size, resultOffset, bufferImageGranularit… in CreateAllocationRequest() 9749 if(VmaIsBufferImageGranularityConflict(allocType, prevSuballoc.type)) in CreateAllocationRequest() 9803 const VmaSuballocation& prevSuballoc = suballocations1st[prevSuballocIndex]; in CreateAllocationRequest() local [all …]
|
/external/skia/vma_android/include/ |
D | vk_mem_alloc.h | 7311 const VmaSuballocation& prevSuballoc = *prevSuballocItem; 7312 … if (VmaBlocksOnSamePage(prevSuballoc.offset, prevSuballoc.size, offset, bufferImageGranularity)) 7314 if (VmaIsBufferImageGranularityConflict(prevSuballoc.type, allocType)) 8955 const VmaSuballocation& prevSuballoc = suballocations1st[prevSuballocIndex]; in CreateAllocationRequest_LowerAddress() local 8956 …if (VmaBlocksOnSamePage(prevSuballoc.offset, prevSuballoc.size, resultOffset, bufferImageGranulari… in CreateAllocationRequest_LowerAddress() 8958 if (VmaIsBufferImageGranularityConflict(prevSuballoc.type, allocType)) in CreateAllocationRequest_LowerAddress() 9036 const VmaSuballocation& prevSuballoc = suballocations2nd[prevSuballocIndex]; in CreateAllocationRequest_LowerAddress() local 9037 …if (VmaBlocksOnSamePage(prevSuballoc.offset, prevSuballoc.size, resultOffset, bufferImageGranulari… in CreateAllocationRequest_LowerAddress() 9039 if (VmaIsBufferImageGranularityConflict(prevSuballoc.type, allocType)) in CreateAllocationRequest_LowerAddress() 9186 const VmaSuballocation& prevSuballoc = suballocations1st[prevSuballocIndex]; in CreateAllocationRequest_UpperAddress() local [all …]
|
/external/angle/third_party/vulkan_memory_allocator/include/ |
D | vk_mem_alloc.h | 7374 const VmaSuballocation& prevSuballoc = *prevSuballocItem; 7375 … if (VmaBlocksOnSamePage(prevSuballoc.offset, prevSuballoc.size, offset, bufferImageGranularity)) 7377 if (VmaIsBufferImageGranularityConflict(prevSuballoc.type, allocType)) 8979 const VmaSuballocation& prevSuballoc = suballocations1st[prevSuballocIndex]; in CreateAllocationRequest_LowerAddress() local 8980 …if (VmaBlocksOnSamePage(prevSuballoc.offset, prevSuballoc.size, resultOffset, bufferImageGranulari… in CreateAllocationRequest_LowerAddress() 8982 if (VmaIsBufferImageGranularityConflict(prevSuballoc.type, allocType)) in CreateAllocationRequest_LowerAddress() 9060 const VmaSuballocation& prevSuballoc = suballocations2nd[prevSuballocIndex]; in CreateAllocationRequest_LowerAddress() local 9061 …if (VmaBlocksOnSamePage(prevSuballoc.offset, prevSuballoc.size, resultOffset, bufferImageGranulari… in CreateAllocationRequest_LowerAddress() 9063 if (VmaIsBufferImageGranularityConflict(prevSuballoc.type, allocType)) in CreateAllocationRequest_LowerAddress() 9210 const VmaSuballocation& prevSuballoc = suballocations1st[prevSuballocIndex]; in CreateAllocationRequest_UpperAddress() local [all …]
|