Lines Matching refs:col
542 ir_dereference *const col = new(ctx) ir_dereference_array(src, col_index);
544 col->type = src->type->column_type();
546 return dereference_component(col, r);
1018 unsigned col =
1023 for (/* empty */; col < var->type->matrix_columns; col++) {
1031 ident.f[col] = 1.0;
1036 new(ctx) ir_dereference_array(var, new(ctx) ir_constant(col));