Lines Matching refs:separator
66 auto separator = [firstSeparator = true]() mutable -> String {
74 result += separator() + "location = " + to_string(fLocation);
77 result += separator() + "offset = " + to_string(fOffset);
80 result += separator() + "binding = " + to_string(fBinding);
83 result += separator() + "index = " + to_string(fIndex);
86 result += separator() + "set = " + to_string(fSet);
89 result += separator() + "builtin = " + to_string(fBuiltin);
92 result += separator() + "input_attachment_index = " + to_string(fInputAttachmentIndex);
95 result += separator() + "origin_upper_left";
98 result += separator() + "blend_support_all_equations";
101 result += separator() + "push_constant";
104 result += separator() + "srgb_unpremul";