aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/sksl/lex/layout.lex
diff options
context:
space:
mode:
authorGravatar Ethan Nicholas <ethannicholas@google.com>2018-07-19 15:30:51 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2018-07-24 13:53:15 +0000
commit804f81786148cd3a4385d10ab7a31340fa47b10d (patch)
tree8b068b82187c5ba17a7a7d6355c61f4d23afccf9 /src/sksl/lex/layout.lex
parent75b7526a2dd37ed7b3fb28a0eb65879354d3a8a9 (diff)
removed SkSLLayoutLexer
Bug: skia: Change-Id: Iad4c89fbde8bc1f6c3d022af9aec2ec5faa8a4ef Reviewed-on: https://skia-review.googlesource.com/142583 Reviewed-by: Mike Klein <mtklein@google.com> Commit-Queue: Ethan Nicholas <ethannicholas@google.com>
Diffstat (limited to 'src/sksl/lex/layout.lex')
-rw-r--r--src/sksl/lex/layout.lex39
1 files changed, 0 insertions, 39 deletions
diff --git a/src/sksl/lex/layout.lex b/src/sksl/lex/layout.lex
deleted file mode 100644
index 87fc944fcc..0000000000
--- a/src/sksl/lex/layout.lex
+++ /dev/null
@@ -1,39 +0,0 @@
-LOCATION = "location"
-OFFSET = "offset"
-BINDING = "binding"
-INDEX = "index"
-SET = "set"
-BUILTIN = "builtin"
-INPUT_ATTACHMENT_INDEX = "input_attachment_index"
-ORIGIN_UPPER_LEFT = "origin_upper_left"
-OVERRIDE_COVERAGE = "override_coverage"
-BLEND_SUPPORT_ALL_EQUATIONS = "blend_support_all_equations"
-BLEND_SUPPORT_MULTIPLY = "blend_support_multiply"
-BLEND_SUPPORT_SCREEN = "blend_support_screen"
-BLEND_SUPPORT_OVERLAY = "blend_support_overlay"
-BLEND_SUPPORT_DARKEN = "blend_support_darken"
-BLEND_SUPPORT_LIGHTEN = "blend_support_lighten"
-BLEND_SUPPORT_COLORDODGE = "blend_support_colordodge"
-BLEND_SUPPORT_COLORBURN = "blend_support_colorburn"
-BLEND_SUPPORT_HARDLIGHT = "blend_support_hardlight"
-BLEND_SUPPORT_SOFTLIGHT = "blend_support_softlight"
-BLEND_SUPPORT_DIFFERENCE = "blend_support_difference"
-BLEND_SUPPORT_EXCLUSION = "blend_support_exclusion"
-BLEND_SUPPORT_HSL_HUE = "blend_support_hsl_hue"
-BLEND_SUPPORT_HSL_SATURATION = "blend_support_hsl_saturation"
-BLEND_SUPPORT_HSL_COLOR = "blend_support_hsl_color"
-BLEND_SUPPORT_HSL_LUMINOSITY = "blend_support_hsl_luminosity"
-PUSH_CONSTANT = "push_constant"
-POINTS = "points"
-LINES = "lines"
-LINE_STRIP = "line_strip"
-LINES_ADJACENCY = "lines_adjacency"
-TRIANGLES = "triangles"
-TRIANGLE_STRIP = "triangle_strip"
-TRIANGLES_ADJACENCY = "triangles_adjacency"
-MAX_VERTICES = "max_vertices"
-INVOCATIONS = "invocations"
-WHEN = "when"
-KEY = "key"
-CTYPE = "ctype"
-INVALID = .