Searched defs:Pos (Results 1 - 1 of 1) sorted by relevance

/frameworks/compile/slang/
H A Dslang_rs_reflection.cpp1195 unsigned Pos = 0; local
1212 if (FieldOffset > Pos)
1214 << (FieldOffset - Pos) << ");" << std::endl;
1224 Pos = FieldOffset + FieldAllocSize;
1228 if (RSExportType::GetTypeAllocSize(ERT) > Pos)
1230 << RSExportType::GetTypeAllocSize(ERT) - Pos << ");"
1886 int Pos = 0; // relative pos from now on local
1905 (FieldOffset - Pos),
1941 Pos = FieldOffset + FieldAllocSize;
1948 RecordAllocSize - Pos,
[all...]

Completed in 778 milliseconds