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

/frameworks/rs/script_api/
H A DSpecification.h45 const char* specType; // Name found in the .spec file member in struct:NumericalType
83 std::string specType; // The type found in the spec, e.g. "f16" member in struct:ParameterDefinition
123 bool isFloat16Parameter() const { return specType.compare("f16") == 0; }

Completed in 103 milliseconds