Searched refs:BoundsMin (Results 1 – 5 of 5) sorted by relevance
163 if (ctx->Depth.BoundsMin == zmin && ctx->Depth.BoundsMax == zmax) in _mesa_DepthBoundsEXT()169 ctx->Depth.BoundsMin = zmin; in _mesa_DepthBoundsEXT()
919 TEST_AND_CALL2(Depth.BoundsMin, Depth.BoundsMax, DepthBoundsEXT); in _mesa_PopAttrib()
461 GLclampd BoundsMin, BoundsMax;/**< GL_EXT_depth_bounds_test */ member
95 dsa->depth_bounds_min = ctx->Depth.BoundsMin; in st_update_depth_stencil_alpha()
502 GLuint zMin = (GLuint)((double)ctx->Depth.BoundsMin * 0xffffffff); in _swrast_depth_bounds_test()