Searched refs:DepthClamp (Results 1 – 11 of 11) sorted by relevance
126 if (ctx->Transform.DepthClamp) { in tnl_clip_prepare()194 !ctx->Transform.DepthClamp ); in run_vertex_stage()203 !ctx->Transform.DepthClamp ); in run_vertex_stage()
146 !ctx->Transform.DepthClamp ); in do_ndc_cliptest()155 !ctx->Transform.DepthClamp ); in do_ndc_cliptest()
75 GLboolean DepthClamp; member329 attr->DepthClamp = ctx->Transform.DepthClamp; in _mesa_PushAttrib()605 TEST_AND_UPDATE(ctx->Transform.DepthClamp, enable->DepthClamp, in pop_enable_group()1395 if (xform->DepthClamp != ctx->Transform.DepthClamp) in _mesa_PopAttrib()1397 ctx->Transform.DepthClamp); in _mesa_PopAttrib()
392 if (!ctx->Transform.DepthClamp) { in _mesa_RasterPos()423 if (ctx->Transform.DepthClamp) { in _mesa_RasterPos()
1004 if (ctx->Transform.DepthClamp == state) in _mesa_set_enable()1009 ctx->Transform.DepthClamp = state; in _mesa_set_enable()1670 return ctx->Transform.DepthClamp; in _mesa_IsEnabled()
1348 GLboolean DepthClamp; /**< GL_ARB_depth_clamp */ member
297 raster->depth_clip = !ctx->Transform.DepthClamp; in st_update_rasterizer()
609 rasterizer.depth_clip = !ctx->Transform.DepthClamp; in draw_textured_quad()
1309 clip.ViewportZClipTestEnable = !ctx->Transform.DepthClamp; in genX()1403 clip.ViewportZClipTestEnable = !ctx->Transform.DepthClamp; in genX()2200 if (ctx->Transform.DepthClamp) {4416 if (!ctx->Transform.DepthClamp) {
1222 if (ctx->Transform.DepthClamp) in _swrast_write_rgba_span()
590 { GL_DEPTH_CLAMP, CONTEXT_BOOL(Transform.DepthClamp), extra_ARB_depth_clamp },