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

/xsrc/external/mit/libdrm/dist/tests/util/
H A Dpattern.c93 static inline uint32_t shiftcolor8(const struct util_color_component *comp, function in typeref:typename:uint32_t
136 (shiftcolor8(&(rgb)->red, (r)) | \
137 shiftcolor8(&(rgb)->green, (g)) | \
138 shiftcolor8(&(rgb)->blue, (b)) | \
139 shiftcolor8(&(rgb)->alpha, (a)))

Completed in 4 milliseconds