Home | History | Annotate | Download | only in vk

Lines Matching refs:GrVkMemory

8 #include "GrVkMemory.h"
34 bool GrVkMemory::AllocAndBindBufferMemory(const GrVkGpu* gpu,
77 void GrVkMemory::FreeBufferMemory(const GrVkGpu* gpu, GrVkBuffer::Type type,
89 bool GrVkMemory::AllocAndBindImageMemory(const GrVkGpu* gpu,
123 void GrVkMemory::FreeImageMemory(const GrVkGpu* gpu, bool linearTiling,
133 void* GrVkMemory::MapAlloc(const GrVkGpu* gpu, const GrVkAlloc& alloc) {
157 void GrVkMemory::UnmapAlloc(const GrVkGpu* gpu, const GrVkAlloc& alloc) {
166 void GrVkMemory::GetNonCoherentMappedMemoryRange(const GrVkAlloc& alloc, VkDeviceSize offset,
189 void GrVkMemory::FlushMappedAlloc(const GrVkGpu* gpu, const GrVkAlloc& alloc, VkDeviceSize offset,
200 GrVkMemory::GetNonCoherentMappedMemoryRange(alloc, offset, size, alignment,
208 void GrVkMemory::InvalidateMappedAlloc(const GrVkGpu* gpu, const GrVkAlloc& alloc,
219 GrVkMemory::GetNonCoherentMappedMemoryRange(alloc, offset, size, alignment,