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

/external/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_tex_sample.c1259 const float *tx0, *tx1, *tx2, *tx3; local
1277 tx3 = get_texel_2d(samp, addr, x1, y1);
1283 tx2[c], tx3[c]);
1303 const float *tx0, *tx1, *tx2, *tx3; local
1322 tx3 = get_texel_2d_array(samp, addr, x1, y1, layer);
1328 tx2[c], tx3[c]);
1348 const float *tx0, *tx1, *tx2, *tx3; local
1367 tx3 = get_texel_2d(samp, addrj, x1, y1);
1373 tx2[c], tx3[c]);

Completed in 44 milliseconds