Lines Matching refs:Limit
33 struct Limit struct
75 static const Limit<GLint> intLimits[] = in init()
211 static const Limit<GLint64> int64Limits[] = in init()
217 static const Limit<GLuint64> uint64Limits[] = in init()
222 static const Limit<GLfloat> floatLimits[] = in init()
229 static const Limit<tcu::IVec3> ivec3Limits[] = in init()
237 const Limit<GLint>& limit = intLimits[idx]; in init()
243 const Limit<GLint64>& limit = int64Limits[idx]; in init()
249 const Limit<GLuint64>& limit = uint64Limits[idx]; in init()
255 const Limit<GLfloat>& limit = floatLimits[idx]; in init()
261 const Limit<tcu::IVec3>& limit = ivec3Limits[idx]; in init()