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

/frameworks/compile/slang/
H A Dslang_rs_special_kernel_param.cpp42 const SpecialParameter specialParameterTable[] = { member in namespace:__anon1263
51 // specialParameterTable, return the corresponding table index.
54 for (int i = 0; specialParameterTable[i].name != nullptr; ++i) {
55 if (name.equals(specialParameterTable[i].name)) {
67 // Is the specified name the name of an entry in the specialParameterTable?
72 // Return a comma-separated list of names in specialParameterTable
77 for (int i = 0; specialParameterTable[i].name != nullptr; ++i) {
78 if (specialParameterTable[i].minAPI > api)
85 ret += specialParameterTable[i].name;
108 int LastSpecialParameterIdx = -1; // index into specialParameterTable
[all...]

Completed in 401 milliseconds