/third_party/skia/third_party/externals/spirv-tools/source/fuzz/ |
H A D | fuzzer_pass_add_global_variables.cpp | 32 SpvStorageClass variable_storage_class = SpvStorageClassPrivate; in Apply() local
|
H A D | transformation_replace_copy_object_with_store_load.cpp | 29 TransformationReplaceCopyObjectWithStoreLoad( uint32_t copy_object_result_id, uint32_t fresh_variable_id, uint32_t variable_storage_class, uint32_t variable_initializer_id) TransformationReplaceCopyObjectWithStoreLoad() argument
|
H A D | transformation_push_id_through_variable.cpp | 27 TransformationPushIdThroughVariable( uint32_t value_id, uint32_t value_synonym_id, uint32_t variable_id, uint32_t variable_storage_class, uint32_t initializer_id, const protobufs::InstructionDescriptor& instruction_descriptor) TransformationPushIdThroughVariable() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
H A D | fuzzer_pass_add_global_variables.cpp | 32 SpvStorageClass variable_storage_class = SpvStorageClassPrivate; in Apply() local
|
H A D | transformation_replace_copy_object_with_store_load.cpp | 29 TransformationReplaceCopyObjectWithStoreLoad( uint32_t copy_object_result_id, uint32_t fresh_variable_id, uint32_t variable_storage_class, uint32_t variable_initializer_id) TransformationReplaceCopyObjectWithStoreLoad() argument
|
H A D | transformation_push_id_through_variable.cpp | 27 TransformationPushIdThroughVariable( uint32_t value_id, uint32_t value_synonym_id, uint32_t variable_id, uint32_t variable_storage_class, uint32_t initializer_id, const protobufs::InstructionDescriptor& instruction_descriptor) TransformationPushIdThroughVariable() argument
|
/third_party/spirv-tools/source/fuzz/ |
H A D | fuzzer_pass_add_global_variables.cpp | 32 spv::StorageClass variable_storage_class = spv::StorageClass::Private; in Apply() local
|
H A D | transformation_replace_copy_object_with_store_load.cpp | 29 TransformationReplaceCopyObjectWithStoreLoad( uint32_t copy_object_result_id, uint32_t fresh_variable_id, uint32_t variable_storage_class, uint32_t variable_initializer_id) TransformationReplaceCopyObjectWithStoreLoad() argument
|
H A D | transformation_push_id_through_variable.cpp | 27 TransformationPushIdThroughVariable( uint32_t value_id, uint32_t value_synonym_id, uint32_t variable_id, uint32_t variable_storage_class, uint32_t initializer_id, const protobufs::InstructionDescriptor& instruction_descriptor) TransformationPushIdThroughVariable() argument
|
/third_party/skia/third_party/externals/spirv-tools/test/fuzz/ |
H A D | transformation_push_id_through_variable_test.cpp | 113 uint32_t variable_storage_class = SpvStorageClassPrivate; in TEST() local 338 uint32_t variable_storage_class = SpvStorageClassFunction; TEST() local 605 uint32_t variable_storage_class = SpvStorageClassPrivate; TEST() local 708 uint32_t variable_storage_class = SpvStorageClassPrivate; TEST() local [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/fuzz/ |
H A D | transformation_push_id_through_variable_test.cpp | 113 uint32_t variable_storage_class = SpvStorageClassPrivate; in TEST() local 338 uint32_t variable_storage_class = SpvStorageClassFunction; TEST() local 605 uint32_t variable_storage_class = SpvStorageClassPrivate; TEST() local 708 uint32_t variable_storage_class = SpvStorageClassPrivate; TEST() local [all...] |
/third_party/spirv-tools/test/fuzz/ |
H A D | transformation_push_id_through_variable_test.cpp | 113 uint32_t variable_storage_class = (uint32_t)spv::StorageClass::Private; in TEST() local 348 uint32_t variable_storage_class = (uint32_t)spv::StorageClass::Function; TEST() local 619 uint32_t variable_storage_class = (uint32_t)spv::StorageClass::Private; TEST() local 722 uint32_t variable_storage_class = (uint32_t)spv::StorageClass::Private; TEST() local [all...] |