Searched refs:is_power_of_two (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/xf86-video-intel/dist/src/sna/
H A Dsna_present.c513 is_power_of_two(tmp->n_event_id)) {
H A Dsna.h1268 inline static bool is_power_of_two(unsigned x) function in typeref:typename:bool
H A Dsna_accel.c12844 assert(is_power_of_two(tw));
12846 assert(is_power_of_two(th));
13026 if ((w|h) < 0x10 && is_power_of_two(w) && is_power_of_two(h) &&
14945 is_power_of_two(stipple->drawable.width) &&
14946 is_power_of_two(stipple->drawable.height))
H A Dsna_display.c1347 assert(is_power_of_two(rotation & RR_Rotate_All));
/xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/
H A Dsna.h1150 inline static bool is_power_of_two(unsigned x) function in typeref:typename:bool
H A Dsna_accel.c12641 assert(is_power_of_two(tw));
12643 assert(is_power_of_two(th));
12823 if ((w|h) < 0x10 && is_power_of_two(w) && is_power_of_two(h) &&
14721 is_power_of_two(stipple->drawable.width) &&
14722 is_power_of_two(stipple->drawable.height))

Completed in 53 milliseconds