Home
last modified time | relevance | path

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

/frameworks/compile/slang/
Dslang_rs_reflection_state.cpp262 const size_t InCount = EF->getInTypes().size(); in beginForEach() local
284 foreach.mIns.BeginCollecting(InCount); in beginForEach()
358 if (foreach.mIns.Size() != InCount) { in beginForEach()
362 << Name << unsigned(foreach.mIns.Size()) << unsigned(InCount); in beginForEach()