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

/xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/
H A 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 in struct:affine_info
367 GLint pos = (t << info->twidth_log2) + s; \
386 const GLint pos = (t << info->twidth_log2) + s; \
552 info.twidth_log2 = texImg->WidthLog2; \
600 GLint twidth_log2; member in struct:persp_info
626 GLint pos = (t << info->twidth_log2)
[all...]
/xsrc/external/mit/MesaLib/dist/src/mesa/swrast/
H A 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 in struct:affine_info
367 GLint pos = (t << info->twidth_log2) + s; \
386 const GLint pos = (t << info->twidth_log2) + s; \
552 info.twidth_log2 = texImg->WidthLog2; \
600 GLint twidth_log2; member in struct:persp_info
626 GLint pos = (t << info->twidth_log2)
[all...]

Completed in 4 milliseconds