Home | History | Annotate | Download | only in glsl

Lines Matching refs:col_index

541       ir_constant *const col_index = new(ctx) ir_constant(c);
542 ir_dereference *const col = new(ctx) ir_dereference_array(src, col_index);