Home
last modified time | relevance | path

Searched refs:getRecord32 (Results 1 – 3 of 3) sorted by relevance

/frameworks/compile/slang/
Dslang_rs_reflection_state.h326 Record32 getRecord32(const RSExportRecordType *ERT);
Dslang_rs_reflection.cpp953 mState->getRecord32(ERT).getRecordAllocSize())) in genExportFunction()
1174 mState->getRecord32(ERT).getRecordAllocSize())) { in genExportForEach()
2219 const ReflectionState::Record32 Record32 = mState->getRecord32(ERT); in genPackVarOfType()
2604 const ReflectionState::Record32 Record32 = mState->getRecord32(ERT); in genTypeClassComponentSetter()
2799 const ReflectionState::Record32 Record32 = mState->getRecord32(ERT); in genAddElement()
Dslang_rs_reflection_state.cpp818 ReflectionState::getRecord32(const RSExportRecordType *ERT) { in getRecord32() function in slang::ReflectionState