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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/softpipe/
H A Dsp_tex_sample.c2370 float t_buffer[TGSI_QUAD_SIZE]; local in function:img_filter_2d_ewa
2378 * using the s_buffer/t_buffer and weight_buffer. Only when the buffer is
2434 t_buffer[buffer_next] = v / ((float) height);
2446 args.t = t_buffer[jj];
2476 args.t = t_buffer[jj];
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/softpipe/
H A Dsp_tex_sample.c2384 float t_buffer[TGSI_QUAD_SIZE]; local in function:img_filter_2d_ewa
2401 * using the s_buffer/t_buffer and weight_buffer. Only when the buffer is
2448 t_buffer[buffer_next] = v / ((float) height);
2460 args.t = t_buffer[jj];
2490 args.t = t_buffer[jj];

Completed in 25 milliseconds