Searched defs:src2dst (Results 1 - 1 of 1) sorted by relevance

/external/mesa3d/src/mesa/main/
H A Dformat_utils.c97 * The final swizzle transform to apply (src2dst) when a rebase swizzle is
102 uint8_t *rebase_swizzle, uint8_t *src2dst)
109 src2dst[i] = rgba2dst[i];
111 src2dst[i] = src2rgba[rgba2dst[i]];
117 src2dst[i] = rgba2dst[i];
119 src2dst[i] = rebase_swizzle[rgba2dst[i]];
121 src2dst[i] = src2rgba[rebase_swizzle[rgba2dst[i]]];
275 uint8_t src2dst[4], src2rgba[4], rgba2dst[4], dst2rgba[4]; local
415 src2dst);
420 src2dst, normalize
101 compute_src2dst_component_mapping(uint8_t *src2rgba, uint8_t *rgba2dst, uint8_t *rebase_swizzle, uint8_t *src2dst) argument
[all...]

Completed in 263 milliseconds