Home
last modified time | relevance | path

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

/frameworks/compile/slang/
Dslang_rs_reflection.cpp1483 size_t FieldStoreSize = RSExportType::GetTypeStoreSize(F->getType()); in genPackVarOfType() local
1498 if (FieldAllocSize > FieldStoreSize) in genPackVarOfType()
1500 << (FieldAllocSize - FieldStoreSize) in genPackVarOfType()
1817 size_t FieldStoreSize = RSExportType::GetTypeStoreSize(F->getType()); in genTypeClassComponentSetter() local
1845 C.indent() << "FieldPacker fp = new FieldPacker(" << FieldStoreSize << ");" in genTypeClassComponentSetter()
2059 int FieldStoreSize = RSExportType::GetTypeStoreSize(F->getType()); in genAddElementToElementBuilder() local
2098 (FieldAllocSize - FieldStoreSize), in genAddElementToElementBuilder()