HomeSort by: relevance | last modified time | path
    Searched refs:stretched_row_y (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
lp_linear_priv.h 40 int stretched_row_y[2]; member in struct:lp_linear_sampler
lp_linear_sampler.c 350 if (y == samp->stretched_row_y[0]) {
355 if (y == samp->stretched_row_y[1]) {
395 samp->stretched_row_y[samp->stretched_row_index] = y;
920 samp->stretched_row_y[0] = -1;
921 samp->stretched_row_y[1] = -1;

Completed in 7 milliseconds