Searched refs:depthOffset (Results 1 – 8 of 8) sorted by relevance
121 (c == start_col) ? rhs.depthOffset() : 0;170 ((c == start_col) && (r == start_row)) ? rhs.depthOffset() : 0;
748 EIGEN_ALWAYS_INLINE Index depthOffset() const { in depthOffset() function878 (c == start_col) ? rhs.depthOffset() : 0;930 ? rhs.depthOffset()1088 (c == start_col) ? rhs.depthOffset() : 0;1141 ? rhs.depthOffset()
942 EIGEN_ALWAYS_INLINE Index depthOffset() const { in depthOffset() function1096 ? rhs.depthOffset()1278 ? rhs.depthOffset()1541 ? rhs.depthOffset()
72 unsigned int depthOffset; member
937 rmesa->radeon.radeonScreen->depthOffset + rmesa->radeon.radeonScreen->fbLocation; in r200InitState()
1109 float depthOffset = 0.0f; in rasterizePrimitive() local1128 …depthOffset = maximumDepthSlope * state.fragOps.polygonOffsetFactor + minimumResolvableDifference … in rasterizePrimitive()1149 …pthBuffer[sampleNdx] = de::clamp(buffers.fragmentDepthBuffer[sampleNdx] + depthOffset, 0.0f, 1.0f); in rasterizePrimitive()
1205 const int depthOffset = maxLayersOrDepth(checkOffset); in testWithSizeReduction() local1211 generateExpectedImage(expectedImage, checkSize.swizzle(0, 1), depthOffset); in testWithSizeReduction()