Home
last modified time | relevance | path

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

/frameworks/compile/slang/
Dslang_rs_reflection_state.cpp216 const size_t NumParams = inv.mParamCount; in dump()
583 invokable.mParamCount = ParamCount; in declareInvokable()
623 if (invokable.mParamCount != ParamCount) { in declareInvokable()
627 << Name << unsigned(invokable.mParamCount) << unsigned(ParamCount); in declareInvokable()
Dslang_rs_reflection_state.h634 size_t mParamCount; member