Home | History | Annotate | Download | only in galahad

Lines Matching refs:width0

148    glhd_check("%u", templat->width0, >= 1);
161 glhd_check("%u", templat->width0, <= (1 << (max_texture_2d_levels - 1)));
168 glhd_check("%u", templat->width0, <= (1 << (max_texture_2d_levels - 1)));
175 glhd_check("%u", templat->width0, <= (1 << (max_texture_cube_levels - 1)));
176 glhd_check("%u", templat->height0, == templat->width0);
182 glhd_check("%u", templat->width0, <= (1 << (max_texture_2d_levels - 1)));
189 glhd_check("%u", templat->width0, <= (1 << (max_texture_3d_levels - 1)));
196 glhd_check("%u", templat->width0, <= (1 << (max_texture_2d_levels - 1)));
203 glhd_check("%u", templat->width0, <= (1 << (max_texture_2d_levels - 1)));
213 if(!util_is_power_of_two(templat->width0) || !util_is_power_of_two(templat->height0))
214 glhd_warn("Requested NPOT (%ux%u) non-rectangle texture without NPOT support", templat->width0, templat->height0);