Home
last modified time | relevance | path

Searched refs:genTypeInstance (Results 1 – 4 of 4) sorted by relevance

/frameworks/compile/slang/
Dslang_rs_reflection_cpp.h109 void genTypeInstance(const RSExportType *ET);
Dslang_rs_reflection_cpp.cpp841 genTypeInstance(EPT->getPointeeType()); in genTypeInstanceFromPointer()
844 genTypeInstance(ET); in genTypeInstanceFromPointer()
848 void RSReflectionCpp::genTypeInstance(const RSExportType *ET) { in genTypeInstance() function in slang::RSReflectionCpp
Dslang_rs_reflection.h277 static void genTypeInstance(Context &C,
Dslang_rs_reflection.cpp382 genTypeInstance(C, EV->getType()); in genScriptClassConstructor()
803 genTypeInstance(C, EPT->getPointeeType()); in genTypeInstanceFromPointer()
806 genTypeInstance(C, ET); in genTypeInstanceFromPointer()
810 void RSReflection::genTypeInstance(Context &C, in genTypeInstance() function in slang::RSReflection