Home | History | Annotate | Download | only in cpp

Lines Matching full:a_offset

162                           RsAllocation A, int a_offset, RsAllocation B, int b_offset,
170 call.a_offset = a_offset & 0xFF;
1839 void ScriptIntrinsicBLAS::BNNM(const sp<Allocation>& A, int a_offset, const sp<Allocation>& B, int b_offset,
1843 if (a_offset < 0 || a_offset > 255) {
1844 mRS->throwError(RS_ERROR_INVALID_PARAMETER, "Invalid a_offset passed to BNNM");
1854 nScriptIntrinsicBLAS_BNNM(mRS, mRS->getContext(), getID(), M, N, K, A->getID(), a_offset,