Home
last modified time | relevance | path

Searched refs:getUniqueTypeName (Results 1 – 2 of 2) sorted by relevance

/frameworks/compile/slang/
Dslang_rs_reflection_state.cpp104 std::string ReflectionState::getUniqueTypeName(const RSExportType *T) { in getUniqueTypeName() function in slang::ReflectionState
270 const std::string OutType = (OET ? getUniqueTypeName(OET) : ""); in beginForEach()
395 const std::string TypeName = (Type ? getUniqueTypeName(Type) : std::string()); in addForEachIn()
437 const std::string TypeName = getUniqueTypeName(Type); in addForEachParam()
590 invokable.mParams[FieldIdx] = canon(getUniqueTypeName((*I)->getType())); in declareInvokable()
635 const std::string Type = getUniqueTypeName((*I)->getType()); in declareInvokable()
737 FieldState.mType = canon(getUniqueTypeName(T)); in declareRecord()
805 const std::string FieldExportType = getUniqueTypeName(FieldExport.getType()); in declareRecord()
846 reduce.mAccumIns[InTypesIdx++] = canon(getUniqueTypeName(InType)); in declareReduce()
848 reduce.mResult = canon(getUniqueTypeName(ER->getResultType())); in declareReduce()
[all …]
Dslang_rs_reflection_state.h474 static std::string getUniqueTypeName(const RSExportType *T);