Searched refs:srcCol0 (Results 1 – 1 of 1) sorted by relevance
412 GLint srcCol0 = MAX2(0, util_ifloor(srcCol)); in resample_linear_row_ub() local413 GLint srcCol1 = srcCol0 + 1; in resample_linear_row_ub()414 GLfloat colWeight = srcCol - srcCol0; /* fractional part of srcCol */ in resample_linear_row_ub()417 assert(srcCol0 < srcWidth); in resample_linear_row_ub()427 srcCol0 = srcWidth - 1 - srcCol0; in resample_linear_row_ub()432 srcColor0[srcCol0][RCOMP], srcColor0[srcCol1][RCOMP], in resample_linear_row_ub()433 srcColor1[srcCol0][RCOMP], srcColor1[srcCol1][RCOMP]); in resample_linear_row_ub()435 srcColor0[srcCol0][GCOMP], srcColor0[srcCol1][GCOMP], in resample_linear_row_ub()436 srcColor1[srcCol0][GCOMP], srcColor1[srcCol1][GCOMP]); in resample_linear_row_ub()438 srcColor0[srcCol0][BCOMP], srcColor0[srcCol1][BCOMP], in resample_linear_row_ub()[all …]