Lines Matching refs:fLine
102 ErrorCheck(context, var.fLine, var.modifiers(), baseType, var.storage()); in ErrorCheckAndCoerce()
105 context.fErrors->error(value->fLine, in ErrorCheckAndCoerce()
110 context.fErrors->error(value->fLine, in ErrorCheckAndCoerce()
115 context.fErrors->error(value->fLine, in ErrorCheckAndCoerce()
120 context.fErrors->error(value->fLine, in ErrorCheckAndCoerce()
131 context.fErrors->error(var.fLine, "'const' variables must be initialized"); in ErrorCheckAndCoerce()
135 context.fErrors->error(value->fLine, in ErrorCheckAndCoerce()
142 context.fErrors->error(var.fLine, "opaque type '" + var.type().name() + in ErrorCheckAndCoerce()
149 context.fErrors->error(value->fLine, in ErrorCheckAndCoerce()
186 context.fErrors->error(var->fLine, "duplicate definition of 'sk_RTAdjust'"); in Convert()
190 context.fErrors->error(var->fLine, "sk_RTAdjust must have type 'float4'"); in Convert()