| /xsrc/external/mit/xf86-video-ast/dist/ |
| H A D | README.md | 1 xf86-video-ast - ASpeed Technologies graphics driver for Xorg X server 11 https://gitlab.freedesktop.org/xorg/driver/xf86-video-ast
|
| H A D | configure.ac | 25 AC_INIT([xf86-video-ast], 27 [https://gitlab.freedesktop.org/xorg/driver/xf86-video-ast/-/issues], 28 [xf86-video-ast])
|
| /xsrc/external/mit/xf86-video-ast/dist/src/ |
| H A D | Makefile.am | 33 ast.h \
|
| H A D | Makefile.in | 383 ast.h \
|
| /xsrc/external/mit/MesaLib.old/dist/bin/ |
| H A D | meson-cmd-extract.py | 29 import ast 67 # this will be in the form "['str', 'str']", so use ast.literal_eval to 69 nf = ast.literal_eval(nf)
|
| /xsrc/external/mit/MesaLib/dist/bin/ |
| H A D | meson-cmd-extract.py | 29 import ast 67 # this will be in the form "['str', 'str']", so use ast.literal_eval to 69 nf = ast.literal_eval(nf)
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/ |
| H A D | glsl_parser_extras.cpp | 37 #include "ast.h" 1228 foreach_list_typed(ast_node, ast, link, &this->statements) { 1229 ast->print(); 1307 foreach_list_typed (ast_node, ast, link, &this->expressions) { 1308 if (&ast->link != this->expressions.get_head()) 1311 ast->print(); 1354 foreach_list_typed (ast_node, ast, link, & this->expressions) { 1355 if (&ast->link != this->expressions.get_head()) 1358 ast->print(); 1366 foreach_list_typed (ast_node, ast, lin [all...] |
| H A D | ast_function.cpp | 25 #include "ast.h" 43 foreach_list_typed(ast_node, ast, link, parameters) { 49 ast->set_is_lhs(true); 50 ir_rvalue *result = ast->hir(instructions, state); 2207 foreach_list_typed(ast_node, ast, link, &this->expressions) { 2208 ir_rvalue *result = ast->hir(instructions, state); 2522 foreach_list_typed(const ast_node, ast, link, &this->expressions) { 2523 if (ast->has_sequence_subexpression())
|
| H A D | ast_to_hir.cpp | 54 #include "ast.h" 158 foreach_list_typed (ast_node, ast, link, & state->translation_unit) 159 ast->hir(instructions, state); 217 * gl_PerVertex right after ast-to-ir conversion, and if it doesn't, simply 2133 foreach_list_typed (ast_node, ast, link, &this->expressions) { 2162 previous_operand_loc = ast->get_location(); 2164 result = ast->hir(instructions, state); 2291 foreach_list_typed (ast_node, ast, link, &this->statements) 2292 ast->hir(instructions, state); 4381 * redeclaration. Any error on the gl_FragCoord is handled on the ast 6685 ast_expression *ast; member in struct:case_label [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/ |
| H A D | glsl_parser_extras.cpp | 37 #include "ast.h" 1189 foreach_list_typed(ast_node, ast, link, &this->statements) { 1190 ast->print(); 1268 foreach_list_typed (ast_node, ast, link, &this->expressions) { 1269 if (&ast->link != this->expressions.get_head()) 1272 ast->print(); 1315 foreach_list_typed (ast_node, ast, link, & this->expressions) { 1316 if (&ast->link != this->expressions.get_head()) 1319 ast->print(); 1327 foreach_list_typed (ast_node, ast, lin [all...] |
| H A D | ast_function.cpp | 25 #include "ast.h" 43 foreach_list_typed(ast_node, ast, link, parameters) { 49 ast->set_is_lhs(true); 50 ir_rvalue *result = ast->hir(instructions, state); 2142 foreach_list_typed(ast_node, ast, link, &this->expressions) { 2143 ir_rvalue *result = ast->hir(instructions, state); 2429 foreach_list_typed(const ast_node, ast, link, &this->expressions) { 2430 if (ast->has_sequence_subexpression())
|
| H A D | ast_to_hir.cpp | 54 #include "ast.h" 158 foreach_list_typed (ast_node, ast, link, & state->translation_unit) 159 ast->hir(instructions, state); 217 * gl_PerVertex right after ast-to-ir conversion, and if it doesn't, simply 2093 foreach_list_typed (ast_node, ast, link, &this->expressions) { 2122 previous_operand_loc = ast->get_location(); 2124 result = ast->hir(instructions, state); 2251 foreach_list_typed (ast_node, ast, link, &this->statements) 2252 ast->hir(instructions, state); 4308 * redeclaration. Any error on the gl_FragCoord is handled on the ast 6465 ast_expression *ast; member in struct:case_label [all...] |
| /xsrc/external/mit/makedepend/dist/ |
| H A D | main.c | 147 struct stat ast; local in function:main 157 fstat(afd, &ast); 158 args = malloc(ast.st_size + 1); 161 if ((ast.st_size = read(afd, args, ast.st_size)) < 0) 163 args[ast.st_size] = '\0';
|
| /xsrc/external/mit/MesaLib/dist/docs/ |
| H A D | shading.rst | 148 src/compiler/glsl/glsl_compiler --version XXX --dump-ast myshader.vert 152 - **--dump-ast** - dump GPU code
|
| /xsrc/external/mit/MesaLib.old/dist/src/intel/genxml/ |
| H A D | gen_pack_header.py | 7 import ast 518 self.value = ast.literal_eval(attrs["value"])
|
| /xsrc/external/mit/MesaLib/dist/src/intel/genxml/ |
| H A D | gen_pack_header.py | 4 import ast 500 self.value = ast.literal_eval(attrs["value"])
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 17.1.7.rst | 96 - glsl/ast: update rhs in addition to the var's constant_value
|
| H A D | 18.1.0.rst | 170 - ast.h:648:16: error: union member 'i' has a non-trivial constructor
|
| /xsrc/external/mit/fontconfig/dist/fc-lang/ |
| H A D | Makefile.am | 46 ast.orth \
|
| H A D | Makefile.in | 432 ast.orth \
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/nir/ |
| H A D | nir_algebraic.py | 26 import ast 226 self.value = ast.literal_eval(m.group('value'))
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/ |
| H A D | nir_algebraic.py | 27 import ast 232 self.value = ast.literal_eval(m.group('value'))
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/ |
| H A D | Makefile.sources | 16 glsl/ast.h \
|
| /xsrc/external/mit/fontconfig/dist/conf.d/ |
| H A D | 35-lang-normalize.conf | 54 <!-- ast* -> ast --> 56 <test name="lang" compare="contains"><string>ast</string></test> 57 <edit name="lang" mode="assign" binding="same"><string>ast</string></edit>
|
| /xsrc/external/mit/MesaGLUT/dist/src/glut/glx/ |
| H A D | glut_event.c | 73 extern int SYS$SETIMR(unsigned int efn, struct timeval6 *timeout, void *ast,
|