Home
last modified time | relevance | path

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

/frameworks/compile/slang/
Dslang_rs_export_type.cpp1451 unsigned FieldIdx = 0; in convertToSpecType() local
1454 FI++, FieldIdx++) { in convertToSpecType()
1457 RS_RECORD_TYPE_SET_FIELD_NAME(ST, FieldIdx, F->getName().c_str()); in convertToSpecType()
1458 RS_RECORD_TYPE_SET_FIELD_TYPE(ST, FieldIdx, F->getType()->getSpecType()); in convertToSpecType()