Searched refs:hashName (Results 1 – 8 of 8) sorted by relevance
53 private final String hashName; field in RelationshipTester60 String hashName, in RelationshipTester() argument64 this.hashName = checkNotNull(hashName); in RelationshipTester()143 .replace("$HASH", hashName) in assertWithTemplate()
425 out << " " << hashName(param); in writeFunctionParameters()443 out << hashName(structure) << "("; in writeConstantUnion()518 out << hashName(&node->variable()); in visitSymbol()857 out << (node->isPrecise() ? "precise " : "invariant ") << hashName(&symbol->variable()); in visitGlobalQualifierDeclaration()1089 ImmutableString TOutputGLSLBase::hashName(const TSymbol *symbol) in hashName() function in sh::TOutputGLSLBase1113 return hashName(func); in hashFunctionNameIfNeeded()1125 out << hashName(structure) << " "; in declareStruct()1222 out << hashName(interfaceBlock) << "{\n"; in declareInterfaceBlock()
107 out << hashName(&symbol->variable());
38 ImmutableString hashName(const TSymbol *symbol);
713 spirv::WriteName(&mSpirvDebug, typeId, hashName(block).data()); in declareType()1844 ImmutableString SPIRVBuilder::hashName(const TSymbol *symbol) in hashName() function in sh::SPIRVBuilder1872 return hashName(func); in hashFunctionName()
405 ImmutableString hashName(const TSymbol *symbol);
1013 mBuilder.hashName(variable).data()); in declareSpecConst()5087 mBuilder.hashName(paramVariable).data()); in visitFunctionDefinition()5443 mBuilder.hashName(variable).data()); in visitDeclaration()