| /xsrc/external/mit/libXt/dist/src/ |
| GCManager.c | 90 #define CHECK(bit,comp,default) \ 121 CHECK(GCForeground, foreground, 0); 122 CHECK(GCBackground, background, 1); 123 CHECK(GCFont, font, ~0UL); 124 CHECK(GCFillStyle, fill_style, FillSolid); 125 CHECK(GCLineWidth, line_width, 0); 126 CHECK(GCFunction, function, GXcopy); 127 CHECK(GCGraphicsExposures, graphics_exposures, True); 128 CHECK(GCTile, tile, ~0UL); 129 CHECK(GCSubwindowMode, subwindow_mode, ClipByChildren) [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/tests/unit/ |
| pipe_barrier_test.c | 63 #define CHECK(_cond) \ 79 CHECK(p_atomic_read(&proceeded) == 0); 84 CHECK(p_atomic_read(&waiting) == NUM_THREADS); 124 CHECK(p_atomic_read(&proceeded) == NUM_THREADS);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/tests/unit/ |
| pipe_barrier_test.c | 63 #define CHECK(_cond) \ 79 CHECK(p_atomic_read(&proceeded) == 0); 84 CHECK(p_atomic_read(&waiting) == NUM_THREADS); 124 CHECK(p_atomic_read(&proceeded) == NUM_THREADS);
|
| /xsrc/external/mit/mesa-demos/dist/src/egl/openvg/trivial/ |
| blend.c | 92 test_blend(VGint x, VGint y, VGint width, VGint height, VGboolean check) 100 if (check) { 111 printf("Render and check blending result (for reference only)\n"); 114 #define CHECK(msg) \ 125 if (check) { 128 CHECK("VG_BLEND_SRC"); 135 if (check) { 138 CHECK("VG_BLEND_SRC_OVER"); 145 if (check) { 148 CHECK("VG_BLEND_DST_OVER") [all...] |
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/radeon/ |
| radeon_state_init.c | 188 #define CHECK( NM, FLAG, ADD ) \ 202 CHECK( always, GL_TRUE, 0 ) 203 CHECK( always_add2, GL_TRUE, 2 ) 204 CHECK( always_add4, GL_TRUE, 4 ) 205 CHECK( tex0_mm, GL_TRUE, 3 ) 206 CHECK( tex1_mm, GL_TRUE, 3 ) 208 CHECK( tex2_mm, GL_TRUE, 3 ) 209 CHECK( cube0_mm, (ctx->Texture.Unit[0]._Current && ctx->Texture.Unit[0]._Current->Target == GL_TEXTURE_CUBE_MAP), 2 + 4*5 - CUBE_STATE_SIZE ) 210 CHECK( cube1_mm, (ctx->Texture.Unit[1]._Current && ctx->Texture.Unit[1]._Current->Target == GL_TEXTURE_CUBE_MAP), 2 + 4*5 - CUBE_STATE_SIZE ) 211 CHECK( cube2_mm, (ctx->Texture.Unit[2]._Current && ctx->Texture.Unit[2]._Current->Target == GL_TEXTURE_C (…) [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/radeon/ |
| radeon_state_init.c | 189 #define CHECK( NM, FLAG, ADD ) \ 203 CHECK( always, GL_TRUE, 0 ) 204 CHECK( always_add2, GL_TRUE, 2 ) 205 CHECK( always_add4, GL_TRUE, 4 ) 206 CHECK( tex0_mm, GL_TRUE, 3 ) 207 CHECK( tex1_mm, GL_TRUE, 3 ) 209 CHECK( tex2_mm, GL_TRUE, 3 ) 210 CHECK( cube0_mm, (ctx->Texture.Unit[0]._Current && ctx->Texture.Unit[0]._Current->Target == GL_TEXTURE_CUBE_MAP), 2 + 4*5 - CUBE_STATE_SIZE ) 211 CHECK( cube1_mm, (ctx->Texture.Unit[1]._Current && ctx->Texture.Unit[1]._Current->Target == GL_TEXTURE_CUBE_MAP), 2 + 4*5 - CUBE_STATE_SIZE ) 212 CHECK( cube2_mm, (ctx->Texture.Unit[2]._Current && ctx->Texture.Unit[2]._Current->Target == GL_TEXTURE_C (…) [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/ |
| brw_eu_validate.c | 79 #define CHECK(func, args...) \ 307 /* Check instructions that use implicit accumulator sources */ 851 * there's nothing to check. 1168 * so we only need to check this for Align1. 1847 CHECK(sources_not_null); 1848 CHECK(send_restrictions); 1849 CHECK(alignment_supported); 1850 CHECK(general_restrictions_based_on_operand_types); 1851 CHECK(general_restrictions_on_region_parameters); 1852 CHECK(special_restrictions_for_mixed_float_mode) [all...] |
| /xsrc/external/mit/MesaLib/dist/src/intel/compiler/ |
| brw_eu_validate.c | 80 #define CHECK(func, args...) \ 387 /* Check instructions that use implicit accumulator sources */ 938 * there's nothing to check. 1255 * so we only need to check this for Align1. 2115 CHECK(invalid_values); 2118 CHECK(sources_not_null); 2119 CHECK(send_restrictions); 2120 CHECK(alignment_supported); 2121 CHECK(general_restrictions_based_on_operand_types); 2122 CHECK(general_restrictions_on_region_parameters) [all...] |
| brw_compiler.h | 1432 #define DEFINE_PROG_DATA_DOWNCAST(STAGE, CHECK) \ 1437 assert(CHECK); \ 1444 assert(CHECK); \
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/r200/ |
| r200_state_init.c | 219 * Check functions are used to check if state is active. 220 * If it is active check function returns maximum emit size. 222 #define CHECK( NM, FLAG, ADD ) \ 252 CHECK( always, GL_TRUE, 0 ) 253 CHECK( always_add4, GL_TRUE, 4 ) 254 CHECK( never, GL_FALSE, 0 ) 255 CHECK( tex_any, ctx->Texture._MaxEnabledTexImageUnit != -1, 0 ) 256 CHECK( tf, (ctx->Texture._MaxEnabledTexImageUnit != -1 && !_mesa_ati_fragment_shader_enabled(ctx)), 0 ); 257 CHECK( pix_zero, !_mesa_ati_fragment_shader_enabled(ctx), 0 [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/r200/ |
| r200_state_init.c | 219 * Check functions are used to check if state is active. 220 * If it is active check function returns maximum emit size. 222 #define CHECK( NM, FLAG, ADD ) \ 252 CHECK( always, GL_TRUE, 0 ) 253 CHECK( always_add4, GL_TRUE, 4 ) 254 CHECK( never, GL_FALSE, 0 ) 255 CHECK( tex_any, ctx->Texture._MaxEnabledTexImageUnit != -1, 0 ) 256 CHECK( tf, (ctx->Texture._MaxEnabledTexImageUnit != -1 && !_mesa_ati_fragment_shader_enabled(ctx)), 0 ); 257 CHECK( pix_zero, !_mesa_ati_fragment_shader_enabled(ctx), 0 [all...] |
| /xsrc/external/mit/xedit/dist/ |
| ispell.c | 53 #define CHECK 0 97 cancel, check, look, terse, options, dict, dictMenu, member in struct:_ispell 482 return (cmd == CHECK); 493 if (add == UNCAP || cmd == CHECK) { 515 if ((cmd != CHECK || status) && 1124 if (len <= 2 || IspellIgnoredWord(&ispell.sendbuf[1], CHECK, 0)) 1503 XawTextBlock check, search, replace; local 1546 if (XawTextSourceRead(ispell.source, pos - 1, &check, 1) > 0) { 1548 wctomb(mb, *(wchar_t*)check.ptr); 1550 mb[0] = check.ptr[0] [all...] |
| /xsrc/external/mit/xterm/dist/ |
| fontutils.c | 770 * Double-check the fontname that we asked for versus what the font server 794 * Check normal/bold (or wide/wide-bold) font pairs to see if we will be able 795 * to check for missing glyphs in a comparable manner. 827 * properly. Check that the bounding boxes are compatible. Otherwise we'll 853 * Check if the font looks like it has fixed width 873 * Check if the font looks like a double width font (i.e. contains 945 * In the meantime, we have to check both possibilities. 1836 * characters. Check that they are all present. The null character 2653 * Check if this is a FC_COLOR font, which fontconfig misrepresents to "fix" a 2720 * Check if the given character has a glyph known to Xft. This is likely to b 2775 Dimension check = (Dimension) (limit + 1) \/ 2; local 4631 XftFont *check; local [all...] |
| /xsrc/external/mit/fontconfig/dist/src/ |
| fccharset.c | 28 /* #define CHECK */ 731 * Check matching pages 911 #ifdef CHECK 955 #ifdef CHECK 957 FcCharSet *check; local 965 check = FcNameParseCharSet (buf->buf + len); 967 FcCharSetIterStart (check, &checki); 978 FcCharSetIterNext (check, &checki); 995 FcCharSetIterNext (check, &checki); 998 if ((missing = FcCharSetSubtractCount (c, check))) [all...] |
| fcfreetype.c | 1944 * Type 1: Check for FontInfo dictionary information 2489 * Check each encoding for the glyph, starting with the current one 2606 #ifdef CHECK 2626 * (space glyph). As such, always check contour for those characters. */ 2668 #ifdef CHECK
|
| /xsrc/external/mit/libxcb/dist/ |
| configure | 1409 # Check all directory arguments for consistency. 1697 C compiler flags for CHECK, overriding pkg-config 1698 CHECK_LIBS linker flags for CHECK, overriding pkg-config 1759 # Check for configure.gnu first; this name is used for a wrapper for 2447 // Check varargs macros. These examples are taken from C99 6.10.3.5. 2464 // Check long long types. 2497 // Also check for declarations in for loops. 2503 // Check varargs and va_copy. 2542 // Check bool. 2546 // Check restrict [all...] |