Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/external/openglcts/modules/common/
H A DglcShaderNegativeTests.cpp442 std::string compute_code = tcu::StringTemplate(compute_source_template).specialize(args); in testCompute() local
444 sources.sources[SHADERTYPE_COMPUTE].emplace_back(compute_code); in testCompute()