Home
last modified time | relevance | path

Searched refs:constantFactor (Results 1 – 15 of 15) sorted by relevance

/dports/misc/usd/USD-21.11/pxr/imaging/hd/
H A DrenderPassState.cpp320 HdRenderPassState::SetDepthBias(float constantFactor, float slopeFactor) in SetDepthBias() argument
322 _depthBiasConstantFactor = constantFactor; in SetDepthBias()
H A DrenderPassState.h264 void SetDepthBias(float constantFactor, float slopeFactor);
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/mlir/lib/Dialect/SDBM/
H A DSDBMExpr.cpp727 auto constantFactor = factor.cast<SDBMConstantExpr>(); in stripe() local
728 assert(constantFactor.getValue() > 0 && "non-positive stripe"); in stripe()
731 if (constantFactor.getValue() == 1) in stripe()
734 return SDBMStripeExpr::get(expr.cast<SDBMDirectExpr>(), constantFactor); in stripe()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/mlir/lib/Dialect/SDBM/
H A DSDBMExpr.cpp724 auto constantFactor = factor.cast<SDBMConstantExpr>(); in stripe() local
725 assert(constantFactor.getValue() > 0 && "non-positive stripe"); in stripe()
728 if (constantFactor.getValue() == 1) in stripe()
731 return SDBMStripeExpr::get(expr.cast<SDBMDirectExpr>(), constantFactor); in stripe()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/mlir/lib/Dialect/SDBM/
H A DSDBMExpr.cpp724 auto constantFactor = factor.cast<SDBMConstantExpr>(); in stripe() local
725 assert(constantFactor.getValue() > 0 && "non-positive stripe"); in stripe()
728 if (constantFactor.getValue() == 1) in stripe()
731 return SDBMStripeExpr::get(expr.cast<SDBMDirectExpr>(), constantFactor); in stripe()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/mlir/lib/Dialect/SDBM/
H A DSDBMExpr.cpp727 auto constantFactor = factor.cast<SDBMConstantExpr>(); in stripe() local
728 assert(constantFactor.getValue() > 0 && "non-positive stripe"); in stripe()
731 if (constantFactor.getValue() == 1) in stripe()
734 return SDBMStripeExpr::get(expr.cast<SDBMDirectExpr>(), constantFactor); in stripe()
/dports/devel/llvm12/llvm-project-12.0.1.src/mlir/lib/Dialect/SDBM/
H A DSDBMExpr.cpp724 auto constantFactor = factor.cast<SDBMConstantExpr>(); in stripe() local
725 assert(constantFactor.getValue() > 0 && "non-positive stripe"); in stripe()
728 if (constantFactor.getValue() == 1) in stripe()
731 return SDBMStripeExpr::get(expr.cast<SDBMDirectExpr>(), constantFactor); in stripe()
/dports/graphics/mandelbulber/mandelbulber2-2.26/mandelbulber2/opencl/
H A Dfractparams_cl.hpp185 cl_float constantFactor; member
369 target.constantFactor = source.constantFactor; in clCopySParamRenderCl()
/dports/graphics/mandelbulber/mandelbulber2-2.26/mandelbulber2/src/
H A Dfractparams.hpp179 double constantFactor; member
H A Dold_settings.hpp274 double constantFactor; member
H A Dfractparams.cpp93 constantFactor = container->Get<double>("fractal_constant_factor"); in sParamRender()
H A Dold_settings.cpp210 params->fractal.doubles.constantFactor = atof2(str2); in LoadOneSetting()
1006 CVector3(oldData->fractal.doubles.constantFactor, oldData->fractal.doubles.constantFactor, in ConvertToNewContainer()
1007 oldData->fractal.doubles.constantFactor)); in ConvertToNewContainer()
/dports/games/freeminer/freeminer-0.4.10.4/src/mandelbulber/
H A Dfractal.h233 double constantFactor; member
H A Dfractal.cpp83 constant = z * par.doubles.constantFactor; in Compute()
/dports/games/freeminer/freeminer-0.4.10.4/src/
H A Dmapgen_math.cpp237 par.doubles.constantFactor = params.get("fractal_constant_factor", 1.0).asDouble(); in MapgenMath()