Lines Matching defs:const
36 static std::string getSource (tcu::Archive& archive, const char* path)
44 return std::string(reinterpret_cast<const char*>(&readBuffer[0]));
51 void init (vk::SourceCollections&, Arg0) const {}
58 InstanceFactory1 (tcu::TestContext& testCtx, tcu::TestNodeType type, const std::string& name, const Arg0& arg0)
64 InstanceFactory1 (tcu::TestContext& testCtx, tcu::TestNodeType type, const std::string& name, const Programs& progs, const Arg0& arg0)
70 void initPrograms (vk::SourceCollections& dst) const { m_progs.init(dst, m_arg0); }
71 TestInstance* createInstance (Context& context) const { return new Instance(context, m_arg0); }
72 void checkSupport (Context&) const { }
75 const Programs m_progs;
76 const Arg0 m_arg0;
84 InstanceFactory1WithSupport (tcu::TestContext& testCtx, tcu::TestNodeType type, const std::string& name, const Arg0& arg0, const Support& support)
91 InstanceFactory1WithSupport (tcu::TestContext& testCtx, tcu::TestNodeType type, const std::string& name, const Programs& progs, const Arg0& arg0, const Support& support)
98 void initPrograms (vk::SourceCollections& dst) const { m_progs.init(dst, m_arg0); }
99 TestInstance* createInstance (Context& context) const { return new Instance(context, m_arg0); }
100 void checkSupport (Context& context) const { m_support.checkSupport(context); }
103 const Programs m_progs;
104 const Arg0 m_arg0;
105 const Support m_support;
121 const Function m_function;
138 FunctionInstance1 (Context& context, const Args& args)
146 const Args m_args;
158 void init (vk::SourceCollections& dst, FunctionInstance0::Function) const { m_func(dst); }
161 const Function m_func;
166 void checkSupport (Context&) const {}
178 void checkSupport (Context& context) const { m_function(context); }
181 const Function m_function;
187 void checkSupport (Context&, Arg0) const {}
207 FunctionSupport1 (const Args& args)
211 void checkSupport (Context& context) const { return m_args.func(context, m_args.arg0); }
214 const Args m_args;
227 void init (vk::SourceCollections& dst, const typename FunctionInstance1<Arg0>::Args& args) const { m_func(dst, args.arg0); }
230 const Function m_func;
237 const std::string& name,
245 const std::string& name,
254 const std::string& name,
264 const std::string& name,
276 const std::string& name,
287 const std::string& name,
299 const std::string& name,
311 const std::string& name,
324 const std::string& name,
331 const std::string& name,
339 const std::string& name,
347 const std::string& name,
357 const std::string& name,
366 const std::string& name,
377 const std::string& name,
386 const std::string& name,
396 const std::string& name,
408 const std::string& name,