| /xsrc/external/mit/xterm/dist/vttests/ |
| H A D | bounce.sh | 35 LOG=1 38 [ -n "$WINDOWID" ] && xprop -id $WINDOWID >bounce${LOG}.log 39 LOG=`expr $LOG + 1`
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/tests/unit/ |
| H A D | pipe_barrier_test.c | 58 #define LOG(fmt, ...) \ macro 75 LOG("thread %d starting\n", thread_id); 77 LOG("thread %d before barrier\n", thread_id); 88 LOG("thread %d exiting\n", thread_id); 111 LOG("pipe_barrier_test starting\n"); 128 LOG("pipe_barrier_test exiting\n");
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/tests/unit/ |
| H A D | pipe_barrier_test.c | 58 #define LOG(fmt, ...) \ macro 75 LOG("thread %d starting\n", thread_id); 77 LOG("thread %d before barrier\n", thread_id); 88 LOG("thread %d exiting\n", thread_id); 111 LOG("pipe_barrier_test starting\n"); 128 LOG("pipe_barrier_test exiting\n");
|
| /xsrc/external/mit/fontconfig/dist/src/ |
| H A D | ftglue.c | 15 #define LOG(x) ftglue_log x 28 #define LOG(x) do {} while (0) macro 76 LOG(( "ftglue:stream:pos() -> %ld\n", stream->pos )); 97 LOG(( "ftglue:stream:seek(%ld) -> %d\n", pos, error )); 147 LOG(( "ftglue:stream:frame_enter(%ld) -> %d\n", count, error )); 164 LOG(( "ftglue:stream:frame_exit()\n" )); 175 LOG(( "ftglue_face_goto_table( %p, %c%c%c%c, %p )\n", 185 LOG(( "not a SFNT face !!\n" )); 207 LOG(( ">> This is a TrueType Collection\n" )); 218 LOG(( "TrueTyp [all...] |
| /xsrc/external/mit/xf86-video-crime/dist/src/ |
| H A D | crime.h | 66 #define LOG(x) if (x & CRIME_DEBUG_MASK) xf86Msg(X_ERROR, "%s\n", __func__) macro 70 #define LOG(x) macro
|
| H A D | crime_accel.c | 87 LOG(CRIME_DEBUG_SYNC); 103 LOG(CRIME_DEBUG_BITBLT); 155 LOG(CRIME_DEBUG_BITBLT); 230 LOG(CRIME_DEBUG_RECTFILL); 276 LOG(CRIME_DEBUG_RECTFILL); 312 LOG(CRIME_DEBUG_RECTFILL); 374 LOG(CRIME_DEBUG_RECTFILL); 400 LOG(CRIME_DEBUG_IMAGEWRITE); 428 LOG(CRIME_DEBUG_IMAGEWRITE); 455 LOG(CRIME_DEBUG_IMAGEWRIT [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/tgsi/ |
| H A D | tgsi_opcode_tmp.h | 45 OP11(LOG)
|
| H A D | tgsi_info_opcodes.h | 7 OPCODE(1, 1, CHAN, LOG)
|
| H A D | tgsi_lowering.c | 656 /* LOG - Approximate Logarithm Base 2 1473 OPCS(LOG) || 1516 if (OPCS(LOG)) { 1517 newlen += LOG_GROW * OPCS(LOG);
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/program/ |
| H A D | program_lexer.l | 210 LOG { return_opcode(require_ARB_vp, SCALAR_OP, LOG, 3); }
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/program/ |
| H A D | program_lexer.l | 210 LOG { return_opcode(require_ARB_vp, SCALAR_OP, LOG, 3); }
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tgsi/ |
| H A D | tgsi_opcode_tmp.h | 47 OP11(LOG)
|
| H A D | tgsi_info_opcodes.h | 7 OPCODE(1, 1, CHAN, LOG)
|
| H A D | tgsi_lowering.c | 657 /* LOG - Approximate Logarithm Base 2 1473 OPCS(LOG) || 1516 if (OPCS(LOG)) { 1517 newlen += LOG_GROW * OPCS(LOG);
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 10.4.3.rst | 69 - st/nine: Correct LOG on negative values
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/etnaviv/ |
| H A D | etnaviv_compiler_nir_emit.c | 72 OP(flog2, LOG, X_X_0), OP(fexp2, EXP, X_X_0),
|
| H A D | etnaviv_disasm.c | 481 OPC(LOG),
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/etnaviv/ |
| H A D | etnaviv_disasm.c | 481 OPC(LOG),
|
| /xsrc/external/mit/MesaLib/dist/src/intel/tools/ |
| H A D | i965_gram.y | 405 %token <integer> COS EXP FDIV INV INVM INTDIV INTDIVMOD INTMOD LOG POW RSQ 865 | LOG
|
| /xsrc/external/mit/MesaLib/dist/src/broadcom/compiler/ |
| H A D | v3d_compiler.h | 1342 VIR_SFU(LOG)
|
| /xsrc/external/mit/MesaLib.old/dist/src/broadcom/compiler/ |
| H A D | v3d_compiler.h | 1025 VIR_SFU(LOG)
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/nine/ |
| H A D | nine_shader.c | 1515 "LOG", 2404 DECL_SPECIAL(LOG) 3066 _OPI(LOG, LG2, V(0,0), V(3,0), V(0,0), V(3,0), 1, 1, SPECIAL(LOG)), /* 15 */ 3131 _OPI(LOGP, LG2, V(0,0), V(3,0), V(0,0), V(0,0), 1, 1, SPECIAL(LOG)),
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/r200/ |
| H A D | r200_vertprog.c | 86 OPN(LOG, 1|SCALAR_FLAG),
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv30/ |
| H A D | nvfx_vertprog.c | 613 nvfx_vp_emit(vpc, arith(sat, SCA, LOG, dst, mask, none, none, src[0]));
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv30/ |
| H A D | nvfx_vertprog.c | 614 nvfx_vp_emit(vpc, arith(sat, SCA, LOG, dst, mask, none, none, src[0]));
|