Searched refs:typePrefix (Results 1 – 6 of 6) sorted by relevance
87 const typePrefix = type ? `${type} funding` : 'Funding'88 const msg = `${typePrefix} available at the following URL`92 const typePrefix = type ? `${type} funding` : 'Funding'93 const msg = `${typePrefix} available at the following URL`
42 def enumValue (enum, typePrefix = ""): argument47 return "((%s%s)%s" % (typePrefix, n.replace("EGL_CAST(", ""), v)
1314 std::string typePrefix; in initPrograms() local1316 typePrefix = "i"; in initPrograms()1318 typePrefix = "u"; in initPrograms()1320 const std::string samplerType = typePrefix + "sampler2D"; in initPrograms()1321 const std::string colorType = typePrefix + "vec4"; in initPrograms()
543 const std::string typePrefix = (m_params.baseType == BaseType::TYPE_UINT ? "u" : ""); in getSpirVReplacements() local549 baseTypeName = typePrefix + "int" + bitSize + "_t"; in getSpirVReplacements()554 baseTypeName = typePrefix + "int"; in getSpirVReplacements()
18064 const char* typePrefix; member18628 specs["dr"] = testTypes[testFunc.typeResult].typePrefix; in createFloat16ArithmeticFuncTest()18629 specs["d0"] = testTypes[testFunc.typeArg0].typePrefix; in createFloat16ArithmeticFuncTest()18630 specs["d1"] = testTypes[testFunc.typeArg1].typePrefix; in createFloat16ArithmeticFuncTest()18631 specs["d2"] = testTypes[testFunc.typeArg2].typePrefix; in createFloat16ArithmeticFuncTest()18632 specs["tr"] = string(testTypes[testFunc.typeResult].typePrefix) + componentType; in createFloat16ArithmeticFuncTest()18633 specs["t0"] = string(testTypes[testFunc.typeArg0].typePrefix) + componentType; in createFloat16ArithmeticFuncTest()18634 specs["t1"] = string(testTypes[testFunc.typeArg1].typePrefix) + componentType; in createFloat16ArithmeticFuncTest()18635 specs["t2"] = string(testTypes[testFunc.typeArg2].typePrefix) + componentType; in createFloat16ArithmeticFuncTest()
649 const string typePrefix = (vectorSize == 1) ? "%" : "%v" + de::toString(vectorSize); in getBinaryFullOperationWithInputWidthStr() local653 : typePrefix + signPrefix + de::toString(input1Width); in getBinaryFullOperationWithInputWidthStr()