Searched refs:ValueRange (Results 1 - 16 of 16) sorted by relevance

/external/deqp/framework/randomshaders/
H A DrsgExpressionGenerator.hpp42 Expression* generate (const ValueRange& valueRange, int initialDepth = 0);
H A DrsgVariableValue.cpp158 ValueRange::ValueRange (const VariableType& type) function in class:rsg::ValueRange
165 ValueRange::ValueRange (const VariableType& type, const ConstValueAccess& minVal, const ConstValueAccess& maxVal) function in class:rsg::ValueRange
174 ValueRange::ValueRange (const VariableType& type, const Scalar* minVal, const Scalar* maxVal) function in class:rsg::ValueRange
183 ValueRange::ValueRange (ConstValueRangeAccess other) function in class:rsg::ValueRange
192 ValueRange::~ValueRange (voi
[all...]
H A DrsgExpressionGenerator.cpp38 Expression* ExpressionGenerator::generate (const ValueRange& valueRange, int initialDepth)
H A DrsgExpression.hpp175 ValueRange m_valueRange;
178 std::vector<ValueRange> m_inputValueRanges;
200 ValueRange m_valueRange;
222 ValueRange m_valueRange;
241 ValueRange m_outValueRange;
H A DrsgFunctionGenerator.cpp70 ValueRange valueRange(variable->getType());
H A DrsgVariableValue.hpp271 class ValueRange class in namespace:rsg
274 ValueRange (const VariableType& type);
275 ValueRange (const VariableType& type, const ConstValueAccess& minVal, const ConstValueAccess& maxVal);
276 ValueRange (const VariableType& type, const Scalar* minVal, const Scalar* maxVal);
277 ValueRange (ConstValueRangeAccess other);
278 ~ValueRange (void);
295 static void computeIntersection (ValueRange& dst, const ConstValueRangeAccess& a, const ConstValueRangeAccess& b);
H A DrsgBinaryOps.cpp117 ValueRange valueRange = inValueRange;
131 valueRange = ValueRange(VariableType(baseType, numElements));
140 this->m_rightValueRange = ValueRange(this->m_type);
141 this->m_leftValueRange = ValueRange(this->m_type);
400 ValueRange valueRange = inValueRange;
404 valueRange = ValueRange(VariableType(VariableType::TYPE_BOOL, 1));
417 this->m_rightValueRange = ValueRange(VariableType(inBaseType, 1));
418 this->m_leftValueRange = ValueRange(VariableType(inBaseType, 1));
695 ValueRange valueRange = inValueRange;
699 valueRange = ValueRange(VariableTyp
[all...]
H A DrsgExpression.cpp681 m_valueRange = ValueRange(computeRandomType(state, maxScalars));
717 ValueRange inValueRange(VariableType(inType, 1));
725 m_inputValueRanges.push_back(ValueRange(comp));
745 const ValueRange& inValueRange = m_inputValueRanges[m_inputValueRanges.size()-1-numChildren];
829 m_valueRange = ValueRange(computeRandomType(state, maxScalars));
837 m_valueRange = ValueRange(entry->getValueRange());
874 ValueRange::computeIntersection(m_valueRange.asAccess(), m_valueRange.asAccess(), selectedRange);
1094 ValueRange newVarRange(computeRandomType(state, maxScalars));
1136 ValueRange intersection(m_variable->getType());
1137 ValueRange
[all...]
H A DrsgStatement.cpp120 m_expression = generator.generate(ValueRange(VariableType(VariableType::TYPE_VOID)));
298 ValueRange valueRange = value->getValueRange();
431 ValueRange range = ValueRange(VariableType::getScalarType(VariableType::TYPE_BOOL));
H A DrsgBinaryOps.hpp61 ValueRange m_leftValueRange;
62 ValueRange m_rightValueRange;
H A DrsgShaderGenerator.cpp207 ValueRange valueRange(fragColorVar->getType());
257 ValueRange valueRange(glPosVariable->getType());
H A DrsgVariableManager.cpp473 ValueRange intersectedValue(var->getType());
475 ValueRange::computeIntersection(intersectedValue, entry->getValueRange(), oldEntry->getValueRange());
H A DrsgVariableManager.hpp56 ValueRange m_valueRange;
H A DrsgBuiltinFunctions.hpp52 ValueRange m_inValueRange;
/external/clang/include/clang/AST/
H A DComment.h428 SourceRange ValueRange; member in class:clang::comments::HTMLStartTagComment::Attribute
436 ValueRange(SourceRange()), Value(StringRef())
441 SourceRange ValueRange, StringRef Value) :
444 ValueRange(ValueRange), Value(Value)
490 SourceLocation L = Attr.ValueRange.getEnd();
439 Attribute(SourceLocation NameLocBegin, StringRef Name, SourceLocation EqualsLoc, SourceRange ValueRange, StringRef Value) argument
/external/spirv-llvm/lib/SPIRV/libSPIRV/
H A DSPIRVInstruction.h62 typedef std::pair<ValueVec::iterator, ValueVec::iterator> ValueRange; typedef in namespace:SPIRV

Completed in 549 milliseconds