MCPcopy Create free account
hub / github.com/RenderKit/ospray / process

Method process

modules/cpu/fb/frame_ops/Variance.cpp:23–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21}
22
23devicert::AsyncEvent LiveVarianceFrameOp::process()
24{
25 // Run kernel
26 const vec2ui &itemDims = getSh()->super.viewDims;
27 firstRun = false;
28 return device.launchFrameOpKernel(
29 itemDims, ispc::Variance_kernelLauncher, &getSh()->super);
30}
31
32float LiveVarianceFrameOp::getAvgError(const float errorThreshold) const
33{

Callers

nothing calls this directly

Calls 1

launchFrameOpKernelMethod · 0.45

Tested by

no test coverage detected