Lines Matching refs:twidth_log2
135 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;
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;
625 GLint pos = (t << info->twidth_log2) + s; \
650 const GLint pos = (t << info->twidth_log2) + s; \
818 info.twidth_log2 = texImg->WidthLog2; \