| 141 | } |
| 142 | |
| 143 | bool supported(const std::string &extension) const override |
| 144 | { |
| 145 | return _options.extensions.count(extension) != 0; |
| 146 | } |
| 147 | |
| 148 | /** Returns whether non-uniform workgroup is supported and the build options. |
| 149 | * |
no outgoing calls
no test coverage detected