Lines Matching refs:print
6649 print("#include <string>")
6650 print()
6652 print("const std::string kShader_%s = R\"(" % (test_name,))
6653 print("; The SPIR-V shader below is based on the following GLSL shader, but OpAtomicIAdd has been")
6654 print("; replaced with a template parameter and the last argument for it has been made optional.")
6655 print(";")
6658 print("; %s" % (glsl_line,), end="")
6659 print(";")
6669 print("%s" % (spirv_line, ), end="")
6670 print(")\";")
6671 print()