Home
last modified time | relevance | path

Searched refs:variable_storage_class (Results 1 – 25 of 27) sorted by relevance

12

/external/deqp-deps/SPIRV-Tools/test/fuzz/
Dtransformation_push_id_through_variable_test.cpp113 uint32_t variable_storage_class = SpvStorageClassPrivate; in TEST() local
117 value_id, value_synonym_id, variable_id, variable_storage_class, in TEST()
127 variable_storage_class = SpvStorageClassFunction; in TEST()
130 value_id, value_synonym_id, variable_id, variable_storage_class, in TEST()
140 variable_storage_class = SpvStorageClassFunction; in TEST()
143 value_id, value_synonym_id, variable_id, variable_storage_class, in TEST()
154 variable_storage_class = SpvStorageClassFunction; in TEST()
157 value_id, value_synonym_id, variable_id, variable_storage_class, in TEST()
167 variable_storage_class = SpvStorageClassFunction; in TEST()
170 value_id, value_synonym_id, variable_id, variable_storage_class, in TEST()
[all …]
/external/swiftshader/third_party/SPIRV-Tools/test/fuzz/
Dtransformation_push_id_through_variable_test.cpp113 uint32_t variable_storage_class = SpvStorageClassPrivate; in TEST() local
117 value_id, value_synonym_id, variable_id, variable_storage_class, in TEST()
127 variable_storage_class = SpvStorageClassFunction; in TEST()
130 value_id, value_synonym_id, variable_id, variable_storage_class, in TEST()
140 variable_storage_class = SpvStorageClassFunction; in TEST()
143 value_id, value_synonym_id, variable_id, variable_storage_class, in TEST()
154 variable_storage_class = SpvStorageClassFunction; in TEST()
157 value_id, value_synonym_id, variable_id, variable_storage_class, in TEST()
167 variable_storage_class = SpvStorageClassFunction; in TEST()
170 value_id, value_synonym_id, variable_id, variable_storage_class, in TEST()
[all …]
/external/angle/third_party/vulkan-deps/spirv-tools/src/test/fuzz/
Dtransformation_push_id_through_variable_test.cpp113 uint32_t variable_storage_class = SpvStorageClassPrivate; in TEST() local
117 value_id, value_synonym_id, variable_id, variable_storage_class, in TEST()
127 variable_storage_class = SpvStorageClassFunction; in TEST()
130 value_id, value_synonym_id, variable_id, variable_storage_class, in TEST()
140 variable_storage_class = SpvStorageClassFunction; in TEST()
143 value_id, value_synonym_id, variable_id, variable_storage_class, in TEST()
154 variable_storage_class = SpvStorageClassFunction; in TEST()
157 value_id, value_synonym_id, variable_id, variable_storage_class, in TEST()
167 variable_storage_class = SpvStorageClassFunction; in TEST()
170 value_id, value_synonym_id, variable_id, variable_storage_class, in TEST()
[all …]
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/fuzz/
Dfuzzer_pass_add_global_variables.cpp31 SpvStorageClass variable_storage_class = SpvStorageClassPrivate; in Apply() local
36 variable_storage_class = in Apply()
46 GetAvailableBasicTypesAndPointers(variable_storage_class); in Apply()
74 pointer_type_id, variable_storage_class, basic_type)); in Apply()
84 variable_storage_class, in Apply()
85 variable_storage_class == SpvStorageClassPrivate in Apply()
Dtransformation_replace_copy_object_with_store_load.cpp31 uint32_t variable_storage_class, uint32_t variable_initializer_id) { in TransformationReplaceCopyObjectWithStoreLoad() argument
34 message_.set_variable_storage_class(variable_storage_class); in TransformationReplaceCopyObjectWithStoreLoad()
64 static_cast<SpvStorageClass>(message_.variable_storage_class())); in IsApplicable()
77 return message_.variable_storage_class() == SpvStorageClassPrivate || in IsApplicable()
78 message_.variable_storage_class() == SpvStorageClassFunction; in IsApplicable()
99 static_cast<SpvStorageClass>(message_.variable_storage_class())); in Apply()
103 if (message_.variable_storage_class() == SpvStorageClassPrivate) { in Apply()
Dtransformation_push_id_through_variable.cpp29 uint32_t variable_storage_class, uint32_t initializer_id, in TransformationPushIdThroughVariable() argument
34 message_.set_variable_storage_class(variable_storage_class); in TransformationPushIdThroughVariable()
78 static_cast<SpvStorageClass>(message_.variable_storage_class())); in IsApplicable()
84 assert((message_.variable_storage_class() == SpvStorageClassPrivate || in IsApplicable()
85 message_.variable_storage_class() == SpvStorageClassFunction) && in IsApplicable()
114 static_cast<SpvStorageClass>(message_.variable_storage_class())); in Apply()
118 if (message_.variable_storage_class() == SpvStorageClassPrivate) { in Apply()
Dfuzzer_pass_push_ids_through_variables.cpp64 auto variable_storage_class = GetFuzzerContext()->ChooseEven() in Apply() local
70 GetAvailableBasicTypesAndPointers(variable_storage_class); in Apply()
120 FindOrCreatePointerType(basic_type_id, variable_storage_class); in Apply()
152 variable_storage_class, initializer_id, instruction_descriptor)); in Apply()
Dfuzzer_pass_replace_copy_objects_with_stores_loads.cpp62 auto variable_storage_class = GetFuzzerContext()->ChooseEven() in Apply() local
77 FindOrCreatePointerType(instruction->type_id(), variable_storage_class); in Apply()
81 variable_storage_class, variable_initializer_id)); in Apply()
Dtransformation_replace_copy_object_with_store_load.h33 uint32_t variable_storage_class, uint32_t variable_initializer_id);
Dtransformation_push_id_through_variable.h33 uint32_t variable_fresh_id, uint32_t variable_storage_class,
/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dfuzzer_pass_add_global_variables.cpp33 SpvStorageClass variable_storage_class = SpvStorageClassPrivate; in Apply() local
38 variable_storage_class = in Apply()
48 GetAvailableBasicTypesAndPointers(variable_storage_class); in Apply()
76 pointer_type_id, variable_storage_class, basic_type)); in Apply()
86 variable_storage_class, in Apply()
87 variable_storage_class == SpvStorageClassPrivate in Apply()
Dtransformation_replace_copy_object_with_store_load.cpp32 uint32_t variable_storage_class, uint32_t variable_initializer_id) { in TransformationReplaceCopyObjectWithStoreLoad() argument
35 message_.set_variable_storage_class(variable_storage_class); in TransformationReplaceCopyObjectWithStoreLoad()
65 static_cast<SpvStorageClass>(message_.variable_storage_class())); in IsApplicable()
78 return message_.variable_storage_class() == SpvStorageClassPrivate || in IsApplicable()
79 message_.variable_storage_class() == SpvStorageClassFunction; in IsApplicable()
96 static_cast<SpvStorageClass>(message_.variable_storage_class())); in Apply()
100 if (message_.variable_storage_class() == SpvStorageClassPrivate) { in Apply()
Dtransformation_push_id_through_variable.cpp30 uint32_t variable_storage_class, uint32_t initializer_id, in TransformationPushIdThroughVariable() argument
35 message_.set_variable_storage_class(variable_storage_class); in TransformationPushIdThroughVariable()
79 static_cast<SpvStorageClass>(message_.variable_storage_class())); in IsApplicable()
85 assert((message_.variable_storage_class() == SpvStorageClassPrivate || in IsApplicable()
86 message_.variable_storage_class() == SpvStorageClassFunction) && in IsApplicable()
111 static_cast<SpvStorageClass>(message_.variable_storage_class())); in Apply()
115 if (message_.variable_storage_class() == SpvStorageClassPrivate) { in Apply()
Dfuzzer_pass_push_ids_through_variables.cpp67 auto variable_storage_class = GetFuzzerContext()->ChooseEven() in Apply() local
73 GetAvailableBasicTypesAndPointers(variable_storage_class); in Apply()
117 FindOrCreatePointerType(basic_type_id, variable_storage_class); in Apply()
149 variable_storage_class, initializer_id, instruction_descriptor)); in Apply()
Dfuzzer_pass_replace_copy_objects_with_stores_loads.cpp65 auto variable_storage_class = GetFuzzerContext()->ChooseEven() in Apply() local
80 FindOrCreatePointerType(instruction->type_id(), variable_storage_class); in Apply()
84 variable_storage_class, variable_initializer_id)); in Apply()
Dtransformation_replace_copy_object_with_store_load.h33 uint32_t variable_storage_class, uint32_t variable_initializer_id);
Dtransformation_push_id_through_variable.h33 uint32_t variable_fresh_id, uint32_t variable_storage_class,
/external/deqp-deps/SPIRV-Tools/source/fuzz/
Dfuzzer_pass_add_global_variables.cpp33 SpvStorageClass variable_storage_class = SpvStorageClassPrivate; in Apply() local
38 variable_storage_class = in Apply()
48 GetAvailableBasicTypesAndPointers(variable_storage_class); in Apply()
76 pointer_type_id, variable_storage_class, basic_type)); in Apply()
86 variable_storage_class, in Apply()
87 variable_storage_class == SpvStorageClassPrivate in Apply()
Dtransformation_replace_copy_object_with_store_load.cpp32 uint32_t variable_storage_class, uint32_t variable_initializer_id) { in TransformationReplaceCopyObjectWithStoreLoad() argument
35 message_.set_variable_storage_class(variable_storage_class); in TransformationReplaceCopyObjectWithStoreLoad()
65 static_cast<SpvStorageClass>(message_.variable_storage_class())); in IsApplicable()
78 return message_.variable_storage_class() == SpvStorageClassPrivate || in IsApplicable()
79 message_.variable_storage_class() == SpvStorageClassFunction; in IsApplicable()
96 static_cast<SpvStorageClass>(message_.variable_storage_class())); in Apply()
100 if (message_.variable_storage_class() == SpvStorageClassPrivate) { in Apply()
Dtransformation_push_id_through_variable.cpp30 uint32_t variable_storage_class, uint32_t initializer_id, in TransformationPushIdThroughVariable() argument
35 message_.set_variable_storage_class(variable_storage_class); in TransformationPushIdThroughVariable()
79 static_cast<SpvStorageClass>(message_.variable_storage_class())); in IsApplicable()
85 assert((message_.variable_storage_class() == SpvStorageClassPrivate || in IsApplicable()
86 message_.variable_storage_class() == SpvStorageClassFunction) && in IsApplicable()
111 static_cast<SpvStorageClass>(message_.variable_storage_class())); in Apply()
115 if (message_.variable_storage_class() == SpvStorageClassPrivate) { in Apply()
Dfuzzer_pass_push_ids_through_variables.cpp67 auto variable_storage_class = GetFuzzerContext()->ChooseEven() in Apply() local
73 GetAvailableBasicTypesAndPointers(variable_storage_class); in Apply()
117 FindOrCreatePointerType(basic_type_id, variable_storage_class); in Apply()
149 variable_storage_class, initializer_id, instruction_descriptor)); in Apply()
Dfuzzer_pass_replace_copy_objects_with_stores_loads.cpp65 auto variable_storage_class = GetFuzzerContext()->ChooseEven() in Apply() local
80 FindOrCreatePointerType(instruction->type_id(), variable_storage_class); in Apply()
84 variable_storage_class, variable_initializer_id)); in Apply()
Dtransformation_replace_copy_object_with_store_load.h33 uint32_t variable_storage_class, uint32_t variable_initializer_id);
Dtransformation_push_id_through_variable.h33 uint32_t variable_fresh_id, uint32_t variable_storage_class,
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/fuzz/protobufs/
Dspvtoolsfuzz.proto1865 uint32 variable_storage_class = 5; field
2014 uint32 variable_storage_class = 3; field

12