Home
last modified time | relevance | path

Searched refs:tx1 (Results 1 - 7 of 7) sorted by relevance

/third_party/mesa3d/src/amd/addrlib/src/r800/
H A Dsiaddrlib.cpp1092 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 in TileCoordToMaskElementIndex()
[all...]
/third_party/typescript/tests/baselines/reference/
H A DstrictOptionalProperties1.js130 declare let tx1: [string];
144 f12(tx1); // string
156 f13(tx1); // [string]
344 f12(tx1); // string
352 f13(tx1); // [string]
433 declare let tx1: [string];
/third_party/rust/crates/once_cell/src/
H A Dimp_std.rs392 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/
H A Dhud_context.c168 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/
H A Dsp_tex_sample.c1529 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/
H A Dtu_cmd_buffer.c1462 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/ffmpeg/libavutil/x86/
H A Dtx_float.asm299 ; Cobmines m0...m8 (tx1[even, even, odd, odd], tx2,3[even], tx2,3[odd]) coeffs

Completed in 20 milliseconds