/external/deqp/external/openglcts/modules/gl/ |
D | gl3cGPUShader5Tests.cpp | 614 std::string vs_body = vs_body_template; in getVertexShader() local 619 Utils::replaceToken("SOURCE_TYPE", search_position, source_type, vs_body); in getVertexShader() 620 Utils::replaceToken("SOURCE_TYPE", search_position, source_type, vs_body); in getVertexShader() 623 Utils::replaceToken("DESTINATION_TYPE", search_position, destination_type, vs_body); in getVertexShader() 624 Utils::replaceToken("DESTINATION_TYPE", search_position, destination_type, vs_body); in getVertexShader() 629 Utils::replaceToken("ZERO", search_position, "0", vs_body); in getVertexShader() 630 Utils::replaceToken("ZERO", search_position, "0", vs_body); in getVertexShader() 634 Utils::replaceToken("ZERO", search_position, "0.0", vs_body); in getVertexShader() 635 Utils::replaceToken("ZERO", search_position, "0.0", vs_body); in getVertexShader() 639 Utils::replaceToken("ZERO", search_position, "ivec2(0,0)", vs_body); in getVertexShader() [all …]
|
D | gl4cShaderSubroutineTests.cpp | 831 bool Utils::buildProgram(const glw::Functions& gl, const std::string& vs_body, const std::string& t… in buildProgram() argument 848 const char* vs_body_raw_ptr = vs_body.c_str(); in buildProgram() 1907 std::string vs_body = getVertexShaderBody(); in initTest() local 1908 const char* vs_body_raw_ptr = vs_body.c_str(); in initTest() 2192 std::string vs_body = getVertexShaderBody(test_case.variable_type, test_case.array_size); in executeTestIteration() local 2196 …if (!Utils::buildProgram(gl, vs_body, empty_body, empty_body, empty_body, empty_body, xfb_varyings… in executeTestIteration() 7042 std::string vs_body = getVertexShaderBody(n_id); in initTest() local 7043 const char* vs_body_raw_ptr = vs_body.c_str(); in initTest() 8218 const std::string vs_body = getShaderBody(Utils::SHADER_STAGE_VERTEX, 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() [all …]
|
D | gl3cCommonBugsTests.cpp | 124 const char* vs_body = "#version 140\n" in initTest() local 150 &vs_body, DE_NULL); /* length */ in initTest() 2576 std::string vs_body; in runPipelineObjectValidationTestMode() local 2592 { &vs_body, &m_vs_po_id, SHADER_STAGE_VERTEX, GL_VERTEX_SHADER_BIT, GL_VERTEX_SHADER }, in runPipelineObjectValidationTestMode() 2601 &te_body, &vs_body); in runPipelineObjectValidationTestMode() 2763 std::string vs_body; in runSeparateShaderTestMode() local 2778 { &vs_body, &m_vs_id, SHADER_STAGE_VERTEX, GL_VERTEX_SHADER_BIT, GL_VERTEX_SHADER } }; in runSeparateShaderTestMode() 2783 &te_body, &vs_body); in runSeparateShaderTestMode() 2870 << ((vs_body.length() > 0) ? vs_body : "[not used]") << tcu::TestLog::EndMessage; in runSeparateShaderTestMode()
|
D | gl4cTextureViewTests.cpp | 5089 const char* vs_body = "#version 400\n" in initIterationSpecificProgramObject() local 5120 std::string vs_string = vs_body; in initIterationSpecificProgramObject() 5801 static const char* vs_body = "#version 400\n" in initPerSampleFillerProgramObject() local 5808 gl.shaderSource(m_per_sample_filler_vs_id, 1 /* count */, &vs_body, DE_NULL /* length */); in initPerSampleFillerProgramObject() 6825 std::string vs_body = vs_template_body; in initProgramObject() local 6827 while ((token_position = vs_body.find(token_texture_data_type)) != std::string::npos) in initProgramObject() 6829 vs_body.replace(token_position, strlen(token_texture_data_type), texture_sampler_data_type_glsl); in initProgramObject() 6832 while ((token_position = vs_body.find(token_texture_sampler)) != std::string::npos) in initProgramObject() 6834 vs_body.replace(token_position, strlen(token_texture_sampler), texture_sampler_glsl); in initProgramObject() 6837 while ((token_position = vs_body.find(token_texture_swizzle)) != std::string::npos) in initProgramObject() [all …]
|
D | gl3cCullDistanceTests.hpp | 52 const glw::GLchar* te_body, const glw::GLchar* vs_body, const glw::GLuint& n_tf_varyings,
|
D | gl3cCullDistanceTests.cpp | 71 const glw::GLchar* te_body, const glw::GLchar* vs_body, in buildProgram() argument 84 { GL_TESS_EVALUATION_SHADER, te_body, 0 }, { GL_VERTEX_SHADER, vs_body, 0 } }; in buildProgram() 801 std::string vs_body = vs_body_template; in iterate() local 812 { &te_body, GL_TESS_EVALUATION_SHADER }, { &vs_body, GL_VERTEX_SHADER } }; in iterate() 913 … current_stage.use_vs ? vs_body.c_str() : DE_NULL, (current_stage.tf_output_name != NULL) ? 1 : 0, in iterate()
|
D | gl4cPipelineStatisticsQueryTests.hpp | 413 const char* te_body, const char* vs_body);
|
D | gl4cPipelineStatisticsQueryTests.cpp | 1689 const char* te_body, const char* vs_body) in buildProgram() argument 1701 te_body == DE_NULL && vs_body == DE_NULL)) || in buildProgram() 1703 te_body != DE_NULL || vs_body != DE_NULL))); in buildProgram() 1740 if (vs_body != DE_NULL) in buildProgram() 1786 &vs_body, DE_NULL); /* length */ in buildProgram()
|
D | gl4cSparseBufferTests.cpp | 4304 const char* vs_body = "#version 430 core\n" in initTestCaseGlobal() local 4324 &vs_body, 1, attribute_names, attribute_locations, in initTestCaseGlobal() 4577 static const char* vs_body = "#version 140\n" in initTestCaseGlobal() local 4586 &vs_body, 1, /* n_vs_body_parts */ in initTestCaseGlobal() 5913 static const char* vs_body = "#version 420 core\n" in initTestCaseGlobal() local 5926 &vs_body, 1, /* n_vs_body_parts */ in initTestCaseGlobal() 5934 &vs_body, 1, /* n_vs_body_parts */ in initTestCaseGlobal()
|
D | gl4cShaderSubroutineTests.hpp | 246 …static bool buildProgram(const glw::Functions& gl, const std::string& vs_body, const std::string& … 1357 std::string vs_body; member
|
/external/deqp/external/openglcts/modules/glesext/tessellation_shader/ |
D | esextcTessellationShaderPoints.hpp | 98 const char* vs_body; member 115 vs_body = NULL; in _test_descriptor()
|
D | esextcTessellationShaderXFB.cpp | 472 const char* vs_body = "${VERSION}\n" in initTest() local 486 shaderSourceSpecialized(m_vs_id, 1 /* count */, &vs_body); in initTest() 491 &vs_body, 1, /* n_varyings */ in initTest() 515 const char* src[] = { fs_body, gs_body, tc_body, te_body, vs_body }; in initTest()
|
D | esextcTessellationShaderPoints.cpp | 298 pass_fs_gs_tes_vs.vs_body = "${VERSION}\n" in initTest() 372 pass_fs_tes_vs.vs_body = "${VERSION}\n" in initTest() 510 if (test.vs_body != NULL) in iterate() 523 test.tcs_id ? 1 : 0, &test.tcs_body, test.vs_id, test.vs_id ? 1 : 0, &test.vs_body); in iterate()
|
D | esextcTessellationShaderProgramInterfaces.cpp | 290 const char* vs_body = "${VERSION}\n" in initTest() local 300 5, te_code, m_vs_shader_id, 1, &vs_body); in initTest()
|
D | esextcTessellationShaderBarrier.cpp | 202 const char* vs_body = getVSCode(); in initTest() local 220 &vs_body)) in initTest()
|
D | esextcTessellationShaderProperties.cpp | 236 const char* vs_body = "${VERSION}\n" in initTest() local 246 shaderSourceSpecialized(m_vs_id, 1 /* count */, &vs_body); in initTest()
|
D | esextcTessellationShaderTCTE.cpp | 335 const char* vs_body = "${VERSION}\n" in executeTestRun() local 355 shaderSourceSpecialized(run.vs_id, 1 /* count */, &vs_body); in executeTestRun() 1400 const char* vs_body = "${VERSION}\n" in initTest() local 1433 shaderSourceSpecialized(m_vs_id, 1 /* count */, &vs_body); in initTest() 1453 const char* src[] = { fs_body, tc_body, te_body, vs_body }; in initTest() 3442 const char* vs_body = "${VERSION}\n" in initTestDescriptor() local 3449 shaderSourceSpecialized(out_test_ptr->vs_id, 1 /* count */, &vs_body); in initTestDescriptor() 3997 const char* vs_body = "${VERSION}\n" in initTestDescriptor() local 4004 shaderSourceSpecialized(out_test_ptr->vs_id, 1 /* count */, &vs_body); in initTestDescriptor()
|
D | esextcTessellationShaderTessellation.cpp | 482 const char* vs_body = "${VERSION}\n" in initTest() local 489 shaderSourceSpecialized(m_vs_id, 1 /* count */, &vs_body); in initTest() 1036 const char* vs_body = "${VERSION}\n" in initTest() local 1045 shaderSourceSpecialized(m_vs_id, 1 /* count */, &vs_body); in initTest() 1779 const char* vs_body = "${VERSION}\n" in initTest() local 1786 shaderSourceSpecialized(m_vs_id, 1 /* count */, &vs_body); in initTest()
|
D | esextcTessellationShaderVertexOrdering.cpp | 219 const char* vs_body = "${VERSION}\n" in initTest() local 226 shaderSourceSpecialized(m_vs_id, 1 /* count */, &vs_body); in initTest()
|
D | esextcTessellationShaderTriangles.cpp | 222 const char* vs_body = "${VERSION}\n" in initTest() local 229 shaderSourceSpecialized(m_vs_id, 1 /* count */, &vs_body); in initTest()
|
D | esextcTessellationShaderUtils.cpp | 571 const char* vs_body = "${VERSION}\n" in init() local 579 m_parent_test->shaderSourceSpecialized(m_vs_id, 1 /* count */, &vs_body); in init()
|
/external/deqp/external/openglcts/modules/gles31/ |
D | es31cTextureStorageMultisampleGetActiveUniformTests.hpp | 63 static const char* vs_body; member in glcts::MultisampleTextureGetActiveUniformSamplersTest
|
D | es31cTextureStorageMultisampleGetActiveUniformTests.cpp | 98 const char* MultisampleTextureGetActiveUniformSamplersTest::vs_body = member in glcts::MultisampleTextureGetActiveUniformSamplersTest 249 &vs_body, NULL); /* length */ in iterate()
|
D | es31cTextureStorageMultisampleFunctionalTests.cpp | 407 const glw::GLchar* vs_body = "#version 310 es\n" in iterate() local 424 gl.shaderSource(vs_id, 1 /* count */, &vs_body, NULL); in iterate() 870 static const char* vs_body = "#version 310 es\n" in iterate() local 894 gl.shaderSource(vs_id, 1 /* count */, &vs_body, NULL); in iterate() 2552 static const char* vs_body = "#version 310 es\n" in iterate() local 2569 gl.shaderSource(vs_id, 1 /* count */, &vs_body, NULL); in iterate()
|
/external/deqp/external/openglcts/modules/glesext/draw_elements_base_vertex/ |
D | esextcDrawElementsBaseVertexTests.cpp | 1284 std::string vs_body = specializeShader(1, &functional_vs_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()
|