Searched refs:Far (Results 1 - 25 of 42) sorted by relevance

12

/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dviewport.c94 ctx->Viewport.Near, ctx->Viewport.Far,
125 ctx->Viewport.Far == farval)
129 ctx->Viewport.Far = (GLfloat) CLAMP(farval, 0.0, 1.0);
140 ctx->Viewport.Near, ctx->Viewport.Far,
169 ctx->Viewport.Far = 1.0;
H A Dstate.c291 ctx->Viewport.Near, ctx->Viewport.Far,
H A Drastpos.c234 z2 = CLAMP(z, 0.0F, 1.0F) * (ctx->Viewport.Far - ctx->Viewport.Near)
H A Dcontext.c1302 dst->Viewport.Far = src->Viewport.Far;
/external/mesa3d/src/mesa/main/
H A Dviewport.c94 ctx->Viewport.Near, ctx->Viewport.Far,
125 ctx->Viewport.Far == farval)
129 ctx->Viewport.Far = (GLfloat) CLAMP(farval, 0.0, 1.0);
140 ctx->Viewport.Near, ctx->Viewport.Far,
169 ctx->Viewport.Far = 1.0;
H A Dstate.c291 ctx->Viewport.Near, ctx->Viewport.Far,
H A Drastpos.c234 z2 = CLAMP(z, 0.0F, 1.0F) * (ctx->Viewport.Far - ctx->Viewport.Near)
H A Dcontext.c1302 dst->Viewport.Far = src->Viewport.Far;
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
H A Dst_atom_viewport.c70 GLfloat half_depth = (GLfloat)(ctx->Viewport.Far - ctx->Viewport.Near) * 0.5f;
/external/mesa3d/src/mesa/state_tracker/
H A Dst_atom_viewport.c70 GLfloat half_depth = (GLfloat)(ctx->Viewport.Far - ctx->Viewport.Near) * 0.5f;
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_cc.c52 ccv->min_depth = MIN2(ctx->Viewport.Near, ctx->Viewport.Far);
53 ccv->max_depth = MAX2(ctx->Viewport.Near, ctx->Viewport.Far);
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
H A Dnouveau_util.h154 a[MAT_SZ] = fb->_DepthMaxF * (vp->Far - vp->Near) / 2;
171 a[2] = fb->_DepthMaxF * (vp->Far + vp->Near) / 2;
H A Dnv10_state_fb.c187 a[2] = nv10_transform_depth(ctx, (vp->Far + vp->Near) / 2);
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_cc.c52 ccv->min_depth = MIN2(ctx->Viewport.Near, ctx->Viewport.Far);
53 ccv->max_depth = MAX2(ctx->Viewport.Near, ctx->Viewport.Far);
/external/mesa3d/src/mesa/drivers/dri/nouveau/
H A Dnouveau_util.h154 a[MAT_SZ] = fb->_DepthMaxF * (vp->Far - vp->Near) / 2;
171 a[2] = fb->_DepthMaxF * (vp->Far + vp->Near) / 2;
H A Dnv10_state_fb.c187 a[2] = nv10_transform_depth(ctx, (vp->Far + vp->Near) / 2);
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
H A Ds_depth.c174 if (ctx->Viewport.Near < ctx->Viewport.Far) {
176 max_f = ctx->Viewport.Far;
178 min_f = ctx->Viewport.Far;
/external/mesa3d/src/mesa/swrast/
H A Ds_depth.c174 if (ctx->Viewport.Near < ctx->Viewport.Far) {
176 max_f = ctx->Viewport.Far;
178 min_f = ctx->Viewport.Far;
/external/chromium_org/third_party/mesa/src/src/mesa/tnl/
H A Dt_rasterpos.c424 ctx->Viewport.Far);
/external/mesa3d/src/mesa/tnl/
H A Dt_rasterpos.c424 ctx->Viewport.Far);
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
H A Di915_state.c411 ctx->Viewport.Far,
420 ctx->Viewport.Far,
/external/chromium_org/third_party/mesa/src/src/mesa/program/
H A Dprog_statevars.c354 value[1] = ctx->Viewport.Far; /* far */
355 value[2] = ctx->Viewport.Far - ctx->Viewport.Near; /* far - near */
/external/llvm/lib/Support/Windows/
H A DSignals.inc98 BOOL Far;
/external/mesa3d/src/mesa/drivers/dri/i915/
H A Di915_state.c411 ctx->Viewport.Far,
420 ctx->Viewport.Far,
/external/mesa3d/src/mesa/program/
H A Dprog_statevars.c354 value[1] = ctx->Viewport.Far; /* far */
355 value[2] = ctx->Viewport.Far - ctx->Viewport.Near; /* far - near */

Completed in 4067 milliseconds

12