• Home
  • Raw
  • Download

Lines Matching +full:opencl +full:- +full:spirv

7 //     http://www.apache.org/licenses/LICENSE-2.0
15 // Validation tests for OpenCL env specific checks
32 std::string spirv = R"( in TEST_F() local
34 OpMemoryModel Logical OpenCL in TEST_F()
37 CompileSuccessfully(spirv); in TEST_F()
42 "in the OpenCL environment.\n OpMemoryModel Logical " in TEST_F()
43 "OpenCL\n")); in TEST_F()
47 std::string spirv = R"( in TEST_F() local
55 CompileSuccessfully(spirv); in TEST_F()
60 HasSubstr("Memory model must be OpenCL in the OpenCL environment.")); in TEST_F()
64 std::string spirv = R"( in TEST_F() local
67 OpMemoryModel Physical32 OpenCL in TEST_F()
72 CompileSuccessfully(spirv); in TEST_F()
77 HasSubstr("Sampled Type must be OpTypeVoid in the OpenCL environment." in TEST_F()
82 std::string spirv = R"( in TEST_F() local
85 OpMemoryModel Physical32 OpenCL in TEST_F()
90 CompileSuccessfully(spirv); in TEST_F()
95 HasSubstr("MS must be 0 in the OpenCL environment." in TEST_F()
100 std::string spirv = R"( in TEST_F() local
103 OpMemoryModel Physical32 OpenCL in TEST_F()
108 CompileSuccessfully(spirv); in TEST_F()
113 HasSubstr("In the OpenCL environment, Arrayed may only be set to 1 " in TEST_F()
119 std::string spirv = R"( in TEST_F() local
122 OpMemoryModel Physical32 OpenCL in TEST_F()
127 CompileSuccessfully(spirv); in TEST_F()
132 HasSubstr("Sampled must be 0 in the OpenCL environment." in TEST_F()
137 std::string spirv = R"( in TEST_F() local
140 OpMemoryModel Physical32 OpenCL in TEST_F()
145 CompileSuccessfully(spirv); in TEST_F()
149 HasSubstr("In the OpenCL environment, the optional " in TEST_F()
155 std::string spirv = R"( in TEST_F() local
159 OpMemoryModel Physical64 OpenCL in TEST_F()
182 CompileSuccessfully(spirv); in TEST_F()
187 "OpenCL environment." in TEST_F()
192 std::string spirv = R"( in TEST_F() local
196 OpMemoryModel Physical64 OpenCL in TEST_F()
218 CompileSuccessfully(spirv); in TEST_F()
224 "ConstOffset image operand not allowed in the OpenCL environment." in TEST_F()
229 std::string spirv = R"( in TEST_F() local
233 OpMemoryModel Physical64 OpenCL in TEST_F()
253 CompileSuccessfully(spirv); in TEST_F()
261 std::string spirv = R"( in TEST_F() local
265 OpMemoryModel Physical64 OpenCL in TEST_F()
285 CompileSuccessfully(spirv); in TEST_F()
293 std::string spirv = R"( in TEST_F() local
297 OpMemoryModel Physical64 OpenCL in TEST_F()
318 CompileSuccessfully(spirv); in TEST_F()
326 std::string spirv = R"( in TEST_F() local
330 OpMemoryModel Physical64 OpenCL in TEST_F()
351 CompileSuccessfully(spirv); in TEST_F()
358 std::string spirv = R"( in TEST_F() local
362 OpMemoryModel Physical64 OpenCL in TEST_F()
382 CompileSuccessfully(spirv); in TEST_F()
389 std::string spirv = R"( in TEST_F() local
393 OpMemoryModel Physical64 OpenCL in TEST_F()
413 CompileSuccessfully(spirv); in TEST_F()
420 std::string spirv = R"( in TEST_F() local
424 OpMemoryModel Physical64 OpenCL in TEST_F()
444 CompileSuccessfully(spirv); in TEST_F()
453 std::string spirv = R"( in TEST_F() local
457 OpMemoryModel Physical64 OpenCL in TEST_F()
478 CompileSuccessfully(spirv); in TEST_F()
487 std::string spirv = R"( in TEST_F() local
492 OpMemoryModel Physical64 OpenCL in TEST_F()
519 CompileSuccessfully(spirv); in TEST_F()
525 "ConstOffset image operand not allowed in the OpenCL environment." in TEST_F()