HomeSort by relevance Sort by last modified time
    Searched refs:glhd_check (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/gallium/drivers/galahad/
glhd_screen.c 148 glhd_check("%u", templat->width0, >= 1);
149 glhd_check("%u", templat->height0, >= 1);
150 glhd_check("%u", templat->depth0, >= 1);
151 glhd_check("%u", templat->array_size, >= 1);
154 glhd_check("%u", templat->last_level, == 0);
155 glhd_check("%u", templat->height0, == 1);
156 glhd_check("%u", templat->depth0, == 1);
157 glhd_check("%u", templat->array_size, == 1);
160 glhd_check("%u", templat->last_level, < max_texture_2d_levels);
161 glhd_check("%u", templat->width0, <= (1 << (max_texture_2d_levels - 1)))
    [all...]
glhd_context.h 63 #define glhd_check(fmt, value, expr) \ macro

Completed in 1853 milliseconds