Searched refs:_IsPowerOfTwo (Results 1 – 4 of 4) sorted by relevance
133 swImg->_IsPowerOfTwo = GL_TRUE; in _swrast_init_texture_image()135 swImg->_IsPowerOfTwo = GL_FALSE; in _swrast_init_texture_image()
135 GLboolean _IsPowerOfTwo; /**< Are all dimensions powers of two? */ member
171 if (swImg->_IsPowerOfTwo) { in linear_texel_locations()303 if (swImg->_IsPowerOfTwo) in nearest_texel_location()1233 assert(swImg->_IsPowerOfTwo); in sample_2d_linear_repeat()1391 swImg->_IsPowerOfTwo && in sample_linear_2d()1434 assert(swImg->_IsPowerOfTwo); in opt_sample_rgb_2d()1479 assert(swImg->_IsPowerOfTwo); in opt_sample_rgba_2d()1513 && swImg->_IsPowerOfTwo; in sample_lambda_2d()3763 swImg->_IsPowerOfTwo && in _swrast_choose_texture_sample_func()
1079 && swImg->_IsPowerOfTwo in _swrast_choose_triangle()