Home | History | Annotate | Download | only in glsl

Lines Matching refs:idx_map

638       const unsigned idx_map[] = { 3, 0, 1, 2 }; /* w=bit 3, x=0, y=1, z=2 */
646 mask |= 1 << idx_map[mask_str[i] - 'w'];