Home | History | Annotate | Download | only in glsl

Lines Matching full:ir_constant

62 static ir_constant *read_constant(_mesa_glsl_parse_state *, s_list *);
814 static ir_constant *
851 ir_constant *ir_elt = read_constant(st, elt);
856 return new(ctx) ir_constant(type, &elements);
908 return new(ctx) ir_constant(type, &data);