Searched refs:expected_inout (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/microsoft/clc/
H A Dclc_compiler_test.cpp1773 const int32_t expected_inout[] = { 5, 7 }; local in function:TEST_F
1777 EXPECT_EQ(inout[i], expected_inout[i]);
1791 const int32_t expected_inout[] = { 0, 1, -1 }; local in function:TEST_F
1795 EXPECT_EQ(inout[i], expected_inout[i]);
1826 const int32_t expected_inout[] = { 2 }; local in function:TEST_F
1829 EXPECT_EQ(inout[i], expected_inout[i]);

Completed in 5 milliseconds