Searched defs:get_texel_3d (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
H A Dsp_tex_sample.c687 get_texel_3d(const struct sp_sampler_variant *samp, function
1162 out = get_texel_3d(samp, addr, x, y, z);
1412 tx00 = get_texel_3d(samp, addr, x0, y0, z0);
1413 tx01 = get_texel_3d(samp, addr, x1, y0, z0);
1414 tx02 = get_texel_3d(samp, addr, x0, y1, z0);
1415 tx03 = get_texel_3d(samp, addr, x1, y1, z0);
1417 tx10 = get_texel_3d(samp, addr, x0, y0, z1);
1418 tx11 = get_texel_3d(samp, addr, x1, y0, z1);
1419 tx12 = get_texel_3d(samp, addr, x0, y1, z1);
1420 tx13 = get_texel_3d(sam
[all...]
/external/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_tex_sample.c687 get_texel_3d(const struct sp_sampler_variant *samp, function
1162 out = get_texel_3d(samp, addr, x, y, z);
1412 tx00 = get_texel_3d(samp, addr, x0, y0, z0);
1413 tx01 = get_texel_3d(samp, addr, x1, y0, z0);
1414 tx02 = get_texel_3d(samp, addr, x0, y1, z0);
1415 tx03 = get_texel_3d(samp, addr, x1, y1, z0);
1417 tx10 = get_texel_3d(samp, addr, x0, y0, z1);
1418 tx11 = get_texel_3d(samp, addr, x1, y0, z1);
1419 tx12 = get_texel_3d(samp, addr, x0, y1, z1);
1420 tx13 = get_texel_3d(sam
[all...]

Completed in 92 milliseconds