Home
last modified time | relevance | path

Searched defs:variable_storage_class (Results 1 - 12 of 12) sorted by relevance

/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
H A Dfuzzer_pass_add_global_variables.cpp32 SpvStorageClass variable_storage_class = SpvStorageClassPrivate; in Apply() local
H A Dtransformation_replace_copy_object_with_store_load.cpp29 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 Dtransformation_push_id_through_variable.cpp27 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 Dfuzzer_pass_add_global_variables.cpp32 SpvStorageClass variable_storage_class = SpvStorageClassPrivate; in Apply() local
H A Dtransformation_replace_copy_object_with_store_load.cpp29 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 Dtransformation_push_id_through_variable.cpp27 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 Dfuzzer_pass_add_global_variables.cpp32 spv::StorageClass variable_storage_class = spv::StorageClass::Private; in Apply() local
H A Dtransformation_replace_copy_object_with_store_load.cpp29 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 Dtransformation_push_id_through_variable.cpp27 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 Dtransformation_push_id_through_variable_test.cpp113 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 Dtransformation_push_id_through_variable_test.cpp113 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 Dtransformation_push_id_through_variable_test.cpp113 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...]

Completed in 6 milliseconds