Searched refs:tx1 (Results 1 – 10 of 10) sorted by relevance
/third_party/mesa3d/src/amd/addrlib/src/r800/ |
D | siaddrlib.cpp | 1092 UINT_32 tx0, tx1; in TileCoordToMaskElementIndex() local 1096 tx1 = _BIT(tx,1); in TileCoordToMaskElementIndex() 1105 elemIdx2 = tx1; in TileCoordToMaskElementIndex() 1106 elemIdx1 = tx1 ^ ty1; in TileCoordToMaskElementIndex() 1107 elemIdx0 = tx1 ^ ty0; in TileCoordToMaskElementIndex() 1113 elemIdx1 = tx1; in TileCoordToMaskElementIndex() 1114 elemIdx0 = tx1 ^ ty1; in TileCoordToMaskElementIndex() 1120 elemIdx0 = tx1^ty0; in TileCoordToMaskElementIndex() 1121 elemIdx1 = tx1; in TileCoordToMaskElementIndex() 1127 elemIdx0 = tx1^ty0; in TileCoordToMaskElementIndex() [all …]
|
/third_party/gstreamer/gstplugins_bad/gst/jp2kdecimator/ |
D | jp2kcodestream.h | 134 gint tx0, tx1, ty0, ty1; /* tile dimensions */ member 173 gint tx0, tx1, ty0, ty1; member
|
D | jp2kcodestream.c | 65 gint tx0, tx1, ty0, ty1; in packet_iterator_changed_resolution_or_component() local 75 tx1 = it->tile->tx1; in packet_iterator_changed_resolution_or_component() 90 it->tcx1 = tcx1 = (tx1 + xr - 1) / xr; in packet_iterator_changed_resolution_or_component() 207 if (it->cur_x >= it->tx1) { in packet_iterator_next_rpcl() 282 if (it->cur_x >= it->tx1) { in packet_iterator_next_pcrl() 350 if (it->cur_x >= it->tx1) { in packet_iterator_next_cprl() 421 it->tx1 = tile->tx1; in init_packet_iterator() 1091 tile->tx1 = in parse_tile()
|
/third_party/toybox/tests/ |
D | printf.test | 22 testing "hex" "$PRINTF 'A\x1b\x2B\x3Q\xa' | od -An -tx1" \
|
/third_party/rust/crates/once_cell/src/ |
D | imp_std.rs | 392 let (tx1, rx1) = channel(); in wait_for_force_to_finish() 396 tx1.send(()).unwrap(); in wait_for_force_to_finish()
|
/third_party/mesa3d/src/gallium/auxiliary/hud/ |
D | hud_context.c | 168 unsigned tx1 = (*s % 16) * hud->font.glyph_width; in hud_draw_string() local 170 unsigned tx2 = tx1 + hud->font.glyph_width; in hud_draw_string() 183 vertices[num++] = (float) tx1; in hud_draw_string() 188 vertices[num++] = (float) tx1; in hud_draw_string()
|
/third_party/mesa3d/src/gallium/drivers/softpipe/ |
D | sp_tex_sample.c | 1529 const float *tx0, *tx1; in img_filter_1d_linear() local 1541 tx1 = get_texel_1d_array(sp_sview, sp_samp, addr, x1, in img_filter_1d_linear() 1546 rgba[TGSI_NUM_CHANNELS*c] = lerp(xw, tx0[c], tx1[c]); in img_filter_1d_linear() 1563 const float *tx0, *tx1; in img_filter_1d_array_linear() local 1574 tx1 = get_texel_1d_array(sp_sview, sp_samp, addr, x1, layer); in img_filter_1d_array_linear() 1578 rgba[TGSI_NUM_CHANNELS*c] = lerp(xw, tx0[c], tx1[c]); in img_filter_1d_array_linear()
|
/third_party/mesa3d/src/freedreno/vulkan/ |
D | tu_cmd_buffer.c | 1462 uint32_t tx1 = px * tiling->pipe0.width; in tu_cmd_render_tiles() local 1464 uint32_t tx2 = MIN2(tx1 + tiling->pipe0.width, tiling->tile_count.width); in tu_cmd_render_tiles() 1466 uint32_t tile_row_stride = tx2 - tx1; in tu_cmd_render_tiles() 1476 tu6_render_tile(cmd, &cmd->cs, tx1 + tx, ty, pipe, slot); in tu_cmd_render_tiles()
|
/third_party/flutter/engine/flutter/lib/web_ui/lib/src/ui/ |
D | canvas.dart | 1848 // -2x1+2tx1 + 2cpX + 4tcpX + 2tx2 = 0
|
/third_party/chromium/patch/ |
D | 0001-cve.patch | 50911 z{piyB{b!KY<IwuZ(u{Z3-*1Io(0T;M5Gl`mfbpHsas)6tx1#j^v(}@J!MHO}Tb}h^ 51035 z{piyB{b!KY<IwuZ(u{Z3-*1Io(0T;M5Gl`mfbpHsas)6tx1#j^v(}@J!MHO}Tb}h^ 58849 zbh?c9<!9)-dAs!cse39rIC`0%fIe-tx1^7YklyW@yz<A=M|L{H7+i6V(OQ=C74kXg 58869 zWPf~FVnRap?$eRac@N?PpnV+~u<tx1(aec`9BBBK?1R`ZPQvmsx4>2wvMgIT`rp5e
|