Home
last modified time | relevance | path

Searched refs:_IsPowerOfTwo (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/mesa/swrast/
Ds_texture.c115 swImg->_IsPowerOfTwo = GL_TRUE; in _swrast_init_texture_image()
117 swImg->_IsPowerOfTwo = GL_FALSE; in _swrast_init_texture_image()
Ds_context.h134 GLboolean _IsPowerOfTwo; /**< Are all dimensions powers of two? */ member
Ds_texfilter.c169 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()
Ds_triangle.c1079 && swImg->_IsPowerOfTwo in _swrast_choose_triangle()