Home
last modified time | relevance | path

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

/frameworks/compile/slang/
Dslang_rs_export_func.h96 inline const RSExportRecordType *getParamPacketType() const in getParamPacketType() function
Dslang_rs_export_foreach.h137 inline const RSExportRecordType *getParamPacketType() const { in getParamPacketType() function
Dslang_rs_reflection_cpp.cpp282 const RSExportRecordType *ERT = ForEach->getParamPacketType(); in genForEachDeclarations()
335 const RSExportRecordType *ERT = ef->getParamPacketType(); in genExportForEachBodies()
402 const RSExportRecordType *params = ef->getParamPacketType(); in genExportFunctionBodies()
710 if (ef->getParamPacketType()) { in makeFunctionSignature()
Dslang_backend.cpp647 const RSExportRecordType *Expected = EF->getParamPacketType(); in dumpExportFunctionInfo()
Dslang_rs_reflection.cpp793 const RSExportRecordType *ERT = EF->getParamPacketType(); in genExportFunction()
884 const RSExportRecordType *ERT = EF->getParamPacketType(); in genExportForEach()