Home
last modified time | relevance | path

Searched refs:specType (Results 1 – 3 of 3) sorted by relevance

/frameworks/rs/api/
DSpecification.h45 const char* specType; // Name found in the .spec file member
83 std::string specType; // The type found in the spec, e.g. "f16" member
123 bool isFloat16Parameter() const { return specType.compare("f16") == 0; } in isFloat16Parameter()
DSpecification.cpp93 if (*i == t.specType) { in convertToTypeVector()
217 specType = TYPES[typeIndex].specType; in parseParameterDefinition()
DGenerateTestFiles.cpp649 string floatType = mReturnParam->specType; in writeJavaCreateTarget()