Home
last modified time | relevance | path

Searched refs:tc_body (Results 1 – 18 of 18) sorted by relevance

/external/deqp/external/openglcts/modules/glesext/tessellation_shader/
DesextcTessellationShaderProperties.hpp100 const char* tc_body; member
110 tc_body = DE_NULL; in _test_descriptor()
DesextcTessellationShaderProperties.cpp297 test_1.tc_body = "${VERSION}\n" in iterate()
324 test_2.tc_body = "${VERSION}\n" in iterate()
351 test_3.tc_body = "${VERSION}\n" in iterate()
378 test_4.tc_body = "${VERSION}\n" in iterate()
411 shaderSourceSpecialized(m_tc_id, 1 /* count */, &test.tc_body); in iterate()
DesextcTessellationShaderXFB.cpp361 const char* tc_body = "${VERSION}\n" in initTest() local
382 shaderSourceSpecialized(m_tc_id, 1 /* count */, &tc_body); in initTest()
405 &tc_body, 1, /* n_varyings */ in initTest()
413 &tc_body, 0, /* n_varyings */ in initTest()
515 const char* src[] = { fs_body, gs_body, tc_body, te_body, vs_body }; in initTest()
DesextcTessellationShaderProgramInterfaces.cpp189 const char* tc_body = "\n" in initTest() local
239 tc_body }; in initTest()
DesextcTessellationShaderTessellation.cpp550 std::string tc_body = getTCCode(); in initRun() local
551 const char* tc_body_raw_ptr = tc_body.c_str(); in initRun()
889 static const char* tc_body = in getTCCode() local
926 std::string result = tc_body; in getTCCode()
1156 std::string tc_body = getTCCode(n_patch_vertices); in initRun() local
1157 const char* tc_body_raw_ptr = tc_body.c_str(); in initRun()
1900 std::string tc_body = getTCCode(n_patch_vertices); in initTestDescriptor() local
1901 const char* tc_body_raw_ptr = tc_body.c_str(); in initTestDescriptor()
DesextcTessellationShaderVertexOrdering.cpp210 std::string tc_body = in initTest() local
213 const char* tc_body_ptr = tc_body.c_str(); in initTest()
DesextcTessellationShaderTCTE.cpp1309 const char* tc_body = "${VERSION}\n" in initTest() local
1348 shaderSourceSpecialized(m_tcs_id, 1 /* count */, &tc_body); in initTest()
1453 const char* src[] = { fs_body, tc_body, te_body, vs_body }; in initTest()
3359 const char* tc_body = "${VERSION}\n" in initTestDescriptor() local
3384 shaderSourceSpecialized(out_test_ptr->tcs_id, 1 /* count */, &tc_body); in initTestDescriptor()
3940 const char* tc_body = "${VERSION}\n" in initTestDescriptor() local
3957 std::string tc_body_string = tc_body; in initTestDescriptor()
DesextcTessellationShaderTriangles.cpp202 const char* tc_body = "${VERSION}\n" in initTest() local
218 shaderSourceSpecialized(m_tc_id, 1 /* count */, &tc_body); in initTest()
/external/deqp/external/openglcts/modules/gl/
Dgl3cCommonBugsTests.cpp2571 std::string tc_body; in runPipelineObjectValidationTestMode() local
2588 { &tc_body, &m_tc_po_id, SHADER_STAGE_TESSELLATION_CONTROL, GL_TESS_CONTROL_SHADER_BIT, in runPipelineObjectValidationTestMode()
2600 …tionProperties(context_type, iteration, &min_context_type, &used_shader_stages, &gs_body, &tc_body, in runPipelineObjectValidationTestMode()
2761 std::string tc_body; in runSeparateShaderTestMode() local
2774 { &tc_body, &m_tc_id, SHADER_STAGE_TESSELLATION_CONTROL, GL_TESS_CONTROL_SHADER_BIT, in runSeparateShaderTestMode()
2782 …tionProperties(context_type, iteration, &min_context_type, &used_shader_stages, &gs_body, &tc_body, in runSeparateShaderTestMode()
2867 << ((tc_body.length() > 0) ? tc_body : "[not used]") in runSeparateShaderTestMode()
Dgl3cCullDistanceTests.hpp51 const glw::GLchar* fs_body, const glw::GLchar* gs_body, const glw::GLchar* tc_body,
Dgl4cShaderSubroutineTests.cpp831 …ils::buildProgram(const glw::Functions& gl, const std::string& vs_body, const std::string& tc_body, in buildProgram() argument
862 const char* tc_body_raw_ptr = tc_body.c_str(); in buildProgram()
7038 std::string tc_body = getTessellationControlShaderBody(n_id); in initTest() local
7039 const char* tc_body_raw_ptr = tc_body.c_str(); in initTest()
8216 const std::string tc_body = getShaderBody(Utils::SHADER_STAGE_TESSELLATION_CONTROL, n_id); in initTest() local
8220 …if (!Utils::buildProgram(gl, vs_body, tc_body, te_body, gs_body, fs_body, DE_NULL, /* xfb_varyings… in initTest()
8238 const char* tc_body_raw_ptr = tc_body.c_str(); in initTest()
9247 std::string tc_body = getTessellationControlShaderBody(); in initTest() local
9251 …if (!Utils::buildProgram(gl, vs_body, tc_body, te_body, gs_body, fs_body, DE_NULL, /* xfb_varyings… in initTest()
10396 const std::string tc_body = getTessellationControlShaderBody(referencing_stage); in executeTestCase() local
[all …]
Dgl3cCullDistanceTests.cpp70 const glw::GLchar* gs_body, const glw::GLchar* tc_body, in buildProgram() argument
83 { GL_GEOMETRY_SHADER, gs_body, 0 }, { GL_TESS_CONTROL_SHADER, tc_body, 0 }, in buildProgram()
768 std::string tc_body = tc_body_template; in iterate() local
811 { &gs_body, GL_GEOMETRY_SHADER }, { &tc_body, GL_TESS_CONTROL_SHADER }, in iterate()
912 …current_stage.use_tc ? tc_body.c_str() : DE_NULL, current_stage.use_te ? te_body.c_str() : DE_NULL, in iterate()
Dgl4cPipelineStatisticsQueryTests.hpp412 …id buildProgram(const char* cs_body, const char* fs_body, const char* gs_body, const char* tc_body,
Dgl4cPipelineStatisticsQueryTests.cpp1688 const char* gs_body, const char* tc_body, in buildProgram() argument
1700 DE_ASSERT((cs_body != DE_NULL && (fs_body == DE_NULL && gs_body == DE_NULL && tc_body == DE_NULL && in buildProgram()
1702 (cs_body == DE_NULL && (fs_body != DE_NULL || gs_body != DE_NULL || tc_body != DE_NULL || in buildProgram()
1730 if (tc_body != DE_NULL) in buildProgram()
1774 &tc_body, DE_NULL); /* length */ in buildProgram()
Dgl4cShaderSubroutineTests.hpp246 …bool buildProgram(const glw::Functions& gl, const std::string& vs_body, const std::string& tc_body,
1355 std::string tc_body; member
Dgl4cGPUShaderFP64Tests.cpp6208 const char* tc_body = "#version 400\n" in initProgramObjects() local
6250 gl.shaderSource(m_tc_id, 1 /* count */, &tc_body, DE_NULL /* length */); in initProgramObjects()
8891 std::string tc_body = getTessellationControlShaderBody(variables); in buildTestProgram() local
8914 if (!compileShader(m_tc_id, tc_body)) in buildTestProgram()
8992 m_current_tc_body = tc_body; in buildTestProgram()
Dgl4cTextureViewTests.cpp5138 const char* tc_body = "#version 400\n" in initIterationSpecificProgramObject() local
5180 std::string tc_string = tc_body; in initIterationSpecificProgramObject()
/external/deqp/external/openglcts/modules/glesext/draw_elements_base_vertex/
DesextcDrawElementsBaseVertexTests.cpp1276 std::string tc_body = specializeShader(1, &functional_tc_code); in setUpFunctionalTestObjects() local
1291 std::string* bodies[] = { &fs_body, &gs_body, &tc_body, &te_body, &vs_body }; in setUpFunctionalTestObjects()
1388 …buildProgram(fs_body.c_str(), vs_body.c_str(), use_tessellation_shader_stage ? tc_body.c_str() : D… in setUpFunctionalTestObjects()