Home | History | Annotate | Download | only in glsl

Lines Matching full:construct

500     *  - Construct
503 * - Construct a vector from an arbirary combination of vectors and
689 * - Construct a matrix from a single scalar by replicating that scalar to
693 * - Construct a matrix from an arbirary combination of vectors and
697 * - Construct a matrix from a single matrix. The source matrix is copied
1000 _mesa_glsl_error(& loc, state, "cannot construct sampler type `%s'",
1057 _mesa_glsl_error(& loc, state, "cannot construct `%s' from a "
1077 * "It is an error to construct matrices from other matrices. This
1082 _mesa_glsl_error(& loc, state, "cannot construct `%s' from a "
1110 _mesa_glsl_error(& loc, state, "too few components to construct "