Searched refs:fallbackSize (Results 1 – 7 of 7) sorted by relevance
182 size_t fallbackSize, in makeSpaceAtLeast() argument207 if (back.fBytesFree >= fallbackSize) { in makeSpaceAtLeast()208 SkASSERT(GrSizeAlignDown(fallbackSize, alignment) == fallbackSize); in makeSpaceAtLeast()209 size = fallbackSize; in makeSpaceAtLeast()231 if (!this->createBlock(fallbackSize)) { in makeSpaceAtLeast()239 *actualSize = fallbackSize; in makeSpaceAtLeast()240 back.fBytesFree -= fallbackSize; in makeSpaceAtLeast()241 fBytesInUse += fallbackSize; in makeSpaceAtLeast()
113 size_t fallbackSize,
298 const size_t fallbackSize = (sizeof(void*) == sizeof(deUint64)) ? 2048*MiB : 1024*MiB; in getTotalSystemMemory() local301 print("WARNING: Using fall-back size of %.2f MiB\n", double(fallbackSize) / double(MiB)); in getTotalSystemMemory()303 return fallbackSize; in getTotalSystemMemory()
137 size_t fallbackSize,
244 size_t fallbackSize, in makeSpaceAtLeast() argument261 if (!this->createBlock(fallbackSize)) { in makeSpaceAtLeast()
130 const tcu::UVec2& fallbackSize);
527 …Size (const vk::wsi::Type wsiType, const vk::wsi::Display& display, const tcu::UVec2& fallbackSize) in getFullScreenSize() argument529 tcu::UVec2 result = fallbackSize; in getFullScreenSize()