Searched refs:ast (Results 1 - 25 of 28) sorted by relevance

12

/xsrc/external/mit/xf86-video-ast/dist/
H A DREADME.md1 xf86-video-ast - ASpeed Technologies graphics driver for Xorg X server
11 https://gitlab.freedesktop.org/xorg/driver/xf86-video-ast
H A Dconfigure.ac25 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 DMakefile.am33 ast.h \
H A DMakefile.in383 ast.h \
/xsrc/external/mit/MesaLib.old/dist/bin/
H A Dmeson-cmd-extract.py29 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 Dmeson-cmd-extract.py29 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 Dglsl_parser_extras.cpp37 #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 Dast_function.cpp25 #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 Dast_to_hir.cpp54 #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 Dglsl_parser_extras.cpp37 #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 Dast_function.cpp25 #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 Dast_to_hir.cpp54 #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 Dmain.c147 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 Dshading.rst148 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 Dgen_pack_header.py7 import ast
518 self.value = ast.literal_eval(attrs["value"])
/xsrc/external/mit/MesaLib/dist/src/intel/genxml/
H A Dgen_pack_header.py4 import ast
500 self.value = ast.literal_eval(attrs["value"])
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D17.1.7.rst96 - glsl/ast: update rhs in addition to the var's constant_value
H A D18.1.0.rst170 - ast.h:648:16: error: union member 'i' has a non-trivial constructor
/xsrc/external/mit/fontconfig/dist/fc-lang/
H A DMakefile.am46 ast.orth \
H A DMakefile.in432 ast.orth \
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_algebraic.py26 import ast
226 self.value = ast.literal_eval(m.group('value'))
/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
H A Dnir_algebraic.py27 import ast
232 self.value = ast.literal_eval(m.group('value'))
/xsrc/external/mit/MesaLib.old/dist/src/compiler/
H A DMakefile.sources16 glsl/ast.h \
/xsrc/external/mit/fontconfig/dist/conf.d/
H A D35-lang-normalize.conf54 <!-- 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 Dglut_event.c73 extern int SYS$SETIMR(unsigned int efn, struct timeval6 *timeout, void *ast,

Completed in 37 milliseconds

12