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

  /external/mesa3d/src/mesa/main/
texstore.c 150 const GLuint depthScale = 0xffffffff;
172 depthScale, srcType, src, srcPacking);
187 const GLuint depthScale = 0xffffff;
202 depthScale, srcType, src, srcPacking);
217 const GLuint depthScale = 0xffffff;
234 depthScale, srcType, src, srcPacking);
251 const GLuint depthScale = 0xffff;
266 GL_UNSIGNED_SHORT, dst16, depthScale,
327 const GLuint depthScale = 0xffffff;
372 depthScale,
    [all...]
  /external/deqp/framework/common/
tcuTestLog.cpp 83 tcu::Vec4 depthScale;
88 computePixelScaleBias(depthAccess, depthScale, depthBias);
91 m_scale = tcu::Vec4(depthScale.x(), stencilScale.x(), 0.0f, 0.0f);
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_state.c 720 const GLfloat depthScale = 1.0F / ctx->DrawBuffer->_DepthMaxF;
721 float_ui32_type constant = { units * depthScale };
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_state.c 528 const GLfloat depthScale = 1.0F / ctx->DrawBuffer->_DepthMaxF;
529 float_ui32_type constant = { units * depthScale };
    [all...]

Completed in 179 milliseconds