Searched defs:uintString (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/angle/src/tests/compiler_tests/ |
H A D | ConstantFolding_test.cpp | 1184 const std::string &uintString = "bitfieldExtract(0x00110000u, 16, 5)"; in TEST_F() local 1192 const std::string &uintString = "bitfieldExtract(0xff0000ffu, 0, 32)"; in TEST_F() local 1210 const std::string &uintString = "bitfieldInsert(0x04501701u, 0x11u, 8, 5)"; in TEST_F() local 1218 const std::string &uintString = "bitfieldInsert(0xff0000ffu, 0x11u, 0, 32)"; in TEST_F() local 1226 const std::string &uintString = "bitfieldReverse((1u << 4u) | (1u << 7u))"; in TEST_F() local 1548 const std::string &uintString = "uint(-1.0)"; in TEST_F() local 1558 const std::string &uintString = "uvec4(2.0, 1.0, vec2(0.0, -1.0)).w"; in TEST_F() local 1568 const std::string &uintString = "uvec2(1.0, vec2(0.0, -1.0)).x"; in TEST_F() local 1576 const std::string &uintString = "uint(3221225472.0)"; in TEST_F() local
|