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.c135 const GLint twidth_log2 = texImg->WidthLog2; \
152 GLint pos = (t << twidth_log2) + s; \
193 const GLint twidth_log2 = texImg->WidthLog2; \
213 GLint pos = (t << twidth_log2) + s; \
243 GLint twidth_log2; member
366 GLint pos = (t << info->twidth_log2) + s; \ in affine_span()
385 const GLint pos = (t << info->twidth_log2) + s; \ in affine_span()
551 info.twidth_log2 = texImg->WidthLog2; \
599 GLint twidth_log2; member
625 GLint pos = (t << info->twidth_log2) + s; \ in fast_persp_span()
[all …]