Home | History | Annotate | Download | only in test

Lines Matching refs:PIXMAN_FORMAT_DEPTH

154     if (PIXMAN_FORMAT_BPP (fmt) - PIXMAN_FORMAT_DEPTH (fmt) &&
155 PIXMAN_FORMAT_DEPTH (fmt) != 0)
157 uint32_t m = (1 << PIXMAN_FORMAT_DEPTH (fmt)) - 1;
162 m <<= (PIXMAN_FORMAT_BPP (fmt) - PIXMAN_FORMAT_DEPTH (fmt));