Searched refs:kResult (Results 1 – 3 of 3) sorted by relevance
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
D | MultisampleTest.cpp | 480 const GLColor kResult = GLColor(63, 127, 191, 63); in TEST_P() local 482 EXPECT_PIXEL_COLOR_NEAR(0, 0, kResult, 1); in TEST_P() 483 EXPECT_PIXEL_COLOR_NEAR(kWindowWidth - 1, 0, kResult, 1); in TEST_P() 484 EXPECT_PIXEL_COLOR_NEAR(0, kWindowHeight - 1, kResult, 1); in TEST_P() 485 EXPECT_PIXEL_COLOR_NEAR(kWindowWidth - 1, kWindowHeight - 1, kResult, 1); in TEST_P() 486 EXPECT_PIXEL_COLOR_NEAR(kWindowWidth / 2, kWindowHeight / 2, kResult, 1); in TEST_P()
|
D | TextureMultisampleTest.cpp | 535 const GLColor kResult = GLColor(63, 127, 191, 63); in TEST_P() local 539 EXPECT_PIXEL_COLOR_NEAR(0, 0, kResult, 1); in TEST_P() 540 EXPECT_PIXEL_COLOR_NEAR(w, 0, kResult, 1); in TEST_P() 541 EXPECT_PIXEL_COLOR_NEAR(0, h, kResult, 1); in TEST_P() 542 EXPECT_PIXEL_COLOR_NEAR(w, h, kResult, 1); in TEST_P() 543 EXPECT_PIXEL_COLOR_NEAR(w / 2, h / 2, kResult, 1); in TEST_P()
|
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/tbe/ |
D | ascend_kernel_compile.cc | 75 constexpr auto kResult = "result"; variable 321 if (!ParseJson(GetJsonValue<std::string>(json, kResult), &query_result)) { in QueryResultProcess() 360 if (!ParseJson(GetJsonValue<std::string>(json_obj, kResult), &query_obj)) { in ParseTargetJobStatus() 369 std::string build_result = GetJsonValue<std::string>(query_obj, kResult); in ParseTargetJobStatus() 446 std::string build_res = GetJsonValue<std::string>(json_obj, kResult); in QueryFusionFinishJob() 570 std::string build_res = GetJsonValue<std::string>(json_obj, kResult); in AscendPreBuild() 643 std::string build_res = GetJsonValue<std::string>(json_obj, kResult); in AscendSingleOpCompile() 717 std::string build_res = GetJsonValue<std::string>(json_obj, kResult); in AscendFusionOpCompile() 787 auto res = GetJsonValue<std::string>(json, kResult); in OpSelectAndCheckResultProcess()
|