Home
last modified time | relevance | path

Searched refs:shiftcolor10 (Results 1 – 1 of 1) sorted by relevance

/external/libdrm/tests/util/
Dpattern.c78 static inline uint32_t shiftcolor10(const struct util_color_component *comp, in shiftcolor10() function
102 (shiftcolor10(&(rgb)->red, (r)) | \
103 shiftcolor10(&(rgb)->green, (g)) | \
104 shiftcolor10(&(rgb)->blue, (b)) | \
105 shiftcolor10(&(rgb)->alpha, (a)))