Searched refs:Permutation (Results 1 - 1 of 1) sorted by relevance

/frameworks/rs/api/
H A Dgen_runtime.cpp38 * - Permutation: A concrete version of a specification, where all placeholders have
83 class Permutation;
283 class Permutation { class in namespace:__anon1461
364 Permutation(Function* function, Specification* specification, int i1, int i2, int i3, int i4);
1071 Permutation p(function, this, i1, i2, i3, i4);
1105 Permutation::Permutation(Function* func, Specification* spec, int i1, int i2, int i3, int i4) function in class:__anon1461::Permutation
1168 void Permutation::writeFiles(ofstream& headerFile, ofstream& rsFile, ofstream& javaFile,
1177 void Permutation::writeHeaderSection(ofstream& file) const {
1289 void Permutation
[all...]

Completed in 1469 milliseconds