Searched defs:expected_err (Results 1 – 4 of 4) sorted by relevance
841 spv_result_t Val(const SpirvVector& v, const std::string& expected_err = "") { in Val()3638 const std::string expected_err = "The Result Type of " + instr + in TEST_P() local3693 const std::string expected_err = in TEST_P() local3714 const std::string expected_err = instr + in TEST_P() local3814 const std::string expected_err = "The number of indexes in " + instr + in TEST_P() local3880 const std::string expected_err = "The number of indexes in " + instr + in TEST_P() local3901 const std::string expected_err = in TEST_P() local3920 const std::string expected_err = in TEST_P() local3940 const std::string expected_err = instr + in TEST_P() local3960 const std::string expected_err = instr + in TEST_P() local[all …]
926 spv_result_t Val(const SpirvVector& v, const std::string& expected_err = "") { in Val()3880 const std::string expected_err = "The Result Type of " + instr + in TEST_P() local3935 const std::string expected_err = in TEST_P() local3956 const std::string expected_err = instr + in TEST_P() local4059 const std::string expected_err = "The number of indexes in " + instr + in TEST_P() local4128 const std::string expected_err = "The number of indexes in " + instr + in TEST_P() local4149 const std::string expected_err = in TEST_P() local4168 const std::string expected_err = in TEST_P() local4188 const std::string expected_err = instr + in TEST_P() local4208 const std::string expected_err = instr + in TEST_P() local[all …]
44 char *expected_err; /* Expected error value of test */ member