Home
last modified time | relevance | path

Searched refs:DepthClamp (Results 1 – 14 of 14) 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_rasterpos.c387 if (!ctx->Transform.DepthClamp) { in _tnl_RasterPos()
421 if (ctx->Transform.DepthClamp) { in _tnl_RasterPos()
Dt_vb_program.c147 !ctx->Transform.DepthClamp ); in do_ndc_cliptest()
156 !ctx->Transform.DepthClamp ); in do_ndc_cliptest()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dgen6_clip_state.c50 if (!ctx->Transform.DepthClamp) in upload_clip_state()
Dgen7_clip_state.c77 if (!ctx->Transform.DepthClamp) in upload_clip_state()
Dbrw_clip_state.c99 if (!ctx->Transform.DepthClamp) in brw_upload_clip_unit()
Dbrw_cc.c50 if (ctx->Transform.DepthClamp) { in brw_upload_cc_vp()
/external/mesa3d/src/mesa/main/
Dattrib.c77 GLboolean DepthClamp; member
270 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()
Denable.c976 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()
Dmtypes.h1484 GLboolean DepthClamp; /**< GL_ARB_depth_clamp */ member
Dget.c1191 { GL_DEPTH_CLAMP, CONTEXT_BOOL(Transform.DepthClamp),
/external/mesa3d/src/mesa/state_tracker/
Dst_atom_rasterizer.c250 raster->depth_clip = ctx->Transform.DepthClamp == GL_FALSE; in update_raster_state()
Dst_cb_drawpixels.c704 rasterizer.depth_clip = !ctx->Transform.DepthClamp; in draw_textured_quad()
/external/mesa3d/src/mesa/swrast/
Ds_span.c1219 if (ctx->Transform.DepthClamp) in _swrast_write_rgba_span()