Home
last modified time | relevance | path

Searched refs:src_fs (Results 1 - 10 of 10) sorted by relevance

/third_party/vk-gl-cts/external/openglcts/modules/gles31/
H A Des31cShaderImageSizeTests.cpp315 GLuint BuildProgram(const char* src_vs, const char* src_fs, bool use_xfb, bool* result = NULL) in BuildProgram() argument
335 if (src_fs) in BuildProgram()
340 const char* const src[2] = { kGLSLVer, src_fs }; in BuildProgram()
358 if (src_fs) in BuildProgram()
360 << tcu::TestLog::Message << kGLSLVer << src_fs << tcu::TestLog::EndMessage; in BuildProgram()
H A Des31cShaderAtomicCountersTests.cpp135 GLuint CreateProgram(const char* src_vs, const char* src_fs, bool link) in CreateProgram() argument
147 if (src_fs) in CreateProgram()
152 glShaderSource(sh, 1, &src_fs, NULL); in CreateProgram()
1644 const char* src_fs = "#version 310 es" NL "layout(location = 0) out uvec4 o_color[2];" NL in Run() local
1649 prog_ = CreateProgram(src_vs, src_fs, true); in Run()
1789 const char* src_fs = "#version 310 es \n" in Run() local
1795 prog_ = CreateProgram(src_vs, src_fs, false); in Run()
1954 const char* src_fs = "#version 310 es" NL "layout(location = 0) out uvec4 o_color[2];" NL in Run() local
1959 prog_ = CreateProgram(src_vs, src_fs, false); in Run()
2122 const char* src_fs in Run() local
2708 const char* src_fs = fs_str.c_str(); Run() local
3072 const char* src_fs = "#version 310 es" NL "layout(location = 0) out uvec4 o_color[2];" NL Run() local
[all...]
H A Des31cTextureGatherTests.cpp92 GLuint CreateProgram(const char* src_vs, const char* src_fs) in CreateProgram() argument
103 if (src_fs) in CreateProgram()
108 glShaderSource(sh, 1, &src_fs, NULL); in CreateProgram()
H A Des31cShaderImageLoadStoreTests.cpp309 GLuint BuildProgram(const char* src_vs, const char* src_fs, bool SIAvs = false, bool SIAfs = false) in BuildProgram() argument
333 if (src_fs) in BuildProgram()
338 const char* const src[2] = { hfs.c_str(), src_fs }; in BuildProgram()
352 if (src_fs) in BuildProgram()
354 << tcu::TestLog::Message << kGLSLVer << src_fs << tcu::TestLog::EndMessage; in BuildProgram()
2908 const char* src_fs = NL "void main() {" NL " discard;" NL "}"; in Write() local
2909 program_store = BuildProgram(GenStoreShader(m_stage, internalformat, write_value).c_str(), src_fs); in Write()
2910 program_load = BuildProgram(GenLoadShader(m_stage, internalformat, expected_value).c_str(), src_fs); in Write()
3156 const char* src_fs = NL "void main() {" NL " discard;" NL "}"; in Atomic() local
3157 program = BuildProgram(GenShader<T>(target, stage, internalformat).c_str(), src_fs, tru in Atomic()
3434 const char* src_fs = Run() local
[all...]
H A Des31cProgramInterfaceQueryTests.cpp94 GLuint CreateProgram(const char* src_vs, const char* src_fs, bool link) in CreateProgram() argument
106 if (src_fs) in CreateProgram()
111 glShaderSource(sh, 1, &src_fs, NULL); in CreateProgram()
3642 const char* src_fs = FragmentShader_prop(); in Run() local
3654 glShaderSource(sh2, 1, &src_fs, NULL); in Run()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cShaderAtomicCountersTests.cpp125 const char* src_fs, bool link) in CreateProgram()
161 if (src_fs) in CreateProgram()
166 glShaderSource(sh, 1, &src_fs, NULL); in CreateProgram()
1504 const char* src_fs = "#version 420 core" NL "layout(location = 0) out vec4 o_color;" NL in Run() local
1508 prog_ = CreateProgram(src_vs, NULL, NULL, NULL, src_fs, true); in Run()
1594 const char* src_fs = "#version 420 core" NL "layout(location = 0) out uvec4 o_color[2];" NL in Run() local
1599 prog_ = CreateProgram(src_vs, NULL, NULL, NULL, src_fs, true); in Run()
2194 const char* src_fs = "#version 420 core" NL "layout(location = 0) out uvec4 o_color[2];" NL in Run() local
2199 prog_ = CreateProgram(src_vs, NULL, NULL, NULL, src_fs, false); in Run()
2342 const char* src_fs in Run() local
124 CreateProgram(const char* src_vs, const char* src_tcs, const char* src_tes, const char* src_gs, const char* src_fs, bool link) CreateProgram() argument
2509 const char* src_fs = Run() local
2727 const char* src_fs = fs_str.c_str(); Run() local
2856 const char* src_fs = Run() local
2981 const char* src_fs = Run() local
3672 const char* src_fs = "#version 420 core" NL "layout(location = 0) out uvec4 o_color[2];" NL Run() local
4041 const char* src_fs = "#version 420 core" NL "layout(location = 0) out uvec4 o_color[2];" NL Run() local
[all...]
H A Dgl4cProgramInterfaceQueryTests.cpp94 GLuint CreateProgram(const char* src_vs, const char* src_fs, bool link) in CreateProgram() argument
106 if (src_fs) in CreateProgram()
111 glShaderSource(sh, 1, &src_fs, NULL); in CreateProgram()
122 const char* src_fs, bool link) in CreateProgram()
158 if (src_fs) in CreateProgram()
163 glShaderSource(sh, 1, &src_fs, NULL); in CreateProgram()
5008 const char* src_fs = FragmentShader_prop(); in Run() local
5020 glShaderSource(sh2, 1, &src_fs, NULL); in Run()
121 CreateProgram(const char* src_vs, const char* src_tcs, const char* src_tes, const char* src_gs, const char* src_fs, bool link) CreateProgram() argument
H A Dgl4cES31CompatibilityShaderImageLoadStoreTests.cpp314 GLuint BuildProgram(const char* src_vs, const char* src_fs, bool SIAvs = false, bool SIAfs = false) in BuildProgram() argument
338 if (src_fs) in BuildProgram()
343 const char* const src[2] = { hfs.c_str(), src_fs }; in BuildProgram()
357 if (src_fs) in BuildProgram()
359 << tcu::TestLog::Message << hfs.c_str() << src_fs << tcu::TestLog::EndMessage; in BuildProgram()
2943 const char* src_fs = NL "void main() {" NL " discard;" NL "}"; in Write() local
2944 program_store = BuildProgram(GenStoreShader(m_stage, internalformat, write_value).c_str(), src_fs); in Write()
2945 program_load = BuildProgram(GenLoadShader(m_stage, internalformat, expected_value).c_str(), src_fs); in Write()
3192 const char* src_fs = NL "void main() {" NL " discard;" NL "}"; in Atomic() local
3193 program = BuildProgram(GenShader<T>(target, stage, internalformat).c_str(), src_fs, tru in Atomic()
3478 const char* src_fs = Run() local
[all...]
H A Dgl4cShaderImageLoadStoreTests.cpp357 const char* src_fs, bool* result = NULL) in BuildProgram()
417 if (src_fs) in BuildProgram()
422 glShaderSource(sh, 1, &src_fs, NULL); in BuildProgram()
425 m_context.getTestContext().getLog() << tcu::TestLog::Message << src_fs << tcu::TestLog::EndMessage; in BuildProgram()
441 if (src_fs) in BuildProgram()
442 m_context.getTestContext().getLog() << tcu::TestLog::Message << src_fs << tcu::TestLog::EndMessage; in BuildProgram()
4823 const char* src_fs = in Run() local
4832 m_program = BuildProgram(src_vs, NULL, NULL, NULL, src_fs); in Run()
4997 std::ostringstream src_fs; in Run() local
4998 src_fs << "#versio in Run()
356 BuildProgram(const char* src_vs, const char* src_tcs, const char* src_tes, const char* src_gs, const char* src_fs, bool* result = NULL) BuildProgram() argument
[all...]
H A Dgl4cTextureGatherTests.cpp101 const char* src_fs) in CreateProgram()
137 if (src_fs) in CreateProgram()
142 glShaderSource(sh, 1, &src_fs, NULL); in CreateProgram()
100 CreateProgram(const char* src_vs, const char* src_tcs, const char* src_tes, const char* src_gs, const char* src_fs) CreateProgram() argument

Completed in 53 milliseconds