Searched refs:tx10 (Results 1 – 2 of 2) sorted by relevance
/external/rust/crates/futures/tests/ |
D | basic_combinators.rs | 41 let tx10 = tx1.clone(); in basic_try_future_combinators() localVariable 90 tx10.send(x.err().unwrap()).unwrap(); // Send 11 in basic_try_future_combinators() 91 tx10.send(12).unwrap(); // Send 12 in basic_try_future_combinators()
|
/external/mesa3d/src/gallium/drivers/softpipe/ |
D | sp_tex_sample.c | 1885 const float *tx00, *tx01, *tx02, *tx03, *tx10, *tx11, *tx12, *tx13; in img_filter_3d_linear() local 1904 tx10 = get_texel_3d(sp_sview, sp_samp, addr, x0, y0, z1); in img_filter_3d_linear() 1914 tx10[c], tx11[c], in img_filter_3d_linear()
|