Searched refs:m_numInputElements (Results 1 – 2 of 2) sorted by relevance
242 int m_numInputElements; member in rsg::SwizzleOp
1267 , m_numInputElements (0) in SwizzleOp()1281 m_numInputElements = state.getRandom().getInt(deMax32(numOutputElements, 2), 4); in SwizzleOp()1284 for (int ndx = 0; ndx < m_numInputElements; ndx++) in SwizzleOp()1312 …VariableType inVarType = VariableType(m_outValueRange.getType().getBaseType(), m_numInputElements… in createNextChild()