Searched refs:src_postfixes (Results 1 – 1 of 1) sorted by relevance
57 const std::string src_postfixes[] = {".x", ".xy", ".xyz", ""}; in GenerateConv() local58 const std::string src_postfix = src_postfixes[src_size - 1]; in GenerateConv()