Searched refs:repeatString (Results 1 – 1 of 1) sorted by relevance
8284 const string repeatString (const string& str, int times) in repeatString() function8330 …params["compositeConstruct"] = "%instance = OpCompositeConstruct %composite" + repeatString(" %fi… in createVectorCompositeCases()8353 …params["compositeConstruct"] = "%instance = OpCompositeConstruct %composite" + repeatString(" %fi… in createArrayCompositeCases()8371 params["compositeType"] = "%composite = OpTypeStruct" + repeatString(" %custom", width) + "\n"; in createStructCompositeCases()8373 …params["compositeConstruct"] = "%instance = OpCompositeConstruct %composite" + repeatString(" %fi… in createStructCompositeCases()8400 + "%fillerVec = OpConstantComposite %vectype" + repeatString(" %filler", width) + "\n"; in createMatrixCompositeCases()8402 …params["compositeConstruct"] = "%instance = OpCompositeConstruct %composite" + repeatString(" %fi… in createMatrixCompositeCases()8593 parameters["structType"] = repeatString(" %composite", structInfo.components); in specializeInBoundsShaderTemplate()8594 parameters["structConstruct"] = repeatString(" %instance", structInfo.components); in specializeInBoundsShaderTemplate()