Searched refs:tx0 (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/amd/addrlib/src/r800/
H A Dsiaddrlib.cpp1094 UINT_32 tx0, tx1; local in function:Addr::V1::SiLib::TileCoordToMaskElementIndex
1097 tx0 = _BIT(tx,0);
1150 elemIdx0 = tx0;
1163 elemIdx0 = tx0;
/xsrc/external/mit/MesaLib/dist/src/amd/addrlib/src/r800/
H A Dsiaddrlib.cpp1093 UINT_32 tx0, tx1; local in function:Addr::V1::SiLib::TileCoordToMaskElementIndex
1096 tx0 = _BIT(tx,0);
1149 elemIdx0 = tx0;
1162 elemIdx0 = tx0;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/softpipe/
H A Dsp_tex_sample.c1516 const float *tx0, *tx1; local in function:img_filter_1d_linear
1526 tx0 = get_texel_1d_array(sp_sview, sp_samp, addr, x0,
1533 rgba[TGSI_NUM_CHANNELS*c] = lerp(xw, tx0[c], tx1[c]);
1550 const float *tx0, *tx1; local in function:img_filter_1d_array_linear
1560 tx0 = get_texel_1d_array(sp_sview, sp_samp, addr, x0, layer);
1565 rgba[TGSI_NUM_CHANNELS*c] = lerp(xw, tx0[c], tx1[c]);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/softpipe/
H A Dsp_tex_sample.c1529 const float *tx0, *tx1; local in function:img_filter_1d_linear
1539 tx0 = get_texel_1d_array(sp_sview, sp_samp, addr, x0,
1546 rgba[TGSI_NUM_CHANNELS*c] = lerp(xw, tx0[c], tx1[c]);
1563 const float *tx0, *tx1; local in function:img_filter_1d_array_linear
1573 tx0 = get_texel_1d_array(sp_sview, sp_samp, addr, x0, layer);
1578 rgba[TGSI_NUM_CHANNELS*c] = lerp(xw, tx0[c], tx1[c]);

Completed in 60 milliseconds