Home
last modified time | relevance | path

Searched refs:ReflectionState (Results 1 – 7 of 7) sorted by relevance

/aosp12/frameworks/compile/slang/
H A Dslang_rs_reflection_state.cpp60 ReflectionState::~ReflectionState() { in ~ReflectionState()
74 void ReflectionState::closeJava32() { in closeJava32()
82 void ReflectionState::openJava64() { in openJava64()
90 void ReflectionState::closeJava64() { in closeJava64()
135 void ReflectionState::dump() { in dump()
497 void ReflectionState::endForEach() { in endForEach()
511 void ReflectionState::endForEaches() { in endForEaches()
675 void ReflectionState::endRecords() { in endRecords()
817 ReflectionState::Record32
933 void ReflectionState::endReduces() { in endReduces()
[all …]
H A Dslang_rs_reflection_state.h125 class ReflectionState {
132 ReflectionState() : in ReflectionState() function
139 ~ReflectionState();
141 ReflectionState(const ReflectionState &) = delete;
142 void operator=(const ReflectionState &) = delete;
215 Tentative(ReflectionState *state) : mState(state) { } in Tentative()
216 ~Tentative() { if (mState) mState->mState = ReflectionState::S_Bad; } in ~Tentative()
224 ReflectionState *mState;
737 friend class ReflectionState; variable
H A Dslang_rs_reflection.h45 ReflectionState *mState;
226 …void genConstantArrayTypeExportVariable(const RSExportVar *EV, ReflectionState::Val32 AllocSize32);
227 void genRecordTypeExportVariable(const RSExportVar *EV, ReflectionState::Val32 AllocSize32);
231 ReflectionState::Val32 AllocSize32 = ReflectionState::NoVal32());
283 ReflectionState::Val32 AllocSize32);
304 size_t Val, ReflectionState::Val32 Val32);
313 ReflectionState *RState);
H A Dslang_rs_reflection.cpp79 static void genCheck64BitInternal(const RSContext *Context, ReflectionState *State,
89 ReflectionState *RState);
99 void genAddPadding(int PaddingSize, ReflectionState::Val32 Field32PaddingSize);
118 ReflectionState *mState;
499 ReflectionState *RState) in RSReflectionJava()
863 const ReflectionState::Val32 in genExportVariable()
2025 if (genCreateFieldPacker(ET, FieldPackerName, ReflectionState::NoVal32())) in genMatrixTypeExportVariable()
2219 const ReflectionState::Record32 Record32 = mState->getRecord32(ERT); in genPackVarOfType()
2604 const ReflectionState::Record32 Record32 = mState->getRecord32(ERT); in genTypeClassComponentSetter()
2711 RSReflectionJava *Reflection, ReflectionState *RState) in RSReflectionJavaElementBuilder()
[all …]
H A Dslang.h71 class ReflectionState; variable
287 ReflectionState *Reflection);
H A Dslang.cpp574 ReflectionState *RState) { in compile()
644 ReflectionState::Tentative TentativeRState(RState); in compile()
H A Dllvm-rs-cc.cpp286 slang::ReflectionState Reflection; in main()