Home | History | Annotate | Download | only in glsl

Lines Matching refs:ir_dereference

644     * is handled by ir_dereference::is_lvalue.
726 ir_dereference *const d = lhs->as_dereference();
1222 ir_dereference *const then_deref = new(ctx) ir_dereference_variable(tmp);
1227 ir_dereference *const else_deref = new(ctx) ir_dereference_variable(tmp);
1257 ir_dereference *const then_deref = new(ctx) ir_dereference_variable(tmp);
1263 ir_dereference *const else_deref = new(ctx) ir_dereference_variable(tmp);
1450 ir_dereference *const then_deref =
1457 ir_dereference *const else_deref =
1619 * FINISHME: array access limits be added to ir_dereference?
2377 ir_dereference *const lhs = new(state) ir_dereference_variable(var);