Lines Matching refs:glu
87 glu::ProgramSources genVerifySources (const UVec3& workGroupSize)
109 return glu::ProgramSources() << glu::ComputeSource(tcu::StringTemplate(s_verifyDispatchTmpl).specialize(args));
242 glu::ShaderProgram program (m_context.getRenderContext(), glu::ProgramSources() << glu::ComputeSource(src.str()));
341 const glu::RenderContext& renderCtx = m_context.getRenderContext();
344 const glu::ShaderProgram program (renderCtx, genVerifySources(m_workGroupSize));
346 glu::Buffer cmdBuffer (renderCtx);
347 glu::Buffer resultBuffer (renderCtx);