Lines Matching refs:minZ
1100 const float minZ = depth - depthErr;
1102 const int minLayer = de::clamp(deFloorFloatToInt32(minZ + 0.5f), 0, texture.getNumLayers() - 1);
1152 const float minZ = depth - depthErr;
1154 const int minLayer = de::clamp(deFloorFloatToInt32(minZ + 0.5f), 0, texture.getNumLayers() - 1);
1485 const float minZ = coord.z()-depthErr;
1487 const int minLayer = de::clamp(deFloorFloatToInt32(minZ + 0.5f), 0, texture.getNumLayers()-1);
1636 const float minZ = coord.y()-depthErr;
1638 const int minLayer = de::clamp(deFloorFloatToInt32(minZ + 0.5f), 0, texture.getNumLayers()-1);
1855 const float minZ = coord.z()-depthErr;
1857 const int minLayer = de::clamp(deFloorFloatToInt32(minZ + 0.5f), 0, texture.getNumLayers()-1);