Searched refs:compute_code (Results 1 – 1 of 1) sorted by relevance
442 std::string compute_code = tcu::StringTemplate(compute_source_template).specialize(args); in testCompute() local444 sources.sources[SHADERTYPE_COMPUTE].emplace_back(compute_code); in testCompute()