Home | History | Annotate | Download | only in galahad

Lines Matching refs:height0

149    glhd_check("%u", templat->height0, >= 1);
155 glhd_check("%u", templat->height0, == 1);
162 glhd_check("%u", templat->height0, == 1);
169 glhd_check("%u", templat->height0, <= (1 << (max_texture_2d_levels - 1)));
176 glhd_check("%u", templat->height0, == templat->width0);
183 glhd_check("%u", templat->height0, <= (1 << (max_texture_2d_levels - 1)));
190 glhd_check("%u", templat->height0, <= (1 << (max_texture_3d_levels - 1)));
197 glhd_check("%u", templat->height0, == 1);
204 glhd_check("%u", templat->height0, <= (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);