Searched refs:_IsPowerOfTwo (Results 1 – 4 of 4) sorted by relevance
115 swImg->_IsPowerOfTwo = GL_TRUE; in _swrast_init_texture_image()117 swImg->_IsPowerOfTwo = GL_FALSE; in _swrast_init_texture_image()
134 GLboolean _IsPowerOfTwo; /**< Are all dimensions powers of two? */ member
169 if (swImg->_IsPowerOfTwo) { in linear_texel_locations()300 if (swImg->_IsPowerOfTwo) in nearest_texel_location()1230 ASSERT(swImg->_IsPowerOfTwo); in sample_2d_linear_repeat()1388 swImg->_IsPowerOfTwo && in sample_linear_2d()1431 ASSERT(swImg->_IsPowerOfTwo); in opt_sample_rgb_2d()1476 ASSERT(swImg->_IsPowerOfTwo); in opt_sample_rgba_2d()1508 && swImg->_IsPowerOfTwo; in sample_lambda_2d()3758 swImg->_IsPowerOfTwo && in _swrast_choose_texture_sample_func()
1079 && swImg->_IsPowerOfTwo in _swrast_choose_triangle()