Home
last modified time | relevance | path

Searched refs:DepthClamp (Results 1 – 11 of 11) sorted by relevance

/external/mesa3d/src/mesa/tnl/
Dt_vb_vertex.c126 if (ctx->Transform.DepthClamp) { in tnl_clip_prepare()
194 !ctx->Transform.DepthClamp ); in run_vertex_stage()
203 !ctx->Transform.DepthClamp ); in run_vertex_stage()
Dt_vb_program.c146 !ctx->Transform.DepthClamp ); in do_ndc_cliptest()
155 !ctx->Transform.DepthClamp ); in do_ndc_cliptest()
/external/mesa3d/src/mesa/main/
Dattrib.c75 GLboolean DepthClamp; member
329 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()
Drastpos.c392 if (!ctx->Transform.DepthClamp) { in _mesa_RasterPos()
423 if (ctx->Transform.DepthClamp) { in _mesa_RasterPos()
Denable.c1004 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()
Dmtypes.h1348 GLboolean DepthClamp; /**< GL_ARB_depth_clamp */ member
/external/mesa3d/src/mesa/state_tracker/
Dst_atom_rasterizer.c297 raster->depth_clip = !ctx->Transform.DepthClamp; in st_update_rasterizer()
Dst_cb_drawpixels.c609 rasterizer.depth_clip = !ctx->Transform.DepthClamp; in draw_textured_quad()
/external/mesa3d/src/mesa/drivers/dri/i965/
DgenX_state_upload.c1309 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) {
/external/mesa3d/src/mesa/swrast/
Ds_span.c1222 if (ctx->Transform.DepthClamp) in _swrast_write_rgba_span()
/external/mesa3d/prebuilt-intermediates/main/
Dget_hash.h590 { GL_DEPTH_CLAMP, CONTEXT_BOOL(Transform.DepthClamp), extra_ARB_depth_clamp },