Home
last modified time | relevance | path

Searched refs:ext_inst_import_begin (Results 1 – 6 of 6) sorted by relevance

/external/deqp-deps/SPIRV-Tools/source/opt/
Dremove_duplicates_pass.cpp74 for (auto* i = &*context()->ext_inst_import_begin(); i;) { in RemoveDuplicatesExtInstImports()
Dir_context.h150 inline Module::inst_iterator ext_inst_import_begin();
806 Module::inst_iterator IRContext::ext_inst_import_begin() { in ext_inst_import_begin() function
807 return module()->ext_inst_import_begin(); in ext_inst_import_begin()
Dmodule.h143 inline inst_iterator ext_inst_import_begin();
354 inline Module::inst_iterator Module::ext_inst_import_begin() { in ext_inst_import_begin() function
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dremove_duplicates_pass.cpp74 for (auto* i = &*context()->ext_inst_import_begin(); i;) { in RemoveDuplicatesExtInstImports()
Dmodule.h143 inline inst_iterator ext_inst_import_begin();
354 inline Module::inst_iterator Module::ext_inst_import_begin() { in ext_inst_import_begin() function
Dir_context.h152 inline Module::inst_iterator ext_inst_import_begin();
824 Module::inst_iterator IRContext::ext_inst_import_begin() { in ext_inst_import_begin() function
825 return module()->ext_inst_import_begin(); in ext_inst_import_begin()