Searched refs:hashFieldName (Results 1 – 4 of 4) sorted by relevance
613 out << hashFieldName(field); in visitBinary()625 out << hashFieldName(field); in visitBinary()1094 ImmutableString TOutputGLSLBase::hashFieldName(const TField *field) in hashFieldName() function in sh::TOutputGLSLBase1134 out << getTypeName(*field->type()) << " " << hashFieldName(field); in declareStruct()1246 out << getTypeName(fieldType) << " " << hashFieldName(field); in declareInterfaceBlock()
81 ImmutableString hashFieldName(const TField *field);
407 ImmutableString hashFieldName(const TField *field);
719 hashFieldName(field).data()); in declareType()1854 ImmutableString SPIRVBuilder::hashFieldName(const TField *field) in hashFieldName() function in sh::SPIRVBuilder