HomeSort by relevance Sort by last modified time
    Searched defs:AddExtInstImport (Results 1 - 4 of 4) sorted by null

  /external/deqp-deps/SPIRV-Tools/source/opt/
module.h 80 inline void AddExtInstImport(std::unique_ptr<Instruction> e);
295 inline void Module::AddExtInstImport(std::unique_ptr<Instruction> e) {
ir_context.h 192 inline void AddExtInstImport(std::unique_ptr<Instruction>&& e);
877 void IRContext::AddExtInstImport(std::unique_ptr<Instruction>&& e) {
879 module()->AddExtInstImport(std::move(e));
    [all...]
  /external/swiftshader/third_party/SPIRV-Tools/source/opt/
module.h 80 inline void AddExtInstImport(std::unique_ptr<Instruction> e);
295 inline void Module::AddExtInstImport(std::unique_ptr<Instruction> e) {
ir_context.h 194 inline void AddExtInstImport(std::unique_ptr<Instruction>&& e);
895 void IRContext::AddExtInstImport(std::unique_ptr<Instruction>&& e) {
897 module()->AddExtInstImport(std::move(e));
    [all...]

Completed in 89 milliseconds