Home
last modified time | relevance | path

Searched refs:isVkMappable (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/src/gpu/vk/
H A DGrVkBuffer.cpp33 SkASSERT(accessPattern != kDynamic_GrAccessPattern || this->isVkMappable()); in GrVkBuffer()
232 if (this->isVkMappable()) {
248 SkASSERT(fMapPtr && this->isVkMappable());
384 if (this->isVkMappable()) {
H A DGrVkBuffer.h54 bool isVkMappable() const { return fAlloc.fFlags & GrVkAlloc::kMappable_Flag; } in isVkMappable() function in GrVkBuffer

Completed in 1 milliseconds