Searched refs:maxLocations (Results 1 – 2 of 2) sorted by relevance
184 deUint16 maxLocations = (deUint16)deCeilToInt32((float)(m_inputComponents - 4) / 4u); in initPrograms() local189 for (deUint16 loc = 0; loc < maxLocations; loc++) in initPrograms()191 if (loc == (maxLocations - 1u)) in initPrograms()
703 const int maxLocations = 1024; in init() local766 rng.getInt(0, maxLocations-1)); in init()795 rng.getInt(0, maxLocations-1-8)); in init()825 rng.getInt(0, maxLocations-1-arraySize*arraySize)); in init()848 const int location = layoutLoc ? rng.getInt(0, maxLocations-1-5) : -1; in init()885 const int baseLoc = rng.getInt(0, maxLocations-1-60); in init()1024 vector<int> locations = shuffledRange(0, maxLocations, 0x1234 + caseNdx*100); in init()