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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/softpipe/
H A Dsp_tex_sample.c2368 float rgba_temp[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE]; local in function:img_filter_2d_ewa
2448 min_filter(sp_sview, sp_samp, &args, &rgba_temp[0][jj]);
2449 num[0] += weight_buffer[jj] * rgba_temp[0][jj];
2450 num[1] += weight_buffer[jj] * rgba_temp[1][jj];
2451 num[2] += weight_buffer[jj] * rgba_temp[2][jj];
2452 num[3] += weight_buffer[jj] * rgba_temp[3][jj];
2478 min_filter(sp_sview, sp_samp, &args, &rgba_temp[0][jj]);
2479 num[0] += weight_buffer[jj] * rgba_temp[0][jj];
2480 num[1] += weight_buffer[jj] * rgba_temp[1][jj];
2481 num[2] += weight_buffer[jj] * rgba_temp[
3192 float rgba_temp[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE]; local in function:sample_mip
3449 float rgba_temp[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE]; local in function:sp_get_texels
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/softpipe/
H A Dsp_tex_sample.c2382 float rgba_temp[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE]; local in function:img_filter_2d_ewa
2462 min_filter(sp_sview, sp_samp, &args, &rgba_temp[0][jj]);
2463 num[0] += weight_buffer[jj] * rgba_temp[0][jj];
2464 num[1] += weight_buffer[jj] * rgba_temp[1][jj];
2465 num[2] += weight_buffer[jj] * rgba_temp[2][jj];
2466 num[3] += weight_buffer[jj] * rgba_temp[3][jj];
2492 min_filter(sp_sview, sp_samp, &args, &rgba_temp[0][jj]);
2493 num[0] += weight_buffer[jj] * rgba_temp[0][jj];
2494 num[1] += weight_buffer[jj] * rgba_temp[1][jj];
2495 num[2] += weight_buffer[jj] * rgba_temp[
3206 float rgba_temp[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE]; local in function:sample_mip
3463 float rgba_temp[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE]; local in function:sp_get_texels
[all...]

Completed in 11 milliseconds