Lines Matching refs:index
785 * Returns the innermost array index expression in an rvalue tree.
787 * it is the block index rather than an indexing expression for an
847 ir_rvalue *index = find_innermost_array_index(lhs);
848 ir_variable *index_var = index ? index->variable_referenced() : NULL;
3406 /* Check if index was set for the uniform instead of the function */
3408 _mesa_glsl_error(loc, state, "an index qualifier can only be "
3415 process_qualifier_constant(state, loc, "index", qual->index,
3421 * sets a layout index to less than 0 or greater than 1."
3428 "explicit index may only be 0 or 1");
3431 var->data.index = qual_index;
3802 "explicit index requires explicit location");
6330 if (process_qualifier_constant(state, &loc, "index",
6331 this->return_type->qualifier.index,
6334 _mesa_glsl_error(&loc, state, "subroutine index requires "
6339 "invalid subroutine index (%d) index must "