Home
last modified time | relevance | path

Searched refs:after_types (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/SPIRV-Tools/test/val/
Dval_builtins_test.cpp224 std::ostringstream after_types; in TEST_P() local
225 after_types << "%built_in_type = OpTypeStruct " << data_type << "\n"; in TEST_P()
226 after_types << "%built_in_ptr = OpTypePointer " << storage_class in TEST_P()
228 after_types << "%built_in_var = OpVariable %built_in_ptr " << storage_class in TEST_P()
230 after_types << "%data_ptr = OpTypePointer " << storage_class << " " in TEST_P()
232 generator.after_types_ = after_types.str(); in TEST_P()
291 std::ostringstream after_types; in TEST_P() local
292 after_types << "%built_in_type = OpTypeStruct " << data_type << "\n"; in TEST_P()
293 after_types << "%built_in_ptr = OpTypePointer " << storage_class in TEST_P()
295 after_types << "%built_in_var = OpVariable %built_in_ptr " << storage_class in TEST_P()
[all …]
/external/deqp-deps/SPIRV-Tools/test/val/
Dval_builtins_test.cpp224 std::ostringstream after_types; in TEST_P() local
225 after_types << "%built_in_type = OpTypeStruct " << data_type << "\n"; in TEST_P()
226 after_types << "%built_in_ptr = OpTypePointer " << storage_class in TEST_P()
228 after_types << "%built_in_var = OpVariable %built_in_ptr " << storage_class in TEST_P()
230 after_types << "%data_ptr = OpTypePointer " << storage_class << " " in TEST_P()
232 generator.after_types_ = after_types.str(); in TEST_P()
291 std::ostringstream after_types; in TEST_P() local
292 after_types << "%built_in_type = OpTypeStruct " << data_type << "\n"; in TEST_P()
293 after_types << "%built_in_ptr = OpTypePointer " << storage_class in TEST_P()
295 after_types << "%built_in_var = OpVariable %built_in_ptr " << storage_class in TEST_P()
[all …]