Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/svga/
Dsvga_cmd.h170 float zMin, float zMax);
Dsvga_cmd.c1247 float zMax) // IN in SVGA3D_SetZRange() argument
1259 cmd->zRange.max = zMax; in SVGA3D_SetZRange()
/external/mesa3d/src/mesa/swrast/
Ds_depth.c417 GLuint zMax = (GLuint) (ctx->Depth.BoundsMax * fb->_DepthMaxF + 0.5F); in _swrast_depth_bounds_test() local
455 if (zBufferVals[i] < zMin || zBufferVals[i] > zMax) in _swrast_depth_bounds_test()