Home | History | Annotate | Download | only in randomshaders

Lines Matching refs:m_numInputElements

1268 	, m_numInputElements	(0)
1282 m_numInputElements = state.getRandom().getInt(deMax32(numOutputElements, 2), 4);
1285 for (int ndx = 0; ndx < m_numInputElements; ndx++)
1313 VariableType inVarType = VariableType(m_outValueRange.getType().getBaseType(), m_numInputElements);