| /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/ |
| H A D | ast_expr.cpp | 29 static const char *const operators[] = { local in function:ast_expression::operator_string 75 assert((unsigned int)op < sizeof(operators) / sizeof(operators[0])); 77 return operators[op];
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/ |
| H A D | ast_expr.cpp | 29 static const char *const operators[] = { local in function:ast_expression::operator_string 75 assert((unsigned int)op < sizeof(operators) / sizeof(operators[0])); 77 return operators[op];
|
| /xsrc/external/mit/pixman/dist/demos/ |
| H A D | composite-test.c | 16 static const operator_t operators[] = { variable in typeref:typename:const operator_t[] 122 table = gtk_table_new (G_N_ELEMENTS (operators) / 6, 6, TRUE); 135 for (i = 0; i < G_N_ELEMENTS (operators); ++i) 144 label = gtk_label_new (operators[i].name); 150 pixman_image_composite (operators[i].op, parrot, NULL, dest_img,
|
| /xsrc/external/mit/pixman/dist/test/ |
| H A D | glyph-test.c | 61 static const pixman_op_t operators[] = variable in typeref:typename:const pixman_op_t[] 275 pixman_op_t op = operators[prng_rand_n (ARRAY_LENGTH (operators))]; 289 pixman_op_t op = operators[prng_rand_n (ARRAY_LENGTH (operators))];
|
| H A D | thread-test.c | 34 static const pixman_op_t operators[] = variable in typeref:typename:const pixman_op_t[] 118 op = RAND_ELT (operators);
|
| H A D | composite-traps-test.c | 23 static pixman_op_t operators[] = variable in typeref:typename:pixman_op_t[] 80 op = RANDOM_ELT (operators);
|
| H A D | composite.c | 141 static const pixman_op_t operators[] = variable in typeref:typename:const pixman_op_t[] 451 op = operators [prng_rand_n (ARRAY_LENGTH (operators))];
|
| H A D | tolerance-test.c | 23 static const pixman_op_t operators[] = variable in typeref:typename:const pixman_op_t[] 292 op = RANDOM_ELT (operators);
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 10.6.5.rst | 94 - glsl: avoid compiler's segfault when processing operators with void
|
| H A D | 11.1.2.rst | 122 - glsl: Allow implicit int -> uint conversions for bitwise operators
|
| H A D | 7.9.2.rst | 104 Compiler accepts reserved operators % and %= 176 - glsl: Set operators '%' and '%=' to be reserved when GLSL < 1.30
|
| H A D | 7.10.1.rst | 102 Compiler accepts reserved operators % and %= 186 - glsl: Set operators '%' and '%=' to be reserved when GLSL < 1.30
|
| H A D | 21.2.2.rst | 203 - glsl: propagate errors from \*=, /=, +=, -= operators
|
| H A D | 7.10.rst | 1473 - dri/nouveau: Kill a bunch of ternary operators. 2045 - glsl: Don't return NULL IR for erroneous bit-shift operators.
|
| H A D | 21.2.0.rst | 5109 - util: add support for defining bitwise operators on strongly typed enums 5110 - util: tune signatures of generated enum operators
|
| H A D | 20.0.0.rst | 1090 - turnip: Fix some whitespace around binary operators.
|
| H A D | 20.1.0.rst | 1195 - aco: add comparison operators for PhysReg
|
| H A D | 21.3.0.rst | 2528 - glsl: propagate errors from \*=, /=, +=, -= operators
|
| H A D | 20.3.0.rst | 3098 - util: add helpers to define bitwise operators on enums for C++
|
| /xsrc/external/mit/MesaLib/dist/docs/ |
| H A D | codingstyle.rst | 28 - Put a space before/after operators. For example, ``a = b + c;`` and
|
| /xsrc/external/mit/xorg-server.old/dist/hw/dmx/doc/ |
| H A D | doxygen.conf.in | 68 # ordinary class members. Constructors, destructors and assignment operators of
|