Lines Matching refs:std

55               ": " + std::to_string(position.index) + ": " + message;
64 std::string RunPass(const std::string& text) {
66 if (!context_.get()) return std::string();
73 if (pass_res == Pass::Status::Failure) return std::string();
80 spv_result_t Disassemble(const std::vector<uint32_t>& binary,
81 std::string* text) {
89 std::string GetErrorMessage() const { return error_message_; }
91 std::string ToText(const std::vector<Instruction*>& inst) {
92 std::vector<uint32_t> binary = {spv::MagicNumber, 0x10200, 0u, 2u, 0u};
95 std::string text;
100 std::string ModuleToText() {
101 std::vector<uint32_t> binary;
103 std::string text;
111 std::unique_ptr<IRContext> context_;
114 std::string error_message_;
118 const std::string spirv = R"(
124 const std::string after = R"(OpCapability Shader
134 const std::string spirv = R"(
137 %1 = OpExtInstImport "OpenCL.std"
138 %2 = OpExtInstImport "OpenCL.std"
139 %3 = OpExtInstImport "GLSL.std.450"
142 const std::string after = R"(OpCapability Shader
144 %1 = OpExtInstImport "OpenCL.std"
145 %3 = OpExtInstImport "GLSL.std.450"
154 const std::string spirv = R"(
162 const std::string after = R"(OpCapability Shader
174 const std::string spirv = R"(
183 const std::string after = R"(OpCapability Shader
197 const std::string spirv = R"(
207 const std::string after = R"(OpCapability Shader
220 const std::string spirv = R"(
230 const std::string after = R"(OpCapability Shader
244 const std::string spirv = R"(
256 const std::string after = R"(OpCapability Shader
273 const std::string spirv = R"(
288 const std::string after = R"(OpCapability Shader
311 const std::string spirv = R"(OpCapability Shader
337 const std::string result = R"(OpCapability Shader
365 const std::string spirv = R"(OpCapability Shader
389 const std::string result = R"(OpCapability Shader
414 const std::string spirv = R"(OpCapability Shader
442 const std::string result = R"(OpCapability Shader
472 const std::string spirv = R"(OpCapability Shader
494 const std::string result = R"(OpCapability Shader
521 const std::string spirv = R"(OpCapability Shader
543 const std::string result = R"(OpCapability Shader
571 const std::string spirv = R"(OpCapability Shader
607 const std::string result = R"(OpCapability Shader