Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/swrast/
Ds_linetemp.h83 GLint zPtrXstep, zPtrYstep; in NAME() local
199 zPtrYstep = -((GLint) (ctx->DrawBuffer->Width * sizeof(DEPTH_TYPE))); in NAME()
208 zPtrYstep = (GLint) (ctx->DrawBuffer->Width * sizeof(DEPTH_TYPE)); in NAME()
333 zPtr = (DEPTH_TYPE *) ((GLubyte*) zPtr + zPtrYstep); in NAME()
360 zPtr = (DEPTH_TYPE *) ((GLubyte*) zPtr + zPtrYstep); in NAME()