Searched refs:MapFromAllocationPositive (Results 1 - 1 of 1) sorted by relevance

/frameworks/compile/slang/
H A Dslang_rs_reflection.cpp1537 MapFromAllocationPositive, // need to ensure elements are positive (range check) enumerator in enum:slang::__anon1290::MapFromAllocation
1557 case MapFromAllocationPositive: // range checking must be done separately
1635 MFA = MapFromAllocationPositive;
1652 if (MFA == MapFromAllocationPositive)
1667 if (MFA != MapFromAllocationPositive) {
1674 if (MFA == MapFromAllocationPositive) {
1683 mOut.indent() << "mResult = " << (MFA == MapFromAllocationPositive ? "outArray" : "result") << ";\n";
1694 if (MFA == MapFromAllocationPositive) {

Completed in 253 milliseconds