Home
last modified time | relevance | path

Searched refs:kGpuOnly (Results 1 - 3 of 3) sorted by relevance

/third_party/skia/src/gpu/vk/
H A DGrVkBuffer.cpp97 allocUsage = requiresMappable ? BufferUsage::kCpuWritesGpuReads : BufferUsage::kGpuOnly;
101 allocUsage = requiresMappable ? BufferUsage::kCpuWritesGpuReads : BufferUsage::kGpuOnly;
105 allocUsage = requiresMappable ? BufferUsage::kCpuWritesGpuReads : BufferUsage::kGpuOnly;
H A DGrVkAMDMemoryAllocator.cpp270 case BufferUsage::kGpuOnly: in allocateBufferMemory()
310 if ((AllocationPropertyFlags::kLazyAllocation & flags) && BufferUsage::kGpuOnly == usage) { in allocateBufferMemory()
315 SkASSERT(BufferUsage::kGpuOnly != usage); in allocateBufferMemory()
/third_party/skia/include/gpu/vk/
H A DGrVkMemoryAllocator.h30 // BufferUsage::kGpuOnly).
41 kGpuOnly, member in GrVkMemoryAllocator::BufferUsage

Completed in 3 milliseconds