Searched refs:VMA_CACHE_FLUSH (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/angle/third_party/vulkan_memory_allocator/include/ |
H A D | vk_mem_alloc.h | 3156 VMA_CACHE_FLUSH, enumerator 15694 case VMA_CACHE_FLUSH: in FlushOrInvalidateAllocation() 15735 case VMA_CACHE_FLUSH: in FlushOrInvalidateAllocations() 15947 FlushOrInvalidateAllocation(hAllocation, 0, VK_WHOLE_SIZE, VMA_CACHE_FLUSH); in FillAllocation() 16838 …t VkResult res = allocator->FlushOrInvalidateAllocation(allocation, offset, size, VMA_CACHE_FLUSH); in vmaFlushAllocation() 16880 …cator->FlushOrInvalidateAllocations(allocationCount, allocations, offsets, sizes, VMA_CACHE_FLUSH); in vmaFlushAllocations()
|
/aosp_15_r20/external/skia/vma_android/include/ |
H A D | vk_mem_alloc.h | 3069 VMA_CACHE_FLUSH, enumerator 15626 case VMA_CACHE_FLUSH: in FlushOrInvalidateAllocation() 15667 case VMA_CACHE_FLUSH: in FlushOrInvalidateAllocations() 15879 FlushOrInvalidateAllocation(hAllocation, 0, VK_WHOLE_SIZE, VMA_CACHE_FLUSH); in FillAllocation() 16770 …t VkResult res = allocator->FlushOrInvalidateAllocation(allocation, offset, size, VMA_CACHE_FLUSH); in vmaFlushAllocation() 16812 …cator->FlushOrInvalidateAllocations(allocationCount, allocations, offsets, sizes, VMA_CACHE_FLUSH); in vmaFlushAllocations()
|
/aosp_15_r20/external/vulkan-validation-layers/layers/ |
H A D | vk_mem_alloc.h | 4912 enum VMA_CACHE_OPERATION { VMA_CACHE_FLUSH, VMA_CACHE_INVALIDATE }; enumerator 15345 case VMA_CACHE_FLUSH: in FlushOrInvalidateAllocation() 15399 FlushOrInvalidateAllocation(hAllocation, 0, VK_WHOLE_SIZE, VMA_CACHE_FLUSH); in FillAllocation() 16353 allocator->FlushOrInvalidateAllocation(allocation, offset, size, VMA_CACHE_FLUSH); in vmaFlushAllocation()
|