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

/external/mesa3d/src/mesa/swrast/
H A 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 in struct:affine_info
366 GLint pos = (t << info->twidth_log2) + s; \
385 const GLint pos = (t << info->twidth_log2) + s; \
551 info.twidth_log2 = texImg->WidthLog2; \
599 GLint twidth_log2; member in struct:persp_info
625 GLint pos = (t << info->twidth_log2)
[all...]

Completed in 54 milliseconds