Searched refs:_DepthMaxF (Results 1 - 25 of 48) sorted by relevance

12

/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
H A Ds_feedback.c45 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;
H A Ds_depth.c190 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);
H A Ds_fragprog.c257 (GLuint) (depth * ctx->DrawBuffer->_DepthMaxF + 0.5F);
H A Ds_copypix.c218 const GLfloat depthMaxF = ctx->DrawBuffer->_DepthMaxF;
225 const GLdouble depthMaxF = ctx->DrawBuffer->_DepthMaxF;
/external/mesa3d/src/mesa/swrast/
H A Ds_feedback.c45 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;
H A Ds_depth.c190 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);
H A Ds_fragprog.c257 (GLuint) (depth * ctx->DrawBuffer->_DepthMaxF + 0.5F);
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dviewport.c95 ctx->DrawBuffer->_DepthMaxF);
141 ctx->DrawBuffer->_DepthMaxF);
H A Dpolygon.c298 _mesa_PolygonOffset(factor, bias * ctx->DrawBuffer->_DepthMaxF );
H A Dframebuffer.c71 fb->_DepthMaxF = (GLfloat) fb->_DepthMax;
74 fb->_MRD = (GLfloat)1.0 / fb->_DepthMaxF;
/external/mesa3d/src/mesa/main/
H A Dviewport.c95 ctx->DrawBuffer->_DepthMaxF);
141 ctx->DrawBuffer->_DepthMaxF);
H A Dpolygon.c298 _mesa_PolygonOffset(factor, bias * ctx->DrawBuffer->_DepthMaxF );
H A Dframebuffer.c71 fb->_DepthMaxF = (GLfloat) fb->_DepthMax;
74 fb->_MRD = (GLfloat)1.0 / fb->_DepthMaxF;
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dgen7_viewport_state.c35 const GLfloat depth_scale = 1.0F / ctx->DrawBuffer->_DepthMaxF;
H A Dgen6_viewport_state.c71 const GLfloat depth_scale = 1.0F / ctx->DrawBuffer->_DepthMaxF;
H A Dbrw_sf_state.c46 const GLfloat depth_scale = 1.0F / ctx->DrawBuffer->_DepthMaxF;
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dgen7_viewport_state.c35 const GLfloat depth_scale = 1.0F / ctx->DrawBuffer->_DepthMaxF;
H A Dgen6_viewport_state.c71 const GLfloat depth_scale = 1.0F / ctx->DrawBuffer->_DepthMaxF;
H A Dbrw_sf_state.c46 const GLfloat depth_scale = 1.0F / ctx->DrawBuffer->_DepthMaxF;
/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 Dnv04_render.c49 viewport[MAT_SZ] /= fb->_DepthMaxF;
50 viewport[MAT_TZ] /= fb->_DepthMaxF;
H A Dnv10_state_fb.c82 PUSH_DATAf(push, fb->_DepthMaxF / 2);
/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 Dnv04_render.c49 viewport[MAT_SZ] /= fb->_DepthMaxF;
50 viewport[MAT_TZ] /= fb->_DepthMaxF;
H A Dnv10_state_fb.c82 PUSH_DATAf(push, fb->_DepthMaxF / 2);

Completed in 716 milliseconds

12