Searched refs:getValueRange (Results 1 - 13 of 13) sorted by relevance

/external/deqp/framework/randomshaders/
H A DrsgFunctionGenerator.cpp72 valueRange.getMin() = entry->getValueRange().getMin().value();
73 valueRange.getMax() = entry->getValueRange().getMax().value();
H A DrsgProgramGenerator.cpp94 input->getValueRange().getMin() = curSamplerNdx;
95 input->getValueRange().getMax() = curSamplerNdx;
H A DrsgShader.hpp71 ConstValueRangeAccess getValueRange (void) const { return ConstValueRangeAccess(m_variable->getType(), &m_min[0], &m_max[0]); } function in class:rsg::ShaderInput
72 ValueRangeAccess getValueRange (void) { return ValueRangeAccess(m_variable->getType(), &m_min[0], &m_max[0]); } function in class:rsg::ShaderInput
H A DrsgShaderGenerator.cpp117 state.getVariableManager().setValue(inVar, entry->getValueRange());
132 state.getVariableManager().setValue(inColorVariable, fragColorEntry->getValueRange());
167 fillUndefinedComponents((*i)->getValueRange());
199 m_state.getVariableManager().setValue(variable, input->getValueRange());
292 inputs.push_back(new ShaderInput(variable, value->getValueRange()));
301 uniforms.push_back(new ShaderInput(variable, value->getValueRange()));
H A DrsgVariableManager.cpp208 ValueRangeAccess dst = entry->getValueRange();
474 DE_ASSERT(oldEntry->getValueRange().intersects(entry->getValueRange())); // Must intersect
475 ValueRange::computeIntersection(intersectedValue, entry->getValueRange(), oldEntry->getValueRange());
499 setValue(var, oldEntry->getValueRange());
H A DrsgVariableManager.hpp51 ConstValueRangeAccess getValueRange (void) const { return m_valueRange.asAccess(); } function in class:rsg::ValueEntry
52 ValueRangeAccess getValueRange (void) { return m_valueRange.asAccess(); } function in class:rsg::ValueEntry
H A DrsgExpression.cpp77 if (entry->getValueRange().getType() != m_valueRange.getType())
80 if (!entry->getValueRange().intersects(m_valueRange))
104 entry->getValueRange().intersects(m_valueRange);
125 entry->getValueRange().isSupersetOf(m_valueRange);
836 m_valueRange = ValueRange(entry->getValueRange());
860 if ((*i)->getValueRange().isSupersetOf(m_valueRange))
871 ConstValueRangeAccess selectedRange = state.getRandom().choose<const ValueEntry*>(first, end)->getValueRange();
1128 weights[ndx] = computeEntryReadWeight(availableVars[ndx]->getValueRange(), valueRange);
1136 ValueRange::computeIntersection(intersection, entry->getValueRange(), valueRange);
1196 state.getVariableManager().setValue(m_variable, parentEntry->getValueRange());
[all...]
H A DrsgStatement.cpp285 createInitializer = value && !isUndefinedValueRange(value->getValueRange());
298 ValueRange valueRange = value->getValueRange();
H A DrsgProgramExecutor.cpp250 interpolateVertexInput(access, vtxNdx-packetStart, input->getValueRange(), xf, yf);
H A DrsgUtils.cpp121 computeRandomValue(rnd, values[values.size()-1].getValue(), uniform->getValueRange());
/external/deqp/modules/glshared/
H A DglsRandomShaderCase.hpp54 rsg::ConstValueRangeAccess getValueRange (void) const { return m_input->getValueRange(); } function in class:deqp::gls::VertexArray
H A DglsRandomShaderCase.cpp152 rsg::ConstValueRangeAccess valueRange = input->getValueRange();
432 log << tcu::TestLog::Message << "attribute[" << location << "]: " << attribIter->getName() << " = " << attribIter->getValueRange() << tcu::TestLog::EndMessage;
H A DglsFragOpInteractionCase.cpp496 const rsg::ConstValueRangeAccess valueRange = shaderIn->getValueRange();

Completed in 180 milliseconds