Searched refs:cs_body (Results 1 – 8 of 8) sorted by relevance
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
D | gl4cShaderTextureImageSamplesTests.cpp | 82 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() 400 …cs_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() 405 …cs_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 …]
|
D | gl4cShaderTextureImageSamplesTests.hpp | 70 bool buildComputeProgram(const char* cs_body, bool should_link_po, bool should_succeed);
|
D | gl3cCullDistanceTests.hpp | 50 … void buildProgram(const glw::Functions& gl, tcu::TestContext& testCtx, const glw::GLchar* cs_body,
|
D | gl3cCullDistanceTests.cpp | 69 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() 691 std::string cs_body = cs_body_template; in iterate() local 815 } shader_bodies[] = { { &cs_body, GL_COMPUTE_SHADER }, { &fs_body, GL_FRAGMENT_SHADER }, in iterate() 915 gl, m_testCtx, current_stage.use_cs ? cs_body.c_str() : DE_NULL, in iterate()
|
D | gl4cPipelineStatisticsQueryTests.hpp | 413 …void buildProgram(const char* cs_body, const char* fs_body, const char* gs_body, const char* tc_bo…
|
D | gl4cPipelineStatisticsQueryTests.cpp | 1705 void PipelineStatisticsQueryTestFunctionalBase::buildProgram(const char* cs_body, const char* fs_bo… in buildProgram() argument 1718 DE_ASSERT((cs_body != DE_NULL && (fs_body == DE_NULL && gs_body == DE_NULL && tc_body == DE_NULL && in buildProgram() 1720 (cs_body == DE_NULL && (fs_body != DE_NULL || gs_body != DE_NULL || tc_body != DE_NULL || in buildProgram() 1733 if (cs_body != DE_NULL) in buildProgram() 1774 &cs_body, DE_NULL); /* length */ in buildProgram()
|
D | gl4cSparseBufferTests.cpp | 1430 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()
|
D | gl4cGPUShaderFP64Tests.cpp | 6086 const char* cs_body = "#version 420\n" in initProgramObjects() local 6129 gl.shaderSource(m_cs_id, 1 /* count */, &cs_body, DE_NULL /* length */); in initProgramObjects()
|