Home
last modified time | relevance | path

Searched refs:getParamPacketType (Results 1 – 5 of 5) sorted by relevance

/frameworks/compile/slang/
Dslang_rs_export_func.h92 inline const RSExportRecordType *getParamPacketType() const in getParamPacketType() function
Dslang_rs_export_foreach.h147 inline const RSExportRecordType *getParamPacketType() const { in getParamPacketType() function
Dslang_rs_reflection_cpp.cpp284 const RSExportRecordType *ERT = ForEach->getParamPacketType(); in genForEachDeclarations()
337 const RSExportRecordType *ERT = ef->getParamPacketType(); in genExportForEachBodies()
404 const RSExportRecordType *params = ef->getParamPacketType(); in genExportFunctionBodies()
712 if (ef->getParamPacketType()) { in makeFunctionSignature()
Dslang_backend.cpp959 const RSExportRecordType *Expected = EF->getParamPacketType(); in dumpExportFunctionInfo()
Dslang_rs_reflection.cpp945 const RSExportRecordType *ERT = EF->getParamPacketType(); in genExportFunction()
1031 const RSExportRecordType *ERT = EF->getParamPacketType(); in genExportForEach()