Searched refs:ER (Results 1 - 4 of 4) sorted by relevance

/frameworks/compile/slang/
H A Dslang_rs_reflection_state.cpp830 void ReflectionState::declareReduce(const RSExportReduce *ER, bool IsExportable) {
838 reduce.mName = ER->getNameReduce();
840 const auto &InTypes = ER->getAccumulatorInTypes();
848 reduce.mResult = canon(getUniqueTypeName(ER->getResultType()));
855 const std::string Name = ER->getNameReduce();
863 mRSC->ReportError(ER->getLocation(),
876 mRSC->ReportError(ER->getLocation(),
893 mRSC->ReportError(ER->getLocation(),
899 const std::string ResultType = getUniqueTypeName(ER->getResultType());
901 mRSC->ReportError(ER
[all...]
H A Dslang_rs_reflection.cpp215 std::string GetReduceResultTypeName(const RSExportReduce *ER) { argument
216 return GetReduceResultTypeName(ER->getResultType());
698 const RSExportReduce *ER = *I; local
700 const RSExportType *RT = ER->getResultType();
707 const RSExportReduce::InTypeVec &InTypes = ER->getAccumulatorInTypes();
1246 // ER = description of the reduction
1250 const RSExportReduce *ER, size_t InIdx) {
1254 const RSExportType *InType = ER->getAccumulatorInTypes()[InIdx];
1260 ER->getAccumulatorInTypes()[InIdx]->convertToRTD(&InTypeData);
1269 InputMappingComment = InputParamName + " = \"" + TypeString + std::string(ER
1248 getReduceInputStrings(std::string &InputParamName, std::string &InputMappingComment, const std::string &NamePrefix, MappingComment Mapping, const RSExportReduce *ER, size_t InIdx) argument
1275 genExportReduce(const RSExportReduce *ER) argument
1305 genExportReduceArrayVariant(const RSExportReduce *ER) argument
1458 genExportReduceAllocationVariant(const RSExportReduce *ER) argument
[all...]
H A Dslang_rs_reflection.h240 void genExportReduce(const RSExportReduce *ER);
241 void genExportReduceAllocationVariant(const RSExportReduce *ER);
242 void genExportReduceArrayVariant(const RSExportReduce *ER);
H A Dslang_rs_reflection_state.h294 void declareReduce(const RSExportReduce *ER, bool IsExportable);

Completed in 33 milliseconds