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

/frameworks/compile/slang/
H A Dslang_rs_export_type.cpp858 bool Normalized) {
865 DT, DK, Normalized);
1047 bool Normalized) {
1059 Normalized,
854 Create(RSContext *Context, const clang::Type *T, const llvm::StringRef &TypeName, DataKind DK, bool Normalized) argument
1043 Create(RSContext *Context, const clang::ExtVectorType *EVT, const llvm::StringRef &TypeName, DataKind DK, bool Normalized) argument
H A Dslang_rs_export_type.h231 bool Normalized = false);
240 bool Normalized)
244 mNormalized(Normalized) {
330 bool Normalized,
333 DT, DK, Normalized),
344 bool Normalized = false);
234 RSExportPrimitiveType(RSContext *Context, ExportClass Class, const llvm::StringRef &Name, DataType DT, DataKind DK, bool Normalized) argument
326 RSExportVectorType(RSContext *Context, const llvm::StringRef &Name, DataType DT, DataKind DK, bool Normalized, unsigned NumElement) argument

Completed in 9 milliseconds