Home
last modified time | relevance | path

Searched refs:FieldAllocSize (Results 1 – 2 of 2) sorted by relevance

/frameworks/compile/slang/
Dslang_rs_reflection_cpp.cpp749 size_t FieldAllocSize = RSExportType::GetTypeAllocSize(F->getType()); in genPackVarOfType() local
766 if (FieldAllocSize > FieldStoreSize) { in genPackVarOfType()
769 << (FieldAllocSize - FieldStoreSize) << ");"; in genPackVarOfType()
773 Pos = FieldOffset + FieldAllocSize; in genPackVarOfType()
Dslang_rs_reflection.cpp1251 size_t FieldAllocSize = RSExportType::GetTypeAllocSize(F->getType()); in genPackVarOfType() local
1265 if (FieldAllocSize > FieldStoreSize) in genPackVarOfType()
1267 << (FieldAllocSize - FieldStoreSize) in genPackVarOfType()
1270 Pos = FieldOffset + FieldAllocSize; in genPackVarOfType()
1947 int FieldAllocSize = RSExportType::GetTypeAllocSize(F->getType()); in genAddElementToElementBuilder() local
1987 (FieldAllocSize - FieldStoreSize), in genAddElementToElementBuilder()
1992 Pos = FieldOffset + FieldAllocSize; in genAddElementToElementBuilder()