Home
last modified time | relevance | path

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

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