| /xsrc/external/mit/fontconfig/dist/src/ |
| H A D | ftglue.h | 87 #define FT_SET_ERROR( expression ) \ 88 ( ( error = (expression) ) != 0 )
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/glcpp/ |
| H A D | glcpp-parse.y | 180 %type <expression_value> expression 217 IF_EXPANDED expression NEWLINE { 219 glcpp_error(& @1, parser, "undefined macro %s in expression (illegal in GLES)", $2.undefined_macro); 222 | ELIF_EXPANDED expression NEWLINE { 224 glcpp_error(& @1, parser, "undefined macro %s in expression (illegal in GLES)", $2.undefined_macro); 327 /* Be careful to only evaluate the 'if' expression if 348 /* #if without an expression is only an error if we 353 glcpp_error(& @1, parser, "#if with no expression"); 370 /* Be careful to only evaluate the 'elif' expression 396 /* #elif without an expression i 483 expression: label [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/common/ |
| H A D | swr_assert.h | 35 // - SWR_ASSUME(expression, ...): Tell compiler that the expression is true. 41 // - SWR_ASSERT(expression, ...): Inform the user is expression is false. 45 // - SWR_REL_ASSERT(expression, ...): Unconditionally enabled version of SWR_ASSERT 47 // - SWR_ASSUME_ASSERT(expression, ...): Conditionally enabled SWR_ASSERT. Uses 52 // - SWR_REL_ASSUME_ASSERT(expression, ...): Same as SWR_REL_ASSERT. 196 #define SWR_STATIC_ASSERT(expression, ...) \ 197 static_assert((expression), "Failed:\n " #expression "\ [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/common/ |
| H A D | swr_assert.h | 35 // - SWR_ASSUME(expression, ...): Tell compiler that the expression is true. 41 // - SWR_ASSERT(expression, ...): Inform the user is expression is false. 45 // - SWR_REL_ASSERT(expression, ...): Unconditionally enabled version of SWR_ASSERT 47 // - SWR_ASSUME_ASSERT(expression, ...): Conditionally enabled SWR_ASSERT. Uses 52 // - SWR_REL_ASSUME_ASSERT(expression, ...): Same as SWR_REL_ASSERT. 190 #define SWR_STATIC_ASSERT(expression, ...) \ 191 static_assert((expression), "Failed:\n " #expression "\ [all...] |
| /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/ |
| H A D | glcpp-parse.y | 199 %type <expression_value> expression 236 IF_EXPANDED expression NEWLINE { 238 glcpp_error(& @1, parser, "undefined macro %s in expression (illegal in GLES)", $2.undefined_macro); 241 | ELIF_EXPANDED expression NEWLINE { 243 glcpp_error(& @1, parser, "undefined macro %s in expression (illegal in GLES)", $2.undefined_macro); 427 /* Be careful to only evaluate the 'if' expression if 448 /* #if without an expression is only an error if we 453 glcpp_error(& @1, parser, "#if with no expression"); 470 /* Be careful to only evaluate the 'elif' expression 496 /* #elif without an expression i 583 expression: label [all...] |
| /xsrc/external/mit/MesaLib.old/src/compiler/glsl/ |
| H A D | glsl_parser.cpp | 353 ast_expression *expression; member in union:YYSTYPE 788 "assignment_expression", "assignment_operator", "expression", 2602 (yyval.expression) = new(ctx) ast_expression(ast_identifier, NULL, NULL, NULL); 2603 (yyval.expression)->set_location((yylsp[0])); 2604 (yyval.expression)->primary_expression.identifier = (yyvsp[0].identifier); 2613 (yyval.expression) = new(ctx) ast_expression(ast_int_constant, NULL, NULL, NULL); 2614 (yyval.expression)->set_location((yylsp[0])); 2615 (yyval.expression)->primary_expression.int_constant = (yyvsp[0].n); 2624 (yyval.expression) = new(ctx) ast_expression(ast_uint_constant, NULL, NULL, NULL); 2625 (yyval.expression) [all...] |
| H A D | glsl_parser.h | 212 ast_expression *expression; member in union:YYSTYPE
|
| /xsrc/external/mit/MesaLib/src/compiler/glsl/ |
| H A D | glsl_parser.cpp | 383 YYSYMBOL_expression = 198, /* expression */ 929 "assignment_expression", "assignment_operator", "expression", 2814 (yyval.expression) = new(ctx) ast_expression(ast_identifier, NULL, NULL, NULL); 2815 (yyval.expression)->set_location((yylsp[0])); 2816 (yyval.expression)->primary_expression.identifier = (yyvsp[0].identifier); 2825 (yyval.expression) = new(ctx) ast_expression(ast_int_constant, NULL, NULL, NULL); 2826 (yyval.expression)->set_location((yylsp[0])); 2827 (yyval.expression)->primary_expression.int_constant = (yyvsp[0].n); 2836 (yyval.expression) = new(ctx) ast_expression(ast_uint_constant, NULL, NULL, NULL); 2837 (yyval.expression) [all...] |
| H A D | glsl_parser.h | 219 ast_expression *expression; member in union:YYSTYPE
|
| /xsrc/external/mit/MesaLib.old/dist/src/intel/perf/ |
| H A D | gen_perf.py | 234 def splice_rpn_expression(set, counter, expression): 235 tokens = expression.split() 250 raise Exception("Failed to resolve variable " + operand + " in expression " + expression + " for " + set.name + " :: " + counter.get('name')); 258 raise Exception("Spurious empty rpn expression for " + set.name + " :: " + 259 counter.get('name') + ".\nThis is probably due to some unhandled RPN operation, in the expression \"" + 260 expression + "\"") 339 expression = splice_rpn_expression(set, counter_name, availability) 340 lines = expression.split(' && ')
|
| /xsrc/external/mit/MesaLib/dist/src/intel/perf/ |
| H A D | gen_perf.py | 242 def splice_rpn_expression(set, counter, expression): 243 tokens = expression.split() 258 raise Exception("Failed to resolve variable " + operand + " in expression " + expression + " for " + set.name + " :: " + counter.get('name')); 266 raise Exception("Spurious empty rpn expression for " + set.name + " :: " + 267 counter.get('name') + ".\nThis is probably due to some unhandled RPN operation, in the expression \"" + 268 expression + "\"") 347 expression = splice_rpn_expression(set, counter_name, availability) 348 lines = expression.split(' && ')
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 11.0.4.rst | 99 expression in ES 100 - glsl: Add method to determine whether an expression contains the 103 constant expression
|
| H A D | 10.5.9.rst | 33 Allow constant-index-expression sampler array indexing with GLSL-ES < 118 - glsl: validate sampler array indexing for 'constant-index-expression'
|
| H A D | 10.6.2.rst | 40 Allow constant-index-expression sampler array indexing with GLSL-ES < 128 - glsl: Add missing check for whether an expression is an add operation 141 - glsl: validate sampler array indexing for 'constant-index-expression'
|
| H A D | 10.0.2.rst | 109 - Use line number information from entire function expression
|
| H A D | 19.1.1.rst | 37 (style) Same expression
|
| H A D | 10.5.0.rst | 110 primary-expression before ‘union’ 112 glsl_parser_extras.cpp", line 1455: Error: Badly formed expression. 181 nir/nir_constant_expressions.c:2754:15: error: controlling expression
|
| H A D | 11.1.4.rst | 109 - st/glsl_to_tgsi: reduce stack explosion in recursive expression
|
| H A D | 17.1.7.rst | 33 - Assertion \`!"invalid type"' failed when constant expression
|
| /xsrc/external/mit/freetype/dist/include/freetype/internal/ |
| H A D | ftmemory.h | 39 * expression's value (usually a function call), and convert it to a 43 #define FT_SET_ERROR( expression ) \ 44 ( ( error = (expression) ) != 0 )
|
| /xsrc/external/mit/MesaLib.old/dist/src/gtest/include/gtest/ |
| H A D | gtest_pred_impl.h | 51 // case of ASSERT_PRED_FORMATn) values and their source expression 75 #define GTEST_ASSERT_(expression, on_failure) \ 77 if (const ::testing::AssertionResult gtest_ar = (expression)) \
|
| /xsrc/external/mit/MesaLib/dist/src/gtest/include/gtest/ |
| H A D | gtest_pred_impl.h | 51 // case of ASSERT_PRED_FORMATn) values and their source expression 75 #define GTEST_ASSERT_(expression, on_failure) \ 77 if (const ::testing::AssertionResult gtest_ar = (expression)) \
|
| /xsrc/external/mit/MesaLib.old/dist/src/gtest/src/ |
| H A D | gtest-death-test.cc | 283 # define GTEST_DEATH_TEST_CHECK_(expression) \ 285 if (!::testing::internal::IsTrue(expression)) { \ 289 + #expression); \ 297 // evaluates the expression as long as it evaluates to -1 and sets 298 // errno to EINTR. If the expression evaluates to -1 but errno is 300 # define GTEST_DEATH_TEST_CHECK_SYSCALL_(expression) \ 304 gtest_retval = (expression); \ 310 + #expression + " != -1"); \ 413 // The regular expression which test output must match. DeathTestImpl 530 // regex: A regular expression objec [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gtest/src/ |
| H A D | gtest-death-test.cc | 306 # define GTEST_DEATH_TEST_CHECK_(expression) \ 308 if (!::testing::internal::IsTrue(expression)) { \ 312 + #expression); \ 320 // evaluates the expression as long as it evaluates to -1 and sets 321 // errno to EINTR. If the expression evaluates to -1 but errno is 323 # define GTEST_DEATH_TEST_CHECK_SYSCALL_(expression) \ 327 gtest_retval = (expression); \ 333 + #expression + " != -1"); \
|
| /xsrc/external/mit/MesaLib/dist/docs/drivers/freedreno/ |
| H A D | isaspec.rst | 220 by name in multiple other places. An expression is a simple 'C' expression 230 In the case of ``<override>`` elements, the override applies if the expression 231 evaluates to non-zero. In the case of ``<derived>`` fields, the expression
|