Searched refs:repeatString (Results 1 – 1 of 1) sorted by relevance
16899 const string repeatString (const string& str, int times) in repeatString() function16947 …Construct"] = "%instance = OpCompositeConstruct " + composite_type + repeatString(" %filler", wid… in createVectorCompositeCases()16970 …params["compositeConstruct"] = "%instance = OpCompositeConstruct %composite" + repeatString(" %fi… in createArrayCompositeCases()16988 …params["compositeDecl"] = "%composite = OpTypeStruct" + repeatString(" ${customType}", width) + "… in createStructCompositeCases()16991 …params["compositeConstruct"] = "%instance = OpCompositeConstruct %composite" + repeatString(" %fi… in createStructCompositeCases()17019 + "%fillerVec = OpConstantComposite %vectype" + repeatString(" %filler", width) + "\n"; in createMatrixCompositeCases()17021 …params["compositeConstruct"] = "%instance = OpCompositeConstruct %composite" + repeatString(" %fi… in createMatrixCompositeCases()17234 parameters["structType"] = repeatString(" ${compositeType}", structInfo.components); in specializeInBoundsShaderTemplate()17235 parameters["structConstruct"] = repeatString(" %instance", structInfo.components); in specializeInBoundsShaderTemplate()