Searched refs:kSubAlloc_Strategy (Results 1 – 3 of 3) sorted by relevance
/external/skia/src/gpu/vk/ |
D | GrVkMemory.h | 120 kSubAlloc_Strategy, // alloc large subheaps and suballoc within them enumerator 129 if (strategy == kSubAlloc_Strategy) { in GrVkHeap()
|
D | GrVkGpu.cpp | 151 fHeaps[kLinearImage_Heap].reset(new GrVkHeap(this, GrVkHeap::kSubAlloc_Strategy, 16*1024*1024)); in GrVkGpu() 152 … fHeaps[kOptimalImage_Heap].reset(new GrVkHeap(this, GrVkHeap::kSubAlloc_Strategy, 64*1024*1024)); in GrVkGpu() 153 …fHeaps[kSmallOptimalImage_Heap].reset(new GrVkHeap(this, GrVkHeap::kSubAlloc_Strategy, 2*1024*1024… in GrVkGpu() 156 fHeaps[kUniformBuffer_Heap].reset(new GrVkHeap(this, GrVkHeap::kSubAlloc_Strategy, 256*1024)); in GrVkGpu() 159 …fHeaps[kCopyWriteBuffer_Heap].reset(new GrVkHeap(this, GrVkHeap::kSubAlloc_Strategy, 16*1024*1024)… in GrVkGpu()
|
/external/skia/tests/ |
D | VkHeapTests.cpp | 122 GrVkHeap heap(gpu, GrVkHeap::kSubAlloc_Strategy, 64 * 1024); in suballoc_test()
|