Home
last modified time | relevance | path

Searched refs:vsout (Results 1 – 2 of 2) sorted by relevance

/frameworks/rs/toolkit/
DColorMatrix.cpp807 uint32_t vsin, uint32_t vsout, bool fin, bool fout) { argument
872 switch(vsout) {
890 switch(vsout) {
912 uint32_t vsout = mLastKey.u.outVecSize; local
952 One(out, in, mTmpFp, mTmpFpa, vsin, vsout, floatIn, floatOut);
/frameworks/rs/cpu_ref/
DrsCpuIntrinsicColorMatrix.cpp783 uint32_t vsin, uint32_t vsout, bool fin, bool fout) { in One() argument
848 switch(vsout) { in One()
866 switch(vsout) { in One()
895 uint32_t vsout = cp->mLastKey.u.outVecSize; in kernel() local
934 One(info, out, in, cp->tmpFp, cp->tmpFpa, vsin, vsout, floatIn, floatOut); in kernel()