Lines Matching refs:zStart
288 void *zStart; in _swrast_depth_test_span() local
299 zStart = NULL; in _swrast_depth_test_span()
301 zStart = _swrast_pixel_address(rb, span->x, span->y); in _swrast_depth_test_span()
305 zBufferVals = zStart; in _swrast_depth_test_span()
310 zBufferVals = zStart; in _swrast_depth_test_span()
323 _mesa_unpack_uint_z_row(rb->Format, count, zStart, zBufferTemp); in _swrast_depth_test_span()
383 GLubyte *dst = zStart; in _swrast_depth_test_span()
415 GLubyte *zStart; in _swrast_depth_bounds_test() local
432 zStart = NULL; in _swrast_depth_bounds_test()
434 zStart = _swrast_pixel_address(rb, span->x, span->y); in _swrast_depth_bounds_test()
438 zBufferVals = (const GLuint *) zStart; in _swrast_depth_bounds_test()
457 _mesa_unpack_uint_z_row(rb->Format, count, zStart, zBufferTemp); in _swrast_depth_bounds_test()