Lines Matching refs:tcu
94 tcu::ResultCollector result (m_testCtx.getLog(), " // ERROR: ");
105 const tcu::ScopedLogSection section(m_testCtx.getLog(), "VtxShader", "Vertex shader");
110 const tcu::ScopedLogSection section(m_testCtx.getLog(), "FrgShader", "Fragment shader");
115 throw tcu::TestError("failed to build shaders");
120 const tcu::ScopedLogSection section (m_testCtx.getLog(), "Initial", "Initial");
127 const tcu::ScopedLogSection section (m_testCtx.getLog(), "SetFalse", "SetFalse");
141 throw tcu::TestError("failed to link program");
147 const tcu::ScopedLogSection section (m_testCtx.getLog(), "SetTrue", "SetTrue");
161 throw tcu::TestError("failed to link program");
223 tcu::ResultCollector result (m_testCtx.getLog(), " // ERROR: ");
228 const tcu::ScopedLogSection section (m_testCtx.getLog(), "OneDimensional", "1D");
233 throw tcu::TestError("failed to build program");
235 verifyStateProgramIntegerVec3(result, gl, program.getProgram(), GL_COMPUTE_WORK_GROUP_SIZE, tcu::IVec3(3, 1, 1), m_verifier);
239 const tcu::ScopedLogSection section (m_testCtx.getLog(), "TwoDimensional", "2D");
244 throw tcu::TestError("failed to build program");
246 verifyStateProgramIntegerVec3(result, gl, program.getProgram(), GL_COMPUTE_WORK_GROUP_SIZE, tcu::IVec3(3, 2, 1), m_verifier);
250 const tcu::ScopedLogSection section (m_testCtx.getLog(), "TreeDimensional", "3D");
255 throw tcu::TestError("failed to build program");
257 verifyStateProgramIntegerVec3(result, gl, program.getProgram(), GL_COMPUTE_WORK_GROUP_SIZE, tcu::IVec3(3, 2, 4), m_verifier);
307 tcu::ResultCollector result (m_testCtx.getLog(), " // ERROR: ");
312 const tcu::ScopedLogSection section (m_testCtx.getLog(), "Initial", "Initial");
319 const tcu::ScopedLogSection section (m_testCtx.getLog(), "NoBuffers", "No buffers");
324 throw tcu::TestError("failed to build program");
330 const tcu::ScopedLogSection section (m_testCtx.getLog(), "OneBuffer", "One buffer");
335 throw tcu::TestError("failed to build program");
381 throw tcu::NotSupportedError("Test requires GL_EXT_geometry_shader extension");
386 throw tcu::NotSupportedError("Test requires GL_EXT_tessellation_shader extension");
399 tcu::ResultCollector result (m_testCtx.getLog());
406 m_testCtx.getLog() << tcu::TestLog::Message << "Trying to link a broken program." << tcu::TestLog::EndMessage;