Lines Matching refs:cs_body
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;
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"
679 if (!buildComputeProgram(cs_body, false, /* should_link_po */
711 const char* cs_body = "#version 440\n"
719 if (!buildComputeProgram(cs_body, false, /* should_link_po */