Home
last modified time | relevance | path

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

/external/deqp/framework/randomshaders/
DrsgExpression.cpp1297 : m_outValueRange (valueRange) in SwizzleOp()
1301 DE_ASSERT(!m_outValueRange.getType().isVoid()); // \todo [2011-06-13 pyry] Void support in SwizzleOp()
1302 DE_ASSERT(m_outValueRange.getType().isFloatOrVec() || in SwizzleOp()
1303 m_outValueRange.getType().isIntOrVec() || in SwizzleOp()
1304 m_outValueRange.getType().isBoolOrVec()); in SwizzleOp()
1306 m_value.setStorage(m_outValueRange.getType()); in SwizzleOp()
1308 int numOutputElements = m_outValueRange.getType().getNumElements(); in SwizzleOp()
1343 …VariableType inVarType = VariableType(m_outValueRange.getType().getBaseType(), m_numInputElements… in createNextChild()
1350 int numOutputElements = m_outValueRange.getType().getNumElements(); in createNextChild()
1354 ….component(inElemNdx), inValueRange.asAccess().component(inElemNdx), m_outValueRange.asAccess().co… in createNextChild()
[all …]
DrsgExpression.hpp241 …ExecConstValueAccess getValue (void) const { return m_value.getValue(m_outValueRange.getTyp… in getValue()
244 ValueRange m_outValueRange; member in rsg::SwizzleOp