Lines Matching refs:shaderSource

1608 /** Initialize shaderSource instance, reserve storage and prepare shader source
1614 void TestBase::initShaderSource(Utils::SHADER_STAGES in_stage, bool in_use_version_400, Utils::shaderSource& out_source)
1763 Utils::shaderSource compute_shader;
1820 Utils::shaderSource fragment_data;
1821 Utils::shaderSource geometry_data;
1822 Utils::shaderSource tess_ctrl_data;
1823 Utils::shaderSource tess_eval_data;
1824 Utils::shaderSource vertex_data;
2047 Utils::shaderSource compute_shader;
2148 Utils::shaderSource fragment_data;
2149 Utils::shaderSource geometry_data;
2150 Utils::shaderSource tess_ctrl_data;
2151 Utils::shaderSource tess_eval_data;
2152 Utils::shaderSource vertex_data;
2191 const Utils::shaderSource* data[] = { &vertex_data, &tess_ctrl_data, &tess_eval_data, &geometry_data,
2263 Utils::shaderSource conmpute_data;
2306 Utils::shaderSource fragment_data;
2307 Utils::shaderSource geometry_data;
2308 Utils::shaderSource tess_ctrl_data;
2309 Utils::shaderSource tess_eval_data;
2310 Utils::shaderSource vertex_data;
2596 Utils::shaderSource& out_source)
2612 void LineContinuationTest::prepareComputShaderSource(Utils::shaderSource& source)
2680 Utils::shaderSource& source)
3348 Utils::shaderSource& out_source)
3664 Utils::shaderSource& out_source)
4070 Utils::shaderSource& out_source)
4323 Utils::shaderSource& out_source)
4726 Utils::shaderSource& out_source)
4995 Utils::shaderSource& out_source)
5311 Utils::shaderSource& out_source)
5535 Utils::shaderSource& out_source)
5781 Utils::shaderSource& out_source)
6148 Utils::shaderSource& out_source)
6533 Utils::shaderSource& out_source)
6846 Utils::shaderSource& out_source)
7163 Utils::shaderSource& out_source)
7485 Utils::shaderSource& out_source)
7768 Utils::shaderSource& out_source)
7980 Utils::shaderSource& out_source)
8293 Utils::shaderSource& out_source)
8557 Utils::shaderSource& out_source)
8904 Utils::shaderSource& out_source)
9118 Utils::shaderSource& out_source)
9380 Utils::shaderSource& out_source)
9615 Utils::shaderSource& out_source)
9908 Utils::shaderSource& out_source)
10294 Utils::shaderSource& out_source)
10559 Utils::shaderSource& out_source)
10863 Utils::shaderSource& out_source)
11074 Utils::shaderSource& out_source)
11367 Utils::shaderSource& out_source)
11665 Utils::shaderSource& out_source)
12056 Utils::shaderSource& out_source)
12345 Utils::shaderSource& out_source)
12657 Utils::shaderSource& out_source)
12894 Utils::shaderSource& out_source)
13198 Utils::shaderSource& out_source)
13487 Utils::shaderSource& out_source)
14787 Utils::shaderSource& out_source)
15357 Utils::shaderSource& out_source)
15722 Utils::shaderSource& out_source)
16102 void LengthOfVectorAndMatrixTest::prepareComputeShaderSource(Utils::shaderSource& out_source)
16224 Utils::shaderSource& out_source)
16531 Utils::shaderSource& out_source)
16887 Utils::shaderSource& out_source)
17166 Utils::shaderSource& out_source)
17441 Utils::shaderSource& out_source)
17863 Utils::shaderSource::shaderSource()
17867 Utils::shaderSource::shaderSource(const shaderSource& source) : m_parts(source.m_parts), m_use_lengths(false)
17871 Utils::shaderSource::shaderSource(const glw::GLchar* source_code) : m_use_lengths(false)
17881 Utils::shaderCompilationException::shaderCompilationException(const shaderSource& source, const glw::GLchar* message)
17946 const shaderSource compute_shader(compute_shader_code);
17947 const shaderSource fragment_shader(fragment_shader_code);
17948 const shaderSource geometry_shader(geometry_shader_code);
17949 const shaderSource tesselation_control_shader(tesselation_control_shader_code);
17950 const shaderSource tesselation_evaluation_shader(tesselation_evaluation_shader_code);
17951 const shaderSource vertex_shader(vertex_shader_code);
17969 void Utils::program::build(const shaderSource& compute_shader, const shaderSource& fragment_shader,
17970 const shaderSource& geometry_shader, const shaderSource& tesselation_control_shader,
17971 const shaderSource& tesselation_evaluation_shader, const shaderSource& vertex_shader,
18048 void Utils::program::compile(glw::GLuint shader_id, const Utils::shaderSource& source) const
18083 gl.shaderSource(shader_id, static_cast<GLsizei>(source.m_parts.size()), &parts[0], lengths);
18454 void Utils::program::printShaderSource(const shaderSource& source, tcu::MessageBuilder& log)