Home | History | Annotate | Download | only in glsl

Lines Matching refs:idx

1499 	 const int idx = const_index->value.i[0];
1520 if (array->type->row_type()->vector_elements <= idx) {
1524 if (array->type->vector_elements <= idx) {
1529 && (array->type->array_size() <= idx)) {
1538 } else if (idx < 0) {
1552 if ((v != NULL) && (unsigned(idx) > v->max_array_access))
1553 v->max_array_access = idx;