Home
last modified time | relevance | path

Searched refs:_mesa_is_pow_two (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/src/mesa/swrast/
Ds_texture.c112 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()
/external/mesa3d/src/mesa/main/
Dpixel.c197 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()
Dteximage.c1296 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 …]
Dimports.h440 _mesa_is_pow_two(int x) in _mesa_is_pow_two() function
/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnv04_surface.c215 assert(_mesa_is_pow_two(dst->width) && in nv04_surface_copy_swizzle()
216 _mesa_is_pow_two(dst->height)); in nv04_surface_copy_swizzle()
/external/mesa3d/src/mesa/drivers/dri/r200/
Dradeon_mipmap_tree.c106 if (!_mesa_is_pow_two(width) || target == GL_TEXTURE_RECTANGLE) { in get_texture_image_row_stride()
/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_mipmap_tree.c106 if (!_mesa_is_pow_two(width) || target == GL_TEXTURE_RECTANGLE) { in get_texture_image_row_stride()