Lines Matching defs:swizzle
388 /* The swizzle for rendering is inverted from texturing */
390 unsigned char swizzle[4] = {
404 panfrost_invert_swizzle(desc->swizzle, swizzle);
420 cfg->swizzle = panfrost_translate_swizzle_4(swizzle);
857 /* The swizzle for rendering is inverted from texturing */
858 unsigned char swizzle[4];
859 panfrost_invert_swizzle(desc->swizzle, swizzle);
860 cfg.swizzle = panfrost_translate_swizzle_4(swizzle);