Searched refs:DepthClamp (Results 1 – 14 of 14) 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()
387 if (!ctx->Transform.DepthClamp) { in _tnl_RasterPos()421 if (ctx->Transform.DepthClamp) { in _tnl_RasterPos()
147 !ctx->Transform.DepthClamp ); in do_ndc_cliptest()156 !ctx->Transform.DepthClamp ); in do_ndc_cliptest()
50 if (!ctx->Transform.DepthClamp) in upload_clip_state()
77 if (!ctx->Transform.DepthClamp) in upload_clip_state()
99 if (!ctx->Transform.DepthClamp) in brw_upload_clip_unit()
50 if (ctx->Transform.DepthClamp) { in brw_upload_cc_vp()
77 GLboolean DepthClamp; member270 attr->DepthClamp = ctx->Transform.DepthClamp; in _mesa_PushAttrib()522 TEST_AND_UPDATE(ctx->Transform.DepthClamp, enable->DepthClamp, in pop_enable_group()1267 if (xform->DepthClamp != ctx->Transform.DepthClamp) in _mesa_PopAttrib()1269 ctx->Transform.DepthClamp); in _mesa_PopAttrib()
976 if (ctx->Transform.DepthClamp == state) in _mesa_set_enable()979 ctx->Transform.DepthClamp = state; in _mesa_set_enable()1676 return ctx->Transform.DepthClamp; in _mesa_IsEnabled()
1484 GLboolean DepthClamp; /**< GL_ARB_depth_clamp */ member
1191 { GL_DEPTH_CLAMP, CONTEXT_BOOL(Transform.DepthClamp),
250 raster->depth_clip = ctx->Transform.DepthClamp == GL_FALSE; in update_raster_state()
704 rasterizer.depth_clip = !ctx->Transform.DepthClamp; in draw_textured_quad()
1219 if (ctx->Transform.DepthClamp) in _swrast_write_rgba_span()