Searched refs:tx (Results 1 – 8 of 8) sorted by relevance
/system/core/libpixelflinger/ |
D | picker.cpp | 135 const texture_t& tx = c->state.texture[i]; in ggl_pick() local 136 if (tx.enable) { in ggl_pick() 138 t |= GGL_BUILD_NEEDS(tx.surface.format, T_FORMAT); in ggl_pick() 139 t |= GGL_BUILD_NEEDS(ggl_env_to_needs(tx.env), T_ENV); in ggl_pick() 141 if (tx.s_coord==GGL_ONE_TO_ONE && tx.t_coord==GGL_ONE_TO_ONE) { in ggl_pick() 146 t |= GGL_BUILD_NEEDS(ggl_wrap_to_needs(tx.s_wrap), T_S_WRAP); in ggl_pick() 147 t |= GGL_BUILD_NEEDS(ggl_wrap_to_needs(tx.t_wrap), T_T_WRAP); in ggl_pick() 149 if (tx.mag_filter == GGL_LINEAR) { in ggl_pick() 152 if (tx.min_filter == GGL_LINEAR) { in ggl_pick()
|
D | scanline.cpp | 678 texture_t& tx = c->state.texture[i]; in scanline() local 679 if (!tx.enable) in scanline() 681 texture_iterators_t& ti = tx.iterators; in scanline() 685 if (tx.s_coord != GGL_ONE_TO_ONE) { in scanline() 686 const int w = tx.surface.width; in scanline() 687 u = wrapping(tc[i].s, w, tx.s_wrap); in scanline() 690 u = (((tx.shade.is0>>16) + x)<<16) + FIXED_HALF; in scanline() 694 if (tx.t_coord != GGL_ONE_TO_ONE) { in scanline() 695 const int h = tx.surface.height; in scanline() 696 v = wrapping(tc[i].t, h, tx.t_wrap); in scanline() [all …]
|
/system/netd/ |
D | ThrottleController.cpp | 165 int ThrottleController::getInterfaceTxThrottle(const char *iface, int *tx) { in getInterfaceTxThrottle() argument 166 *tx = 0; in getInterfaceTxThrottle()
|
D | ThrottleController.h | 24 static int getInterfaceTxThrottle(const char *iface, int *tx);
|
D | CommandListener.cpp | 163 unsigned long rx = 0, tx = 0; in runCommand() local 164 if (readInterfaceCounters(argv[2], &rx, &tx)) { in runCommand() 181 unsigned long rx = 0, tx = 0; in runCommand() local 182 if (readInterfaceCounters(argv[2], &rx, &tx)) { in runCommand() 188 asprintf(&msg, "%lu", tx); in runCommand() 868 int CommandListener::readInterfaceCounters(const char *iface, unsigned long *rx, unsigned long *tx)… in readInterfaceCounters() argument 885 name, rx, &d, &d, &d, &d, &d, &d, &d, tx); in readInterfaceCounters() 893 *tx = d; in readInterfaceCounters() 905 *tx = 0; in readInterfaceCounters()
|
D | CommandListener.h | 52 static int readInterfaceCounters(const char *iface, unsigned long *rx, unsigned long *tx);
|
/system/core/libpixelflinger/codeflinger/ |
D | GGLAssembler.cpp | 373 int tx = scratches.obtain(); in build_scanline_prolog() local 375 AND(AL, 0, tx, Rx, imm(GGL_DITHER_MASK)); in build_scanline_prolog() 377 ADD(AL, 0, tx, tx, reg_imm(ty, LSL, GGL_DITHER_ORDER_SHIFT)); in build_scanline_prolog() 378 ORR(AL, 0, parts.count.reg, tx, reg_imm(parts.count.reg, LSL, 16)); in build_scanline_prolog()
|
/system/core/logcat/ |
D | event.logtags | 106 52001 http_stats (useragent|3),(response|2|3),(processing|2|3),(tx|1|2),(rx|1|2)
|