Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/
DOutputGLSLBase.cpp613 out << hashFieldName(field); in visitBinary()
625 out << hashFieldName(field); in visitBinary()
1094 ImmutableString TOutputGLSLBase::hashFieldName(const TField *field) in hashFieldName() function in sh::TOutputGLSLBase
1134 out << getTypeName(*field->type()) << " " << hashFieldName(field); in declareStruct()
1246 out << getTypeName(fieldType) << " " << hashFieldName(field); in declareInterfaceBlock()
DOutputGLSLBase.h81 ImmutableString hashFieldName(const TField *field);
DBuildSPIRV.h407 ImmutableString hashFieldName(const TField *field);
DBuildSPIRV.cpp719 hashFieldName(field).data()); in declareType()
1854 ImmutableString SPIRVBuilder::hashFieldName(const TField *field) in hashFieldName() function in sh::SPIRVBuilder