Home
last modified time | relevance | path

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

/frameworks/compile/slang/
Dslang_rs_export_func.h102 bool checkParameterPacketType(llvm::StructType *ParamTy) const;
Dslang_rs_export_func.cpp127 RSExportFunc::checkParameterPacketType(llvm::StructType *ParamTy) const { in checkParameterPacketType() function in slang::RSExportFunc
Dslang_backend.cpp642 if (!EF->checkParameterPacketType(HelperFunctionParameterTy)) { in dumpExportFunctionInfo()