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

/frameworks/compile/slang/
H A Dslang_rs_reflection.cpp1332 MapFromAllocationPositive, // need to ensure elements are positive (range check) enumerator in enum:slang::__anon1261::MapFromAllocation
1352 case MapFromAllocationPositive: // range checking must be done separately
1430 MFA = MapFromAllocationPositive;
1447 if (MFA == MapFromAllocationPositive)
1462 if (MFA != MapFromAllocationPositive) {
1469 if (MFA == MapFromAllocationPositive) {
1478 mOut.indent() << "mResult = " << (MFA == MapFromAllocationPositive ? "outArray" : "result") << ";\n";
1489 if (MFA == MapFromAllocationPositive) {

Completed in 1395 milliseconds