Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/external/openglcts/modules/common/
H A DglcShaderNegativeTests.cpp433 static const char *compute_source_template = "${VERSION_DECL}\n" in testCompute() local
442 std::string compute_code = tcu::StringTemplate(compute_source_template).specialize(args); in testCompute()