Searched refs:UNDEF (Results 1 - 25 of 131) sorted by path

123456

/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/glcpp/
H A Dglcpp-lex.l426 RETURN_TOKEN (UNDEF);
H A Dglcpp-parse.y177 %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 D073-if-in-ifdef.c1 #ifdef UNDEF
2 #if UNDEF > 1
H A D074-elif-undef.c1 #ifndef UNDEF
2 #elif UNDEF < 0
H A D075-elif-elif-undef.c1 #ifndef UNDEF
2 #elif UNDEF < 0
3 #elif UNDEF == 3
H A D076-elif-undef-nested.c1 #ifdef UNDEF
2 #if UNDEF == 4
3 #elif UNDEF == 5
/xsrc/external/mit/MesaLib.old/src/compiler/glsl/glcpp/
H A Dglcpp-lex.c1658 RETURN_TOKEN (UNDEF);
H A Dglcpp-parse.c283 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 Dglcpp-parse.h66 UNDEF = 273, enumerator in enum:yytokentype
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D19.2.0.rst265 - intel/fs: Handle UNDEF in split_virtual_grfs
H A D19.3.0.rst1773 - intel/fs: Handle UNDEF in split_virtual_grfs
/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/
H A Dglcpp-lex.l432 RETURN_TOKEN (UNDEF);
H A Dglcpp-parse.y196 %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 D073-if-in-ifdef.c1 #ifdef UNDEF
2 #if UNDEF > 1
H A D074-elif-undef.c1 #ifndef UNDEF
2 #elif UNDEF < 0
H A D075-elif-elif-undef.c1 #ifndef UNDEF
2 #elif UNDEF < 0
3 #elif UNDEF == 3
H A D076-elif-undef-nested.c1 #ifdef UNDEF
2 #if UNDEF == 4
3 #elif UNDEF == 5
/xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/
H A Dir3_ra_validate.c76 #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 Dbrw_fs.cpp2161 /* UNDEF instructions are currently only used to undef entire
2229 ibld.UNDEF(fs_reg(VGRF, new_virtual_grf[reg], inst->dst.type));
H A Dbrw_fs_builder.h783 UNDEF(const dst_reg &dst) const function in class:brw::fs_builder
H A Dbrw_fs_lower_regioning.cpp333 ibld.UNDEF(tmp);
376 ibld.UNDEF(tmp);
425 ibld.UNDEF(tmp);
H A Dbrw_fs_nir.cpp2121 bld.UNDEF(nir_ssa_values[dest.ssa.index]);
/xsrc/external/mit/MesaLib/src/compiler/glsl/glcpp/
H A Dglcpp-lex.c1697 RETURN_TOKEN (UNDEF);
H A Dglcpp-parse.c296 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 Dglcpp-parse.h72 UNDEF = 273, /* UNDEF */ enumerator in enum:yytokentype

Completed in 88 milliseconds

123456