Home
last modified time | relevance | path

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

/frameworks/compile/slang/
Dslang_rs_reflection_cpp.cpp748 size_t FieldStoreSize = RSExportType::GetTypeStoreSize(F->getType()); in genPackVarOfType() local
766 if (FieldAllocSize > FieldStoreSize) { in genPackVarOfType()
769 << (FieldAllocSize - FieldStoreSize) << ");"; in genPackVarOfType()
Dslang_rs_reflection.cpp1250 size_t FieldStoreSize = RSExportType::GetTypeStoreSize(F->getType()); in genPackVarOfType() local
1265 if (FieldAllocSize > FieldStoreSize) in genPackVarOfType()
1267 << (FieldAllocSize - FieldStoreSize) in genPackVarOfType()
1719 size_t FieldStoreSize = RSExportType::GetTypeStoreSize(F->getType()); in genTypeClassComponentSetter() local
1747 C.indent() << "FieldPacker fp = new FieldPacker(" << FieldStoreSize << ");" in genTypeClassComponentSetter()
1946 int FieldStoreSize = RSExportType::GetTypeStoreSize(F->getType()); in genAddElementToElementBuilder() local
1987 (FieldAllocSize - FieldStoreSize), in genAddElementToElementBuilder()