Searched defs:specType (Results 1 - 1 of 1) sorted by relevance

/frameworks/rs/api/
H A Dgen_runtime.cpp93 string specType; // The type found in the spec, e.g. "f16" member in struct:__anon1461::ParameterDefinition
375 const char* specType; // Name found in the .spec file member in struct:__anon1461::Type
677 specType = TYPES[typeIndex].specType;
1033 if (s.find(TYPES[i].specType) != string::npos) {
1757 if (p.specType == "f16" || p.specType == "f32") {
1761 } else if (p.specType == "f64") {
1765 } else if (p.specType[0] == 'u') {

Completed in 11 milliseconds