Lines Matching defs:minDepth
15277 , minDepth( minDepth_ )15322 minDepth = minDepth_;15351 return std::tie( x, y, width, height, minDepth, maxDepth );15363 return ( x == rhs.x ) && ( y == rhs.y ) && ( width == rhs.width ) && ( height == rhs.height ) && ( minDepth == rhs.minDepth ) &&15379 float minDepth = {};