Home | History | Annotate | Download | only in sksl

Lines Matching full:foffset

391         if (fieldLayout.fOffset >= 0) {
392 if (fieldLayout.fOffset < (int) offset) {
393 fErrors.error(type.fOffset,
397 if (fieldLayout.fOffset % alignment) {
398 fErrors.error(type.fOffset,
402 offset = fieldLayout.fOffset;
2461 type = new Type(type->fOffset, type->name(), fields);
2710 fErrors.error(w.fOffset, "internal error: while loop support has been disabled in SPIR-V, "
2742 fErrors.error(d.fOffset, "internal error: do loop support has been disabled in SPIR-V, see "