Lines Matching refs:fErrors
42 context.fErrors->error(line, "invalid type");
46 context.fErrors->error(line, "array size must appear after variable name");
50 context.fErrors->error(line,
54 context.fErrors->error(line, "'in' variables may not have matrix type");
57 context.fErrors->error(line, "'in uniform' variables not permitted");
61 context.fErrors->error(line, "'in' variables not permitted in runtime effects");
65 context.fErrors->error(line,
70 context.fErrors->error(line, "'srgb_unpremul' is only permitted in runtime effects");
73 context.fErrors->error(line,
82 context.fErrors->error(line, "'srgb_unpremul' is only permitted on half3, half4, "
105 context.fErrors->error(value->fLine,
110 context.fErrors->error(value->fLine,
115 context.fErrors->error(value->fLine,
120 context.fErrors->error(value->fLine,
131 context.fErrors->error(var.fLine, "'const' variables must be initialized");
135 context.fErrors->error(value->fLine,
142 context.fErrors->error(var.fLine, "opaque type '" + var.type().name() +
149 context.fErrors->error(value->fLine,
186 context.fErrors->error(var->fLine, "duplicate definition of 'sk_RTAdjust'");
190 context.fErrors->error(var->fLine, "sk_RTAdjust must have type 'float4'");