HomeSort by: relevance | last modified time | path
    Searched refs:is_power_of_two (Results 1 - 7 of 7) sorted by relevancy

  /xsrc/external/mit/libdrm/dist/tests/util/
pattern.c 1981 static inline bool is_power_of_two(unsigned long val) function
1989 is_power_of_two(info->xsub) &&
1990 is_power_of_two(info->ysub) &&
1991 is_power_of_two(info->chroma_stride), 1)) {
  /xsrc/external/mit/xf86-video-intel/dist/src/sna/
sna_present.c 513 is_power_of_two(tmp->n_event_id)) {
sna.h 1268 inline static bool is_power_of_two(unsigned x) function
sna_accel.c 12844 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))
sna_display.c 1347 assert(is_power_of_two(rotation & RR_Rotate_All));
  /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/
sna.h 1150 inline static bool is_power_of_two(unsigned x) function
sna_accel.c 12641 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 50 milliseconds