HomeSort by relevance Sort by last modified time
    Searched refs:FieldStoreSize (Results 1 - 2 of 2) sorted by null

  /frameworks/compile/slang/
slang_rs_reflection_cpp.cpp 651 size_t FieldStoreSize = RSExportType::GetTypeStoreSize(F->getType());
669 if (FieldAllocSize > FieldStoreSize) {
672 << (FieldAllocSize - FieldStoreSize) << ");";
slang_rs_reflection.cpp     [all...]

Completed in 68 milliseconds