HomeSort by relevance Sort by last modified time
    Searched refs:cs_body (Results 1 - 8 of 8) sorted by null

  /external/deqp/external/openglcts/modules/gl/
gl4cShaderTextureImageSamplesTests.cpp 71 * @param cs_body Source code of the compute shader to use for compilation.
82 bool ShaderTextureImageSamplesTestBase::buildComputeProgram(const char* cs_body, bool should_link_po,
103 &cs_body, DE_NULL); /* length */
229 std::string cs_body; local
396 cs_body = cs_template_code;
398 while ((samples_modifier_token_location = cs_body.find(samples_modifier_token)) != std::string::npos)
400 cs_body.replace(samples_modifier_token_location, samples_modifier_token.length(), samples_modifier_token_value);
403 while ((sampler_type_token_location = cs_body.find(sampler_type_token)) != std::string::npos)
405 cs_body.replace(sampler_type_token_location, sampler_type_token.length(), sampler_type_token_value);
409 if (!buildComputeProgram(cs_body.c_str(), true, /* should_link_po *
668 const char* cs_body = "#version 440\\n" local
711 const char* cs_body = "#version 440\\n" local
    [all...]
gl4cShaderTextureImageSamplesTests.hpp 70 bool buildComputeProgram(const char* cs_body, bool should_link_po, bool should_succeed);
gl3cCullDistanceTests.hpp 50 static void buildProgram(const glw::Functions& gl, tcu::TestContext& testCtx, const glw::GLchar* cs_body,
gl4cPipelineStatisticsQueryTests.hpp 412 void buildProgram(const char* cs_body, const char* fs_body, const char* gs_body, const char* tc_body,
gl3cCullDistanceTests.cpp 57 * @param [in] cs_body Compute shader source code
69 const glw::GLchar* cs_body, const glw::GLchar* fs_body,
82 } shaders_configuration[] = { { GL_COMPUTE_SHADER, cs_body, 0 }, { GL_FRAGMENT_SHADER, fs_body, 0 },
688 std::string cs_body = cs_body_template; local
810 } shader_bodies[] = { { &cs_body, GL_COMPUTE_SHADER }, { &fs_body, GL_FRAGMENT_SHADER },
910 gl, m_testCtx, current_stage.use_cs ? cs_body.c_str() : DE_NULL,
    [all...]
gl4cPipelineStatisticsQueryTests.cpp     [all...]
gl4cSparseBufferTests.cpp 1430 static const char* cs_body = local
2772 static const char* cs_body = "#version 430 core\\n" local
    [all...]
gl4cGPUShaderFP64Tests.cpp 6116 const char* cs_body = "#version 420\\n" local
    [all...]

Completed in 235 milliseconds