HomeSort by relevance Sort by last modified time
    Searched refs:kNoncoherent_Flag (Results 1 - 2 of 2) sorted by null

  /external/skia/include/gpu/vk/
GrVkTypes.h 41 kNoncoherent_Flag = 0x1, // memory must be flushed to device after mapping
  /external/skia/src/gpu/vk/
GrVkMemory.cpp 87 : GrVkAlloc::kNoncoherent_Flag;
172 : GrVkAlloc::kNoncoherent_Flag;
288 if (alloc.fFlags & GrVkAlloc::kNoncoherent_Flag) {
301 if (alloc.fFlags & GrVkAlloc::kNoncoherent_Flag) {

Completed in 1212 milliseconds