Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/swrast/
Ds_triangle.c136 const GLint twidth_log2 = texImg->WidthLog2; \
153 GLint pos = (t << twidth_log2) + s; \
194 const GLint twidth_log2 = texImg->WidthLog2; \
214 GLint pos = (t << twidth_log2) + s; \
244 GLint twidth_log2; member
367 GLint pos = (t << info->twidth_log2) + s; \ in affine_span()
386 const GLint pos = (t << info->twidth_log2) + s; \ in affine_span()
552 info.twidth_log2 = texImg->WidthLog2; \
600 GLint twidth_log2; member
626 GLint pos = (t << info->twidth_log2) + s; \ in fast_persp_span()
[all …]