Home | History | Annotate | Download | only in glsl

Lines Matching refs:values

345     *   - Vertex shader input: one of the values from \c gl_vert_attrib.
346 * - Vertex shader output: one of the values from \c gl_vert_result.
347 * - Fragment shader input: one of the values from \c gl_frag_attrib.
348 * - Fragment shader output: one of the values from \c gl_frag_result.
1473 * Construct an ir_constant from a list of ir_constant values
1475 ir_constant(const struct glsl_type *type, exec_list *values);
1543 * The field used to back the values supplied by the constant is determined