Home | History | Annotate | Download | only in glsl

Lines Matching refs:idx

970    ir_rvalue *idx = read_rvalue(st, idx_expr);
971 return new(ctx) ir_dereference_array(subject, idx);