Home
last modified time | relevance | path

Searched refs:vmaDefragment (Results 1 - 8 of 8) sorted by relevance

/third_party/skia/src/gpu/vk/
H A DGrVkAMDMemoryAllocator.h70 void vmaDefragment() override;
H A DGrVkGpu.h208 void vmaDefragment() override { fMemoryAllocatorCacheImage->vmaDefragment(); }
H A DGrVkAMDMemoryAllocator.cpp436 void GrVkAMDMemoryAllocator::vmaDefragment() in vmaDefragment() function in GrVkAMDMemoryAllocator
455 SkDebugf("GrVkAMDMemoryAllocator::vmaDefragment() before: %s", in vmaDefragment()
457 HITRACE_OHOS_NAME_FMT_ALWAYS("GrVkAMDMemoryAllocator::vmaDefragment() before: %s", debugInfo.c_str()); in vmaDefragment()
467 SkDebugf("GrVkAMDMemoryAllocator::vmaDefragment() after: %s", in vmaDefragment()
469 HITRACE_OHOS_NAME_FMT_ALWAYS("GrVkAMDMemoryAllocator::vmaDefragment() after: %s", debugInfo.c_str()); in vmaDefragment()
/third_party/skia/include/gpu/vk/
H A DGrVkMemoryAllocator.h138 virtual void vmaDefragment() {} in vmaDefragment() function in GrVkMemoryAllocator
/third_party/skia/src/gpu/
H A DGrGpu.h679 virtual void vmaDefragment() {} in vmaDefragment() function in GrGpu
H A DGrDirectContext.cpp590 void GrDirectContext::vmaDefragment() in vmaDefragment() function in GrDirectContext
593 fGpu->vmaDefragment(); in vmaDefragment()
/third_party/skia/include/gpu/
H A DGrDirectContext.h878 void vmaDefragment();
/third_party/skia/third_party/vulkanmemoryallocator/include/
H A Dvk_mem_alloc.h3092 It can change after call to vmaDefragment() if this allocation is passed to the function, or if allocation is lost.
3099 It can change after call to vmaDefragment() if this allocation is passed to the function, or if allocation is lost.
3113 It can also change after call to vmaDefragment() if this allocation is passed to the function.
3599 /** \brief Deprecated. Optional configuration parameters to be passed to function vmaDefragment().
3616 /** \brief Statistics returned by function vmaDefragment(). */
3636 Use this function instead of old, deprecated vmaDefragment().
3722 VMA_CALL_PRE VkResult VMA_CALL_POST vmaDefragment(
19019 VMA_CALL_PRE VkResult VMA_CALL_POST vmaDefragment(

Completed in 35 milliseconds