Home
last modified time | relevance | path

Searched refs:stretched_row_index (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_linear_sampler.c351 samp->stretched_row_index = 1; in fetch_and_stretch_bgra_row()
356 samp->stretched_row_index = 0; in fetch_and_stretch_bgra_row()
366 dst_row = samp->stretched_row[samp->stretched_row_index]; in fetch_and_stretch_bgra_row()
395 samp->stretched_row_y[samp->stretched_row_index] = y; in fetch_and_stretch_bgra_row()
396 samp->stretched_row_index ^= 1; in fetch_and_stretch_bgra_row()
922 samp->stretched_row_index = 0; in lp_linear_init_sampler()
Dlp_linear_priv.h45 int stretched_row_index; member