Lines Matching refs:precName
117 const char* precName = getPrecisionName(m_precision); in init() local
132 << " " << precName << " " << typeName << " inputValues[" << numValues << "];\n" in init()
133 << " " << precName << " " << outTypeName << " outputValues[" << numValues << "];\n" in init()
134 …<< " " << (isSSBO ? "coherent " : "") << precName << " " << outTypeName << " groupValues[" << prod… in init()
138 src << "shared " << precName << " " << typeName << " s_var;\n"; in init()
162 …<< " " << precName << " " << typeName << " res = " << m_funcName << "(s_var, sb_inout.inputValues[… in init()
910 const char* precName = getPrecisionName(m_precision); in init() local
921 << " " << precName << " " << typeName << " compareValues[" << numValues << "];\n" in init()
922 << " " << precName << " " << typeName << " exchangeValues[" << numValues << "];\n" in init()
923 << " " << precName << " " << typeName << " outputValues[" << numValues << "];\n" in init()
924 …<< " " << (isSSBO ? "coherent " : "") << precName << " " << typeName << " groupValues[" << product… in init()
928 src << "shared " << precName << " " << typeName << " s_var;\n"; in init()
946 src << " " << precName << " " << typeName << " compare = sb_inout.compareValues[offset];\n" in init()
947 << " " << precName << " " << typeName << " exchange = sb_inout.exchangeValues[offset];\n" in init()
948 << " " << precName << " " << typeName << " result;\n" in init()