Lines Matching refs:std
31 std::cerr << "error: line " << position.index << ": " << message
32 << std::endl;
35 std::cout << "warning: line " << position.index << ": " << message
36 << std::endl;
39 std::cout << "info: line " << position.index << ": " << message
40 << std::endl;
48 const std::vector<uint32_t>& expected_binary,
49 const std::vector<uint32_t>& actual_binary) {
52 std::string expected_disassembled;
53 std::string actual_disassembled;
62 void CheckEqual(const spv_target_env env, const std::string& expected_text,
63 const std::vector<uint32_t>& actual_binary) {
64 std::vector<uint32_t> expected_binary;
71 void CheckEqual(const spv_target_env env, const std::string& expected_text,
73 std::vector<uint32_t> actual_binary;
79 std::vector<uint32_t> binary;
86 std::string ToString(spv_target_env env, const opt::IRContext* ir) {
87 std::vector<uint32_t> binary;
90 std::string result;
105 std::cerr << "error: line " << position.index << ": " << message
106 << std::endl;
109 std::cout << "warning: line " << position.index << ": " << message
110 << std::endl;
113 std::cout << "info: line " << position.index << ": " << message
114 << std::endl;
122 std::vector<uint32_t> binary;
127 void DumpShader(const std::vector<uint32_t>& binary, const char* filename) {
131 std::cerr << "Failed to dump shader" << std::endl;