Home | History | Annotate | Download | only in src

Lines Matching defs:Constant

3077 KernelArg KernelArg::Constant(const Mat& m)
3080 return KernelArg(CONSTANT, 0, 0, 0, m.ptr(), m.total()*m.elemSize());
4072 #pragma warning(disable:4127) // conditional expression is constant
4124 #pragma warning(default:4127) // conditional expression is constant
4215 // this property is constant, so single buffer pool can be used here