Home
last modified time | relevance | path

Searched refs:first_column (Results 1 - 14 of 14) sorted by relevance

/third_party/mesa3d/src/compiler/glsl/glcpp/
H A Dglcpp.h78 int first_column; member
91 (Current).first_column = YYRHSLOC(Rhs, 1).first_column; \
99 (Current).first_column = (Current).last_column = \
H A Dpp.c41 locp->first_column); in glcpp_error()
58 locp->first_column); in glcpp_warning()
H A Dglcpp-parse.y182 @$.first_column = 1;
/third_party/mesa3d/src/compiler/glsl/
H A Dast.h83 locp.first_column = this->location.first_column; in get_location()
100 this->location.first_column = locp.first_column; in set_location()
116 this->location.first_column = begin.first_column; in set_location_range()
127 unsigned first_column; /**< First column in the first line. */ member
H A Dglsl_parser_extras.h67 int first_column; member
995 (Current).first_column = YYRHSLOC(Rhs, 1).first_column; \
1004 (Current).first_column = (Current).last_column = \
H A Dglsl_parser_extras.cpp529 locp->first_line, locp->first_column,
1217 this->location.first_column = 0;
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
H A Dglslang_tab.cpp323 int first_column; member
1638 (Current).first_column = YYRHSLOC (Rhs, 1).first_column; \
1646 (Current).first_column = (Current).last_column = \
1688 if (0 <= yylocp->first_column) in yy_location_print_()
1689 res += YYFPRINTF (yyo, ".%d", yylocp->first_column); in yy_location_print_()
1699 else if (0 <= end_col && yylocp->first_column < end_col) in yy_location_print_()
H A Dglslang_tab.h236 int first_column; member
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A Dglslang_tab_autogen.cpp392 int first_column; member
1640 (Current).first_column = YYRHSLOC(Rhs, 1).first_column; \
1647 (Current).first_column = (Current).last_column = YYRHSLOC(Rhs, 0).last_column; \
1686 if (0 <= yylocp->first_column) in yy_location_print_()
1687 res += YYFPRINTF(yyo, ".%d", yylocp->first_column); in yy_location_print_()
1697 else if (0 <= end_col && yylocp->first_column < end_col) in yy_location_print_()
H A Dglslang_tab_autogen.h303 int first_column; member
/third_party/mesa3d/src/mesa/program/
H A Dprogram_parser.h234 int first_column; member
H A Dprogram_parse.y116 (Current).first_column = YYRHSLOC(Rhs, 1).first_column; \
123 (Current).first_column = YYRHSLOC(Rhs, 0).last_column; \
124 (Current).last_column = (Current).first_column; \
126 + (Current).first_column; \
2520 locp->first_line, locp->first_column, s);
2597 loc.first_column = 0;
/third_party/mesa3d/src/intel/tools/
H A Di965_gram.y45 int first_column;
67 location->first_column, level_str[level]);
/third_party/mesa3d/src/vulkan/overlay-layer/
H A Doverlay.cpp816 bool first_column = true; in snapshot_swapchain_frame() local
823 "%s%s%s", first_column ? "" : ", ", #name, \ in snapshot_swapchain_frame()
825 first_column = false; \ in snapshot_swapchain_frame()

Completed in 31 milliseconds