Home
last modified time | relevance | path

Searched refs:cs_body (Results 1 – 8 of 8) sorted by relevance

/external/deqp/external/openglcts/modules/gl/
Dgl4cShaderTextureImageSamplesTests.cpp82 bool ShaderTextureImageSamplesTestBase::buildComputeProgram(const char* cs_body, bool should_link_p… in buildComputeProgram() argument
103 &cs_body, DE_NULL); /* length */ in buildComputeProgram()
229 std::string cs_body; in executeFunctionalTest() local
396 cs_body = cs_template_code; in executeFunctionalTest()
398 …while ((samples_modifier_token_location = cs_body.find(samples_modifier_token)) != std::string::np… in executeFunctionalTest()
400cs_body.replace(samples_modifier_token_location, samples_modifier_token.length(), samples_modifier… in executeFunctionalTest()
403 while ((sampler_type_token_location = cs_body.find(sampler_type_token)) != std::string::npos) in executeFunctionalTest()
405cs_body.replace(sampler_type_token_location, sampler_type_token.length(), sampler_type_token_value… in executeFunctionalTest()
409 if (!buildComputeProgram(cs_body.c_str(), true, /* should_link_po */ in executeFunctionalTest()
668 const char* cs_body = "#version 440\n" in iterate() local
[all …]
Dgl4cShaderTextureImageSamplesTests.hpp70 bool buildComputeProgram(const char* cs_body, bool should_link_po, bool should_succeed);
Dgl3cCullDistanceTests.hpp50 … void buildProgram(const glw::Functions& gl, tcu::TestContext& testCtx, const glw::GLchar* cs_body,
Dgl3cCullDistanceTests.cpp69 const glw::GLchar* cs_body, const glw::GLchar* fs_body, in buildProgram() argument
82 …} shaders_configuration[] = { { GL_COMPUTE_SHADER, cs_body, 0 }, { GL_FRAGMENT_SHADER, fs_body, … in buildProgram()
688 std::string cs_body = cs_body_template; in iterate() local
810 } shader_bodies[] = { { &cs_body, GL_COMPUTE_SHADER }, { &fs_body, GL_FRAGMENT_SHADER }, in iterate()
910 gl, m_testCtx, current_stage.use_cs ? cs_body.c_str() : DE_NULL, in iterate()
Dgl4cPipelineStatisticsQueryTests.hpp412 …void buildProgram(const char* cs_body, const char* fs_body, const char* gs_body, const char* tc_bo…
Dgl4cPipelineStatisticsQueryTests.cpp1687 void PipelineStatisticsQueryTestFunctionalBase::buildProgram(const char* cs_body, const char* fs_bo… 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()
1715 if (cs_body != DE_NULL) in buildProgram()
1756 &cs_body, DE_NULL); /* length */ in buildProgram()
Dgl4cSparseBufferTests.cpp1430 static const char* cs_body = in initTestCaseGlobal() local
1468 m_po = SparseBufferTestUtilities::createComputeProgram(m_gl, &cs_body, 1); /* n_cs_body_parts */ in initTestCaseGlobal()
2773 static const char* cs_body = "#version 430 core\n" in initTestCaseGlobal() local
2783 m_po = SparseBufferTestUtilities::createComputeProgram(m_gl, &cs_body, 1); /* n_cs_body_parts */ in initTestCaseGlobal()
4894 static const char* cs_body = in initTestCaseGlobal() local
4912 m_po = SparseBufferTestUtilities::createComputeProgram(m_gl, &cs_body, 1); /* n_cs_body_parts */ in initTestCaseGlobal()
Dgl4cGPUShaderFP64Tests.cpp6116 const char* cs_body = "#version 420\n" in initProgramObjects() local
6159 gl.shaderSource(m_cs_id, 1 /* count */, &cs_body, DE_NULL /* length */); in initProgramObjects()