Lines Matching refs:index
307 * array using an index too large for its actual size assigned at
809 "`%s' but outermost dimension has an index"
821 "`%s' but outermost dimension has an index"
1181 int index = link_cross_validate_uniform_block(prog->data, &blks,
1184 if (index == -1) {
1200 ifc_blk_stage_idx[i][index] = j;
1510 unsigned index = ifc_type->field_index(var->name);
1511 assert(index < ifc_type->length);
1512 assert(interface_vars[index] == NULL);
1513 interface_vars[index] = var;
2776 unsigned index;
2786 if (prog->FragDataIndexBindings->get(index, name)) {
2787 var->data.index = index;
2812 * an active output assigned an index greater than or equal to one;"
2814 if (target_index == MESA_SHADER_FRAGMENT && var->data.index >= 1 &&
2819 "with index %u for %s\n",
2820 var->data.location - generic_base, var->data.index,
2833 if (var->data.location >= generic_base && var->data.index < 1) {
3393 * "Each subroutine with an index qualifier in the shader must be
3394 * given a unique index, otherwise a compile or link error will be
3398 if (p->sh.SubroutineFunctions[j].index != -1 &&
3399 p->sh.SubroutineFunctions[j].index == fn->subroutine_index) {
3400 linker_error(prog, "each subroutine index qualifier in the "
3405 p->sh.SubroutineFunctions[p->sh.NumSubroutineFunctions].index =