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

/frameworks/compile/slang/
H A Dslang_rs_export_type.cpp1137 bool Normalized) {
1144 DT, Normalized);
1320 bool Normalized) {
1330 Normalized,
1134 Create(RSContext *Context, const clang::Type *T, const llvm::StringRef &TypeName, bool Normalized) argument
1317 Create(RSContext *Context, const clang::ExtVectorType *EVT, const llvm::StringRef &TypeName, bool Normalized) argument
H A Dslang_rs_export_type.h331 bool Normalized = false);
339 bool Normalized)
342 mNormalized(Normalized) {
437 bool Normalized,
440 DT, Normalized),
449 bool Normalized = false);
334 RSExportPrimitiveType(RSContext *Context, ExportClass Class, const llvm::StringRef &Name, DataType DT, bool Normalized) argument
434 RSExportVectorType(RSContext *Context, const llvm::StringRef &Name, DataType DT, bool Normalized, unsigned NumElement) argument

Completed in 72 milliseconds