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

  /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/main/
texstore.c 1013 const GLuint depthScale = 0xffffffff;
1025 if (ctx->Pixel.DepthScale == 1.0f &&
1048 depthScale, srcType, src, srcPacking);
1063 const GLuint depthScale = 0xffffff;
1078 depthScale, srcType, src, srcPacking);
1093 const GLuint depthScale = 0xffffff;
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_state.c 717 const GLfloat depthScale = 1.0F / ctx->DrawBuffer->_DepthMaxF;
718 float_ui32_type constant = { units * depthScale };
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_state.c 524 const GLfloat depthScale = 1.0F / ctx->DrawBuffer->_DepthMaxF;
525 float_ui32_type constant = { units * depthScale };
    [all...]

Completed in 202 milliseconds