Searched refs:_mesa_is_pow_two (Results 1 – 7 of 7) sorted by relevance
112 if ((texImage->Width == 1 || _mesa_is_pow_two(texImage->Width2)) && in _swrast_init_texture_image()113 (texImage->Height == 1 || _mesa_is_pow_two(texImage->Height2)) && in _swrast_init_texture_image()114 (texImage->Depth == 1 || _mesa_is_pow_two(texImage->Depth2))) in _swrast_init_texture_image()
197 if (!_mesa_is_pow_two(mapsize)) { in _mesa_PixelMapfv()239 if (!_mesa_is_pow_two(mapsize)) { in _mesa_PixelMapuiv()295 if (!_mesa_is_pow_two(mapsize)) { in _mesa_PixelMapusv()
1296 if (width > 0 && !_mesa_is_pow_two(width - 2 * border)) in _mesa_test_proxy_teximage()1311 if (width > 0 && !_mesa_is_pow_two(width - 2 * border)) in _mesa_test_proxy_teximage()1313 if (height > 0 && !_mesa_is_pow_two(height - 2 * border)) in _mesa_test_proxy_teximage()1330 if (width > 0 && !_mesa_is_pow_two(width - 2 * border)) in _mesa_test_proxy_teximage()1332 if (height > 0 && !_mesa_is_pow_two(height - 2 * border)) in _mesa_test_proxy_teximage()1334 if (depth > 0 && !_mesa_is_pow_two(depth - 2 * border)) in _mesa_test_proxy_teximage()1359 if (width > 0 && !_mesa_is_pow_two(width - 2 * border)) in _mesa_test_proxy_teximage()1361 if (height > 0 && !_mesa_is_pow_two(height - 2 * border)) in _mesa_test_proxy_teximage()1376 if (width > 0 && !_mesa_is_pow_two(width - 2 * border)) in _mesa_test_proxy_teximage()1393 if (width > 0 && !_mesa_is_pow_two(width - 2 * border)) in _mesa_test_proxy_teximage()[all …]
440 _mesa_is_pow_two(int x) in _mesa_is_pow_two() function
215 assert(_mesa_is_pow_two(dst->width) && in nv04_surface_copy_swizzle()216 _mesa_is_pow_two(dst->height)); in nv04_surface_copy_swizzle()
106 if (!_mesa_is_pow_two(width) || target == GL_TEXTURE_RECTANGLE) { in get_texture_image_row_stride()