Home
last modified time | relevance | path

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

/external/skia/src/sksl/ir/
DSkSLField.h28 , fFieldIndex(fieldIndex) {} in Field()
31 return fOwner.description() + "." + fOwner.fType.fields()[fFieldIndex].fName; in description()
35 const int fFieldIndex; member
DSkSLFieldAccess.h31 , fFieldIndex(fieldIndex)
39 return fBase->description() + "." + fBase->fType.fields()[fFieldIndex].fName; in description()
43 const int fFieldIndex; member
/external/skia/src/sksl/
DSkSLGLSLCodeGenerator.cpp360 switch (f.fBase->fType.fields()[f.fFieldIndex].fModifiers.fLayout.fBuiltin) { in writeFieldAccess()
365 this->write(f.fBase->fType.fields()[f.fFieldIndex].fName); in writeFieldAccess()
DSkSLIRGenerator.cpp883 field->fFieldIndex, in convertIdentifier()
DSkSLSPIRVCodeGenerator.cpp1723 IntLiteral index(fContext, Position(), fieldExpr.fFieldIndex); in getAccessChain()