Searched refs:globalSize (Results 1 – 1 of 1) sorted by relevance
192 const uint64_t globalSize = static_cast<uint64_t>(std::stol(strVal)); in RSoVScript() local193 if (globalSize > 0) { in RSoVScript()194 mGlobals.reset(new RSoVBuffer(context, globalSize)); in RSoVScript()