Home
last modified time | relevance | path

Searched refs:GrVkMemoryAllocator (Results 1 – 16 of 16) sorted by relevance

/external/skia/src/gpu/vk/
DGrVkMemory.cpp13 using AllocationPropertyFlags = GrVkMemoryAllocator::AllocationPropertyFlags;
14 using BufferUsage = GrVkMemoryAllocator::BufferUsage;
20 GrVkMemoryAllocator* allocator = gpu->memoryAllocator(); in AllocAndBindBufferMemory()
54 GrVkMemoryAllocator* allocator = gpu->memoryAllocator(); in FreeBufferMemory()
63 GrVkMemoryAllocator* allocator = gpu->memoryAllocator(); in AllocAndBindImageMemory()
106 GrVkMemoryAllocator* allocator = gpu->memoryAllocator(); in FreeImageMemory()
113 GrVkMemoryAllocator* allocator = gpu->memoryAllocator(); in MapAlloc()
124 GrVkMemoryAllocator* allocator = gpu->memoryAllocator(); in UnmapAlloc()
157 GrVkMemoryAllocator* allocator = gpu->memoryAllocator(); in FlushMappedAlloc()
169 GrVkMemoryAllocator* allocator = gpu->memoryAllocator(); in InvalidateMappedAlloc()
DGrVkAMDMemoryAllocator.h20 static sk_sp<GrVkMemoryAllocator> Make(VkInstance instance,
33 class GrVkAMDMemoryAllocator : public GrVkMemoryAllocator {
35 static sk_sp<GrVkMemoryAllocator> Make(VkInstance instance,
81 using INHERITED = GrVkMemoryAllocator;
DGrVkGpu.h28 class GrVkMemoryAllocator; variable
62 GrVkMemoryAllocator* memoryAllocator() const { return fMemoryAllocator.get(); } in memoryAllocator()
208 sk_sp<GrVkMemoryAllocator>);
355 sk_sp<GrVkMemoryAllocator> fMemoryAllocator;
DGrVkMemory.h24 GrVkMemoryAllocator::BufferUsage,
DGrVkAMDMemoryAllocator.cpp17 sk_sp<GrVkMemoryAllocator> GrVkAMDMemoryAllocator::Make(VkInstance instance, in Make()
28 sk_sp<GrVkMemoryAllocator> GrVkAMDMemoryAllocator::Make(VkInstance instance, in Make()
DGrVkBuffer.cpp82 using BufferUsage = GrVkMemoryAllocator::BufferUsage; in Make()
DGrVkGpu.cpp180 sk_sp<GrVkMemoryAllocator> memoryAllocator = backendContext.fMemoryAllocator; in Make()
209 sk_sp<GrVkMemoryAllocator> memoryAllocator) in GrVkGpu()
/external/skqp/src/gpu/vk/
DGrVkMemory.cpp14 using AllocationPropertyFlags = GrVkMemoryAllocator::AllocationPropertyFlags;
15 using BufferUsage = GrVkMemoryAllocator::BufferUsage;
39 GrVkMemoryAllocator* allocator = gpu->memoryAllocator(); in AllocAndBindBufferMemory()
42 GrVkMemoryAllocator::BufferUsage usage = get_buffer_usage(type, dynamic); in AllocAndBindBufferMemory()
45 if (usage == GrVkMemoryAllocator::BufferUsage::kCpuWritesGpuReads) { in AllocAndBindBufferMemory()
80 GrVkMemoryAllocator* allocator = gpu->memoryAllocator(); in FreeBufferMemory()
94 GrVkMemoryAllocator* allocator = gpu->memoryAllocator(); in AllocAndBindImageMemory()
126 GrVkMemoryAllocator* allocator = gpu->memoryAllocator(); in FreeImageMemory()
143 GrVkMemoryAllocator* allocator = gpu->memoryAllocator(); in MapAlloc()
159 GrVkMemoryAllocator* allocator = gpu->memoryAllocator(); in UnmapAlloc()
[all …]
DGrVkAMDMemoryAllocator.h18 class GrVkAMDMemoryAllocator : public GrVkMemoryAllocator {
54 typedef GrVkMemoryAllocator INHERITED;
DGrVkGpu.h29 class GrVkMemoryAllocator; variable
53 GrVkMemoryAllocator* memoryAllocator() const { return fMemoryAllocator.get(); } in memoryAllocator()
264 sk_sp<GrVkMemoryAllocator> fMemoryAllocator;
/external/skqp/include/gpu/vk/
DGrVkMemoryAllocator.h15 class GrVkMemoryAllocator : public SkRefCnt {
86 GR_MAKE_BITFIELD_CLASS_OPS(GrVkMemoryAllocator::AllocationPropertyFlags);
DGrVkBackendContext.h66 sk_sp<GrVkMemoryAllocator> fMemoryAllocator;
/external/skia/include/gpu/vk/
DGrVkMemoryAllocator.h15 class GrVkMemoryAllocator : public SkRefCnt {
138 GR_MAKE_BITFIELD_CLASS_OPS(GrVkMemoryAllocator::AllocationPropertyFlags)
DGrVkBackendContext.h66 sk_sp<GrVkMemoryAllocator> fMemoryAllocator;
/external/skqp/gn/
Dgpu.gni585 "$_include/gpu/vk/GrVkMemoryAllocator.h",
/external/skia/gn/
Dgpu.gni646 "$_include/gpu/vk/GrVkMemoryAllocator.h",