Home
last modified time | relevance | path

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

/frameworks/compile/slang/
Dslang_rs_export_type.h339 static bool IsStructureTypeWithRSObject(const clang::Type *T);
Dslang_rs_export_type.cpp993 bool RSExportPrimitiveType::IsStructureTypeWithRSObject(const clang::Type *T) { in IsStructureTypeWithRSObject() function in slang::RSExportPrimitiveType
1046 RSObjectTypeSeen |= IsStructureTypeWithRSObject(FT); in IsStructureTypeWithRSObject()
Dslang_rs_object_ref_count.cpp1311 if (RSExportPrimitiveType::IsStructureTypeWithRSObject(T)) { in InitializeRSObject()