/third_party/vk-gl-cts/external/openglcts/modules/glesext/tessellation_shader/ |
H A D | esextcTessellationShaderProperties.hpp | 100 const char* tc_body; member 110 tc_body = DE_NULL; in _test_descriptor()
|
H A D | esextcTessellationShaderProperties.cpp | 297 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()
|
H A D | esextcTessellationShaderXFB.cpp | 361 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()
|
H A D | esextcTessellationShaderProgramInterfaces.cpp | 189 const char* tc_body = "\n" in initTest() local 239 tc_body }; in initTest()
|
H A D | esextcTessellationShaderTessellation.cpp | 550 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()
|
H A D | esextcTessellationShaderVertexOrdering.cpp | 210 std::string tc_body = in initTest() local 213 const char* tc_body_ptr = tc_body.c_str(); in initTest()
|
H A D | esextcTessellationShaderTCTE.cpp | 1309 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()
|
H A D | esextcTessellationShaderTriangles.cpp | 202 const char* tc_body = "${VERSION}\n" in initTest() local 218 shaderSourceSpecialized(m_tc_id, 1 /* count */, &tc_body); in initTest()
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl3cCommonBugsTests.cpp | 2571 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 getTestIterationProperties(context_type, iteration, &min_context_type, &used_shader_stages, &gs_body, &tc_body, in runPipelineObjectValidationTestMode() 2760 std::string tc_body; in runSeparateShaderTestMode() local 2773 { &tc_body, &m_tc_id, SHADER_STAGE_TESSELLATION_CONTROL, GL_TESS_CONTROL_SHADER_BIT, in runSeparateShaderTestMode() 2781 getTestIterationProperties(context_type, iteration, &min_context_type, &used_shader_stages, &gs_body, &tc_body, in runSeparateShaderTestMode() 2866 << ((tc_body.length() > 0) ? tc_body : "[not used]") in runSeparateShaderTestMode()
|
H A D | gl3cCullDistanceTests.hpp | 51 const glw::GLchar* fs_body, const glw::GLchar* gs_body, const glw::GLchar* tc_body,
|
H A D | gl4cShaderSubroutineTests.cpp | 803 * @param tc_body Body to use for the tessellation control shader. Can be 831 bool Utils::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() 5019 if (!Utils::buildProgram(gl, getVertexShaderBody(), "", /* tc_body */ in initTest() 7037 std::string tc_body = getTessellationControlShaderBody(n_id); in initTest() local 7038 const char* tc_body_raw_ptr = tc_body.c_str(); in initTest() 8215 const std::string tc_body = getShaderBody(Utils::SHADER_STAGE_TESSELLATION_CONTROL, n_id); in initTest() local 8219 if (!Utils::buildProgram(gl, vs_body, tc_body, te_body, gs_body, fs_body, DE_NULL, /* xfb_varyings */ in initTest() 8237 const char* tc_body_raw_ptr = tc_body.c_str(); in initTest() 9246 std::string tc_body in initTest() local 10395 const std::string tc_body = getTessellationControlShaderBody(referencing_stage); executeTestCase() local 11359 std::string tc_body = getTessellationControlShaderBody(shader_stage == Utils::SHADER_STAGE_TESSELLATION_CONTROL); executeIteration() local 11742 std::string tc_body = getTessellationControlShaderBody(shader_stage == Utils::SHADER_STAGE_TESSELLATION_CONTROL); executeIteration() local 12417 std::string tc_body = getTessellationControlShaderBody(shader_stage == Utils::SHADER_STAGE_TESSELLATION_CONTROL); executeIteration() local [all...] |
H A D | gl3cCullDistanceTests.cpp | 60 * @param [in] tc_body Tessellation control shader source code 70 const glw::GLchar* gs_body, const glw::GLchar* tc_body, in buildProgram() 83 { GL_GEOMETRY_SHADER, gs_body, 0 }, { GL_TESS_CONTROL_SHADER, tc_body, 0 }, in buildProgram() 772 std::string tc_body = tc_body_template; in iterate() local 816 { &gs_body, GL_GEOMETRY_SHADER }, { &tc_body, GL_TESS_CONTROL_SHADER }, in iterate() 917 current_stage.use_tc ? tc_body.c_str() : DE_NULL, current_stage.use_te ? te_body.c_str() : DE_NULL, in iterate() 68 buildProgram(const glw::Functions& gl, tcu::TestContext& testCtx, const glw::GLchar* cs_body, const glw::GLchar* fs_body, const glw::GLchar* gs_body, const glw::GLchar* tc_body, const glw::GLchar* te_body, const glw::GLchar* vs_body, const glw::GLuint& n_tf_varyings, const glw::GLchar** tf_varyings, glw::GLuint* out_program) buildProgram() argument
|
H A D | gl4cPipelineStatisticsQueryTests.hpp | 414 void buildProgram(const char* cs_body, const char* fs_body, const char* gs_body, const char* tc_body,
|
H A D | gl4cPipelineStatisticsQueryTests.cpp | 1704 * @param tc_body Tess control shader body. If not NULL, @param cs_body must be NULL. 1710 const char* gs_body, const char* tc_body, in buildProgram() 1722 DE_ASSERT((cs_body != DE_NULL && (fs_body == DE_NULL && gs_body == DE_NULL && tc_body == DE_NULL && in buildProgram() 1724 (cs_body == DE_NULL && (fs_body != DE_NULL || gs_body != DE_NULL || tc_body != DE_NULL || in buildProgram() 1752 if (tc_body != DE_NULL) in buildProgram() 1796 &tc_body, DE_NULL); /* length */ in buildProgram() 3522 DE_NULL, /* tc_body */ in initObjects() 3699 DE_NULL, /* tc_body */ in initObjects() 3992 PipelineStatisticsQueryUtilities::minimal_fs_code, gs_body.c_str(), DE_NULL, /* tc_body */ in executeTest() 4250 DE_NULL, /* tc_body */ in initObjects() 1709 buildProgram(const char* cs_body, const char* fs_body, const char* gs_body, const char* tc_body, const char* te_body, const char* vs_body) buildProgram() argument [all...] |
H A D | gl4cShaderSubroutineTests.hpp | 246 static bool buildProgram(const glw::Functions& gl, const std::string& vs_body, const std::string& tc_body, 1355 std::string tc_body; member
|
H A D | gl4cGPUShaderFP64Tests.cpp | 6178 const char* tc_body = "#version 400\n" in initProgramObjects() local 6226 gl.shaderSource(m_tc_id, 1 /* count */, &tc_body, DE_NULL /* length */); in initProgramObjects() 8864 std::string tc_body = getTessellationControlShaderBody(variables); in buildTestProgram() local 8887 if (!compileShader(m_tc_id, tc_body)) in buildTestProgram() 8965 m_current_tc_body = tc_body; in buildTestProgram()
|
H A D | gl4cTextureViewTests.cpp | 5136 const char* tc_body = "#version 400\n" in initIterationSpecificProgramObject() local 5178 std::string tc_string = tc_body; in initIterationSpecificProgramObject()
|
/third_party/vk-gl-cts/external/openglcts/modules/glesext/draw_elements_base_vertex/ |
H A D | esextcDrawElementsBaseVertexTests.cpp | 1258 std::string tc_body = specializeShader(1, &functional_tc_code); in setUpFunctionalTestObjects() local 1273 std::string* bodies[] = { &fs_body, &gs_body, &tc_body, &te_body, &vs_body }; in setUpFunctionalTestObjects() 1370 buildProgram(fs_body.c_str(), vs_body.c_str(), use_tessellation_shader_stage ? tc_body.c_str() : DE_NULL, in setUpFunctionalTestObjects()
|