Searched refs:fallbackSize (Results 1 – 5 of 5) sorted by relevance
296 const size_t fallbackSize = (sizeof(void*) == sizeof(deUint64)) ? 2048*MiB : 1024*MiB; in getTotalSystemMemory() local299 print("WARNING: Using fall-back size of %.2f MiB\n", double(fallbackSize) / double(MiB)); in getTotalSystemMemory()301 return fallbackSize; in getTotalSystemMemory()
137 size_t fallbackSize,
242 size_t fallbackSize, in makeSpaceAtLeast() argument259 if (!this->createBlock(fallbackSize)) { in makeSpaceAtLeast()
133 const tcu::UVec2& fallbackSize);
663 …Size (const vk::wsi::Type wsiType, const vk::wsi::Display& display, const tcu::UVec2& fallbackSize) in getFullScreenSize() argument665 tcu::UVec2 result = fallbackSize; in getFullScreenSize()