HomeSort by relevance Sort by last modified time
    Searched refs:_DepthMaxF (Results 1 - 24 of 24) sorted by null

  /external/mesa3d/src/mesa/swrast/
s_feedback.c 45 win[2] = v->attrib[FRAG_ATTRIB_WPOS][2] / ctx->DrawBuffer->_DepthMaxF;
115 const GLfloat zs = 1.0F / ctx->DrawBuffer->_DepthMaxF;
127 const GLfloat zs = 1.0F / ctx->DrawBuffer->_DepthMaxF;
136 const GLfloat zs = 1.0F / ctx->DrawBuffer->_DepthMaxF;
s_depth.c 190 min = (GLint) (min_f * fb->_DepthMaxF);
191 max = (GLint) (max_f * fb->_DepthMaxF);
416 GLuint zMin = (GLuint) (ctx->Depth.BoundsMin * fb->_DepthMaxF + 0.5F);
417 GLuint zMax = (GLuint) (ctx->Depth.BoundsMax * fb->_DepthMaxF + 0.5F);
s_fragprog.c 257 (GLuint) (depth * ctx->DrawBuffer->_DepthMaxF + 0.5F);
s_copypix.c 218 const GLfloat depthMaxF = ctx->DrawBuffer->_DepthMaxF;
225 const GLdouble depthMaxF = ctx->DrawBuffer->_DepthMaxF;
s_span.c 69 const GLfloat depthMax = ctx->DrawBuffer->_DepthMaxF;
626 const GLfloat zScale = 1.0F / ctx->DrawBuffer->_DepthMaxF;
    [all...]
s_tritemp.h 132 const GLfloat maxDepth = ctx->DrawBuffer->_DepthMaxF;
    [all...]
  /external/mesa3d/src/mesa/main/
viewport.c 95 ctx->DrawBuffer->_DepthMaxF);
141 ctx->DrawBuffer->_DepthMaxF);
polygon.c 298 _mesa_PolygonOffset(factor, bias * ctx->DrawBuffer->_DepthMaxF );
framebuffer.c 71 fb->_DepthMaxF = (GLfloat) fb->_DepthMax;
74 fb->_MRD = (GLfloat)1.0 / fb->_DepthMaxF;
state.c 280 const GLfloat depthMax = ctx->DrawBuffer->_DepthMaxF;
mtypes.h     [all...]
dlist.c     [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
gen7_viewport_state.c 35 const GLfloat depth_scale = 1.0F / ctx->DrawBuffer->_DepthMaxF;
gen6_viewport_state.c 71 const GLfloat depth_scale = 1.0F / ctx->DrawBuffer->_DepthMaxF;
brw_sf_state.c 46 const GLfloat depth_scale = 1.0F / ctx->DrawBuffer->_DepthMaxF;
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_util.h 154 a[MAT_SZ] = fb->_DepthMaxF * (vp->Far - vp->Near) / 2;
171 a[2] = fb->_DepthMaxF * (vp->Far + vp->Near) / 2;
nv04_render.c 49 viewport[MAT_SZ] /= fb->_DepthMaxF;
50 viewport[MAT_TZ] /= fb->_DepthMaxF;
nv10_state_fb.c 82 PUSH_DATAf(push, fb->_DepthMaxF / 2);
nv10_context.c 80 return ctx->DrawBuffer->_DepthMaxF * z;
  /external/mesa3d/src/mesa/swrast_setup/
ss_tritmp.h 132 const GLfloat max = ctx->DrawBuffer->_DepthMaxF;
  /external/mesa3d/src/mesa/tnl/
t_rasterpos.c 418 / ctx->DrawBuffer->_DepthMaxF;
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_state.c 717 const GLfloat depthScale = 1.0F / ctx->DrawBuffer->_DepthMaxF;
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_state.c 524 const GLfloat depthScale = 1.0F / ctx->DrawBuffer->_DepthMaxF;
    [all...]
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_exec.c     [all...]

Completed in 273 milliseconds