Lines Matching defs:shaders
159 /* Have the shaders compiled successfully? */
1454 "Verifies parenthesis are not accepted in compute shaders, prior to GL4.4, "
1688 /** All "undeclared in.." and "undeclared out.." test shaders are expected not to link successfully
1690 * All "declaration mismatch" shaders should link, but the results are undefined.
2496 /* Skip the second iteration if any of the shaders is expected not to compile. */
2537 /** All "undeclared in.." and "undeclared out.." test shaders are expected not to link successfully
2610 /* Set up shader program objects. All shader bodies by themselves are valid, so all shaders should
2771 } shaders[] = { { &fs_body, &m_fs_id, SHADER_STAGE_FRAGMENT, GL_FRAGMENT_SHADER_BIT, GL_FRAGMENT_SHADER },
2778 const unsigned int n_shaders = static_cast<unsigned int>(sizeof(shaders) / sizeof(shaders[0]));
2803 const std::string& current_body = *shaders[n_shader].body_ptr;
2804 const _shader_stage& current_shader_stage = shaders[n_shader].shader_stage;
2805 glw::GLuint& current_so_id = *shaders[n_shader].so_id_ptr;
2806 const glw::GLenum& current_so_type_gl = shaders[n_shader].shader_stage_gl;
2858 << "Separable program, consisting of the following separate shaders, was linked "
5398 /* Shared variables are only supported for compute shaders */