| /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/glcpp/ |
| H A D | glcpp-lex.l | 426 RETURN_TOKEN (UNDEF);
|
| H A D | glcpp-parse.y | 177 %token DEFINED ELIF_EXPANDED HASH_TOKEN DEFINE_TOKEN FUNC_IDENTIFIER OBJ_IDENTIFIER ELIF ELSE ENDIF ERROR_TOKEN IF IFDEF IFNDEF LINE PRAGMA UNDEF VERSION_TOKEN GARBAGE IDENTIFIER IF_EXPANDED INTEGER INTEGER_STRING LINE_EXPANDED NEWLINE OTHER PLACEHOLDER SPACE PLUS_PLUS MINUS_MINUS 274 | HASH_TOKEN UNDEF IDENTIFIER NEWLINE { 2218 else if (ret == DEFINE_TOKEN || ret == UNDEF || ret == IF ||
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/glcpp/tests/ |
| H A D | 073-if-in-ifdef.c | 1 #ifdef UNDEF 2 #if UNDEF > 1
|
| H A D | 074-elif-undef.c | 1 #ifndef UNDEF 2 #elif UNDEF < 0
|
| H A D | 075-elif-elif-undef.c | 1 #ifndef UNDEF 2 #elif UNDEF < 0 3 #elif UNDEF == 3
|
| H A D | 076-elif-undef-nested.c | 1 #ifdef UNDEF 2 #if UNDEF == 4 3 #elif UNDEF == 5
|
| /xsrc/external/mit/MesaLib.old/src/compiler/glsl/glcpp/ |
| H A D | glcpp-lex.c | 1658 RETURN_TOKEN (UNDEF);
|
| H A D | glcpp-parse.c | 283 UNDEF = 273, enumerator in enum:yytokentype 649 "UNDEF", "VERSION_TOKEN", "GARBAGE", "IDENTIFIER", "IF_EXPANDED", 4448 else if (ret == DEFINE_TOKEN || ret == UNDEF || ret == IF ||
|
| H A D | glcpp-parse.h | 66 UNDEF = 273, enumerator in enum:yytokentype
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 19.2.0.rst | 265 - intel/fs: Handle UNDEF in split_virtual_grfs
|
| H A D | 19.3.0.rst | 1773 - intel/fs: Handle UNDEF in split_virtual_grfs
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/ |
| H A D | glcpp-lex.l | 432 RETURN_TOKEN (UNDEF);
|
| H A D | glcpp-parse.y | 196 %token DEFINED ELIF_EXPANDED HASH_TOKEN DEFINE_TOKEN FUNC_IDENTIFIER OBJ_IDENTIFIER ELIF ELSE ENDIF ERROR_TOKEN IF IFDEF IFNDEF LINE PRAGMA UNDEF VERSION_TOKEN GARBAGE IDENTIFIER IF_EXPANDED INTEGER INTEGER_STRING LINE_EXPANDED NEWLINE OTHER PLACEHOLDER SPACE PLUS_PLUS MINUS_MINUS PATH INCLUDE 300 | HASH_TOKEN UNDEF IDENTIFIER NEWLINE { 2340 else if (ret == DEFINE_TOKEN || ret == UNDEF || ret == IF ||
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/ |
| H A D | 073-if-in-ifdef.c | 1 #ifdef UNDEF 2 #if UNDEF > 1
|
| H A D | 074-elif-undef.c | 1 #ifndef UNDEF 2 #elif UNDEF < 0
|
| H A D | 075-elif-elif-undef.c | 1 #ifndef UNDEF 2 #elif UNDEF < 0 3 #elif UNDEF == 3
|
| H A D | 076-elif-undef-nested.c | 1 #ifdef UNDEF 2 #if UNDEF == 4 3 #elif UNDEF == 5
|
| /xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/ |
| H A D | ir3_ra_validate.c | 76 #define UNDEF ((struct ir3_register *)(uintptr_t)1) macro 422 if (state->def == UNDEF) { 517 start->full.regs[i].def = UNDEF; 519 start->half.regs[i].def = UNDEF; 521 start->shared.regs[i].def = UNDEF;
|
| /xsrc/external/mit/MesaLib/dist/src/intel/compiler/ |
| H A D | brw_fs.cpp | 2161 /* UNDEF instructions are currently only used to undef entire 2229 ibld.UNDEF(fs_reg(VGRF, new_virtual_grf[reg], inst->dst.type));
|
| H A D | brw_fs_builder.h | 783 UNDEF(const dst_reg &dst) const function in class:brw::fs_builder
|
| H A D | brw_fs_lower_regioning.cpp | 333 ibld.UNDEF(tmp); 376 ibld.UNDEF(tmp); 425 ibld.UNDEF(tmp);
|
| H A D | brw_fs_nir.cpp | 2121 bld.UNDEF(nir_ssa_values[dest.ssa.index]);
|
| /xsrc/external/mit/MesaLib/src/compiler/glsl/glcpp/ |
| H A D | glcpp-lex.c | 1697 RETURN_TOKEN (UNDEF);
|
| H A D | glcpp-parse.c | 296 YYSYMBOL_UNDEF = 18, /* UNDEF */ 768 "IFNDEF", "LINE", "PRAGMA", "UNDEF", "VERSION_TOKEN", "GARBAGE", 2062 case 20: /* control_line_success: HASH_TOKEN UNDEF IDENTIFIER NEWLINE */ 4764 else if (ret == DEFINE_TOKEN || ret == UNDEF || ret == IF ||
|
| H A D | glcpp-parse.h | 72 UNDEF = 273, /* UNDEF */ enumerator in enum:yytokentype
|