Home
last modified time | relevance | path

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

/frameworks/compile/slang/
Dslang_rs_reflection_state.cpp726 const RSExportRecordType::Field *FieldExport = *I; in declareRecord() local
727 size_t FieldOffset = FieldExport->getOffsetInParent(); in declareRecord()
728 const RSExportType *T = FieldExport->getType(); in declareRecord()
736 FieldState.mName = FieldExport->getName(); in declareRecord()
795 const RSExportRecordType::Field &FieldExport = **I; in declareRecord() local
797 if (FieldState.mName != FieldExport.getName()) { in declareRecord()
802 << (FieldIdx + 1) << ERT->getName() << FieldState.mName << FieldExport.getName(); in declareRecord()
805 const std::string FieldExportType = getUniqueTypeName(FieldExport.getType()); in declareRecord()