Searched refs:xyNoise (Results 1 – 1 of 1) sorted by relevance
183 …getFullScreenGrid (int resolution, deUint32 seed, float baseDepth, float depthNoise, float xyNoise) in getFullScreenGrid() argument194 … x_ = float(x)/float(resolution)*2.0f - 1.0f + (isEdge ? 0.0f : rng.getFloat(-xyNoise, +xyNoise)); in getFullScreenGrid()195 … y_ = float(y)/float(resolution)*2.0f - 1.0f + (isEdge ? 0.0f : rng.getFloat(-xyNoise, +xyNoise)); in getFullScreenGrid()1315 float xyNoise, in OccludingGeometryComplexityCostCase() argument1319 , m_xyNoise (xyNoise) in OccludingGeometryComplexityCostCase()