Home | History | Annotate | Download | only in glsl

Lines Matching refs:components

275     * occupies.  The count is in units of floating point components.
664 * - Assigning to all components of a vector
800 * Returns single boolean for whether all components of operands[0]
801 * equal the components of operands[1].
1252 * Number of components in the swizzle.
1257 * Does the swizzle contain duplicate components?
1259 * L-value swizzles cannot contain duplicate components.
1270 ir_swizzle(ir_rvalue *val, const unsigned *components, unsigned count);
1314 void init_mask(const unsigned *components, unsigned count);
1553 exec_list components;