21 return (a) / (a +
b + c);
26 return (a * a) / (a * a +
b *
b);
31 return (a * a) / (a * a +
b *
b + c * c);
36 return (a >
b) ? 1.0f : 0.0f;
local_group_size(16, 16) .push_constant(Type b
#define CCL_NAMESPACE_END
ccl_device float power_heuristic_3(float a, float b, float c)
ccl_device float max_heuristic(float a, float b)
ccl_device float balance_heuristic_3(float a, float b, float c)
CCL_NAMESPACE_BEGIN ccl_device float balance_heuristic(float a, float b)
ccl_device float power_heuristic(float a, float b)