Home
last modified time | relevance | path

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

/aosp12/frameworks/compile/slang/
H A 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()
437 const std::string TypeName = getUniqueTypeName(Type); in addForEachParam()
635 const std::string Type = getUniqueTypeName((*I)->getType()); in declareInvokable()
737 FieldState.mType = canon(getUniqueTypeName(T)); in declareRecord()
846 reduce.mAccumIns[InTypesIdx++] = canon(getUniqueTypeName(InType)); in declareReduce()
848 reduce.mResult = canon(getUniqueTypeName(ER->getResultType())); in declareReduce()
899 const std::string ResultType = getUniqueTypeName(ER->getResultType()); in declareReduce()
917 const std::string InTypeName = getUniqueTypeName(InType); in declareReduce()
958 variable.mType = canon(getUniqueTypeName(EV->getType())); in declareVariable()
[all …]
H A Dslang_rs_reflection_state.h474 static std::string getUniqueTypeName(const RSExportType *T);