Searched refs:operators (Results 1 - 21 of 21) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dast_expr.cpp29 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 Dast_expr.cpp29 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 Dcomposite-test.c16 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 Dglyph-test.c61 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 Dthread-test.c34 static const pixman_op_t operators[] = variable in typeref:typename:const pixman_op_t[]
118 op = RAND_ELT (operators);
H A Dcomposite-traps-test.c23 static pixman_op_t operators[] = variable in typeref:typename:pixman_op_t[]
80 op = RANDOM_ELT (operators);
H A Dcomposite.c141 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 Dtolerance-test.c23 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 D10.6.5.rst94 - glsl: avoid compiler's segfault when processing operators with void
H A D11.1.2.rst122 - glsl: Allow implicit int -> uint conversions for bitwise operators
H A D7.9.2.rst104 Compiler accepts reserved operators % and %=
176 - glsl: Set operators '%' and '%=' to be reserved when GLSL < 1.30
H A D7.10.1.rst102 Compiler accepts reserved operators % and %=
186 - glsl: Set operators '%' and '%=' to be reserved when GLSL < 1.30
H A D21.2.2.rst203 - glsl: propagate errors from \*=, /=, +=, -= operators
H A D7.10.rst1473 - dri/nouveau: Kill a bunch of ternary operators.
2045 - glsl: Don't return NULL IR for erroneous bit-shift operators.
H A D21.2.0.rst5109 - util: add support for defining bitwise operators on strongly typed enums
5110 - util: tune signatures of generated enum operators
H A D20.0.0.rst1090 - turnip: Fix some whitespace around binary operators.
H A D20.1.0.rst1195 - aco: add comparison operators for PhysReg
H A D21.3.0.rst2528 - glsl: propagate errors from \*=, /=, +=, -= operators
H A D20.3.0.rst3098 - util: add helpers to define bitwise operators on enums for C++
/xsrc/external/mit/MesaLib/dist/docs/
H A Dcodingstyle.rst28 - Put a space before/after operators. For example, ``a = b + c;`` and
/xsrc/external/mit/xorg-server.old/dist/hw/dmx/doc/
H A Ddoxygen.conf.in68 # ordinary class members. Constructors, destructors and assignment operators of

Completed in 42 milliseconds