Home
last modified time | relevance | path

Searched refs:tx (Results 1 – 17 of 17) sorted by relevance

/system/core/libpixelflinger/
Dpicker.cpp135 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()
Dscanline.cpp715 texture_t& tx = c->state.texture[i]; in scanline() local
716 if (!tx.enable) in scanline()
718 texture_iterators_t& ti = tx.iterators; in scanline()
722 if (tx.s_coord != GGL_ONE_TO_ONE) { in scanline()
723 const int w = tx.surface.width; in scanline()
724 u = wrapping(tc[i].s, w, tx.s_wrap); in scanline()
727 u = (((tx.shade.is0>>16) + x)<<16) + FIXED_HALF; in scanline()
731 if (tx.t_coord != GGL_ONE_TO_ONE) { in scanline()
732 const int h = tx.surface.height; in scanline()
733 v = wrapping(tc[i].t, h, tx.t_wrap); in scanline()
[all …]
/system/bt/stack/rfcomm/
Dport_utils.c129 memset (&p_port->tx, 0, sizeof (p_port->tx)); in port_set_defaults()
221 while ((p_buf = (BT_HDR *)GKI_dequeue (&p_port->tx.queue)) != NULL) in port_release_port()
224 p_port->tx.queue_size = 0; in port_release_port()
419 BOOLEAN fc = p_port->tx.peer_fc in port_flow_control_user()
422 || (p_port->tx.queue_size > PORT_TX_HIGH_WM) in port_flow_control_user()
423 || (GKI_queue_length(&p_port->tx.queue) > PORT_TX_BUF_HIGH_WM); in port_flow_control_user()
425 if (p_port->tx.user_fc == fc) in port_flow_control_user()
428 p_port->tx.user_fc = fc; in port_flow_control_user()
Dport_api.c1115 p_status->out_queue_size = (UINT16) p_port->tx.queue_size; in PORT_GetQueueStatus()
1189 while ((p_buf = (BT_HDR *)GKI_dequeue (&p_port->tx.queue)) != NULL) in PORT_Purge()
1192 p_port->tx.queue_size = 0; in PORT_Purge()
1399 if (p_port->tx.peer_fc in port_write()
1406 if ((p_port->tx.queue_size > PORT_TX_CRITICAL_WM) in port_write()
1407 || (GKI_queue_length(&p_port->tx.queue) > PORT_TX_BUF_CRITICAL_WM)) in port_write()
1410 p_port->tx.queue_size); in port_write()
1421 p_port->tx.peer_fc, in port_write()
1426 GKI_enqueue (&p_port->tx.queue, p_buf); in port_write()
1427 p_port->tx.queue_size += p_buf->len; in port_write()
[all …]
Dport_rfc.c946 p_port->tx.peer_fc = !enable_data; in PORT_FlowInd()
995 if (p_port->tx.queue_size > 0) in port_rfc_send_tx_data()
998 while (!p_port->tx.peer_fc && p_port->rfc.p_mcb && p_port->rfc.p_mcb->peer_ready) in port_rfc_send_tx_data()
1003 if ((p_buf = (BT_HDR *)GKI_dequeue (&p_port->tx.queue)) != NULL) in port_rfc_send_tx_data()
1005 p_port->tx.queue_size -= p_buf->len; in port_rfc_send_tx_data()
1009 … RFCOMM_TRACE_DEBUG ("Sending RFCOMM_DataReq tx.queue_size=%d", p_port->tx.queue_size); in port_rfc_send_tx_data()
1015 if (p_port->tx.queue_size == 0) in port_rfc_send_tx_data()
1119 p_port->tx.peer_fc = TRUE; in port_get_credits()
Drfc_utils.c422 if (p_port->tx.peer_fc == TRUE) in rfc_inc_credit()
446 p_port->tx.peer_fc = TRUE; in rfc_dec_credit()
Dport_int.h173 tPORT_DATA tx; /* Control block for data from app to peer */ member
Drfc_port_fsm.c737 if (new_peer_fc != p_port->tx.peer_fc) in rfc_process_msc()
/system/core/liblog/tests/
Dliblog_benchmark.cpp168 log_time tx(eventData + 4 + 1); in BM_log_latency() local
169 if (ts != tx) { in BM_log_latency()
248 log_time tx(eventData + 4 + 1); in BM_log_delay() local
249 if (ts != tx) { in BM_log_delay()
Dliblog_test.cpp156 log_time tx(eventData + 4 + 1); in TEST() local
157 if (ts == tx) { in TEST()
/system/core/libmincrypt/
Dp256_ec.c1053 felem tx, ty, tz; in scalar_base_mult() local
1079 point_add_mixed(tx, ty, tz, nx, ny, nz, px, py); in scalar_base_mult()
1092 copy_conditional(nx, tx, mask); in scalar_base_mult()
1117 felem px, py, pz, tx, ty, tz; in scalar_mult() local
1156 point_add(tx, ty, tz, nx, ny, nz, px, py, pz); in scalar_mult()
1164 copy_conditional(nx, tx, mask); in scalar_mult()
/system/core/libpixelflinger/codeflinger/
DGGLAssembler.cpp376 int tx = scratches.obtain(); in build_scanline_prolog() local
378 AND(AL, 0, tx, Rx, imm(GGL_DITHER_MASK)); in build_scanline_prolog()
380 ADD(AL, 0, tx, tx, reg_imm(ty, LSL, GGL_DITHER_ORDER_SHIFT)); in build_scanline_prolog()
381 ORR(AL, 0, parts.count.reg, tx, reg_imm(parts.count.reg, LSL, 16)); in build_scanline_prolog()
/system/core/logcat/tests/
Dlogcat_test.cpp262 log_time tx((const char *) &t); in TEST() local
263 if (ts == tx) { in TEST()
/system/bt/stack/l2cap/
Dl2c_api.c1125 BOOLEAN L2CA_SetChnlDataRate (UINT16 cid, tL2CAP_CHNL_DATA_RATE tx, tL2CAP_CHNL_DATA_RATE rx) in L2CA_SetChnlDataRate() argument
1129 L2CAP_TRACE_API ("L2CA_SetChnlDataRate() CID: 0x%04x, tx:%d, rx:%d", cid, tx, rx); in L2CA_SetChnlDataRate()
1138 p_ccb->tx_data_rate = tx; in L2CA_SetChnlDataRate()
/system/bt/stack/include/
Dl2c_api.h703 extern BOOLEAN L2CA_SetChnlDataRate (UINT16 cid, tL2CAP_CHNL_DATA_RATE tx, tL2CAP_CHNL_DATA_RATE rx…
/system/core/logcat/
Devent.logtags103 52001 http_stats (useragent|3),(response|2|3),(processing|2|3),(tx|1|2),(rx|1|2)
/system/bt/btif/src/
Dbtif_media_task.c253 long long tx; member