Lines Matching defs:module
155 Module* module = context->module();
156 EXPECT_NE(nullptr, module) << "Assembling failed for shader:\n"
158 const Function* f = spvtest::GetFunction(module, 2);
341 Module* module = context->module();
342 EXPECT_NE(nullptr, module) << "Assembling failed for shader:\n"
344 const Function* f = spvtest::GetFunction(module, 2);
564 Module* module = context->module();
565 EXPECT_NE(nullptr, module) << "Assembling failed for shader:\n"
567 const Function* f = spvtest::GetFunction(module, 2);
705 Module* module = context->module();
706 EXPECT_NE(nullptr, module) << "Assembling failed for shader:\n"
708 const Function* f = spvtest::GetFunction(module, 2);
787 // Make sure pre-header insertion leaves the module valid.
789 context->module()->ToBinary(&bin, true);