Lines Matching +defs:const +defs:random
320 tcu::Vec4 generateRandomVec4(de::Random &random) in generateRandomVec4()
330 tcu::IVec4 generateRandomIVec4(de::Random &random) in generateRandomIVec4()
340 tcu::UVec4 generateRandomUVec4(de::Random &random) in generateRandomUVec4()
405 inline Type getValue(void) const in getValue()
410 inline WrappedType<Type> operator+(const WrappedType<Type> &other) const in operator +() argument
414 inline WrappedType<Type> operator*(const WrappedType<Type> &other) const in operator *() argument
418 inline WrappedType<Type> operator/(const WrappedType<Type> &other) const in operator /() argument
422 inline WrappedType<Type> operator-(const WrappedType<Type> &other) const in operator -() argument
448 inline bool operator==(const WrappedType<Type> &other) const in operator ==() argument
452 inline bool operator!=(const WrappedType<Type> &other) const in operator !=() argument
456 inline bool operator<(const WrappedType<Type> &other) const in operator <() argument
460 inline bool operator>(const WrappedType<Type> &other) const in operator >() argument
464 inline bool operator<=(const WrappedType<Type> &other) const in operator <=() argument
468 inline bool operator>=(const WrappedType<Type> &other) const in operator >=() argument
473 inline operator Type(void) const in operator Type()
478 inline T to(void) const in to()
508 inline int32_t getValue(void) const in getValue()
513 inline Int operator+(const Int &other) const in operator +() argument
517 inline Int operator*(const Int &other) const in operator *() argument
521 inline Int operator/(const Int &other) const in operator /() argument
525 inline Int operator-(const Int &other) const in operator -() argument
551 inline bool operator==(const Int &other) const in operator ==() argument
555 inline bool operator!=(const Int &other) const in operator !=() argument
559 inline bool operator<(const Int &other) const in operator <() argument
563 inline bool operator>(const Int &other) const in operator >() argument
567 inline bool operator<=(const Int &other) const in operator <=() argument
571 inline bool operator>=(const Int &other) const in operator >=() argument
576 inline operator int32_t(void) const in operator int32_t()
581 inline T to(void) const in to()
599 inline deFloat16 getValue(void) const in getValue()
604 inline Half operator+(const Half &other) const in operator +() argument
608 inline Half operator*(const Half &other) const in operator *() argument
612 inline Half operator/(const Half &other) const in operator /() argument
616 inline Half operator-(const Half &other) const in operator -() argument
642 inline bool operator==(const Half &other) const in operator ==() argument
646 inline bool operator!=(const Half &other) const in operator !=() argument
650 inline bool operator<(const Half &other) const in operator <() argument
654 inline bool operator>(const Half &other) const in operator >() argument
658 inline bool operator<=(const Half &other) const in operator <=() argument
662 inline bool operator>=(const Half &other) const in operator >=() argument
668 inline T to(void) const in to()
689 inline int32_t getValue(void) const in getValue()
694 inline Fixed operator+(const Fixed &other) const in operator +() argument
698 inline Fixed operator*(const Fixed &other) const in operator *() argument
702 inline Fixed operator/(const Fixed &other) const in operator /() argument
706 inline Fixed operator-(const Fixed &other) const in operator -() argument
732 inline bool operator==(const Fixed &other) const in operator ==() argument
736 inline bool operator!=(const Fixed &other) const in operator !=() argument
740 inline bool operator<(const Fixed &other) const in operator <() argument
744 inline bool operator>(const Fixed &other) const in operator >() argument
748 inline bool operator<=(const Fixed &other) const in operator <=() argument
752 inline bool operator>=(const Fixed &other) const in operator >=() argument
757 inline operator int32_t(void) const in operator int32_t()
762 inline T to(void) const in to()
841 float GLValue::toFloat(void) const in toFloat()
1273 int getComponentCount(void) const in getComponentCount()
1277 DrawTestSpec::Target getTarget(void) const in getTarget()
1281 DrawTestSpec::InputType getInputType(void) const in getInputType()
1285 DrawTestSpec::OutputType getOutputType(void) const in getOutputType()
1289 DrawTestSpec::Storage getStorageType(void) const in getStorageType()
1293 bool getNormalized(void) const in getNormalized()
1297 int getStride(void) const in getStride()
1301 bool isBound(void) const in isBound()
1305 bool isPositionAttribute(void) const in isPositionAttribute()
1626 const int numPackets) const in shadeVertices() argument
1684 const rr::FragmentShadingContext &context) const in shadeFragments() argument
2186 de::Random random(seed); in generateAttributeValue() local
2228 const tcu::Surface &getSurface(void) const in getSurface()
2579 int DrawTestSpec::AttributeSpec::hash(void) const in hash()
2592 bool DrawTestSpec::AttributeSpec::valid(glu::ApiType ctxType) const in valid()
2698 bool DrawTestSpec::AttributeSpec::isBufferAligned(void) const in isBufferAligned()
2717 bool DrawTestSpec::AttributeSpec::isBufferStrideAligned(void) const in isBufferStrideAligned()
2904 std::string DrawTestSpec::getName(void) const in getName()
3000 std::string DrawTestSpec::getDesc(void) const in getDesc()
3132 std::string DrawTestSpec::getMultilineDesc(void) const in getMultilineDesc()
3309 int DrawTestSpec::hash(void) const in hash()
3332 bool DrawTestSpec::valid(void) const in valid()
3411 DrawTestSpec::CompatibilityTestType DrawTestSpec::isCompatibilityTest(void) const in isCompatibilityTest()
4306 float DrawTest::getCoordScale(const DrawTestSpec &spec) const in getCoordScale() argument
4355 float DrawTest::getColorScale(const DrawTestSpec &spec) const in getColorScale() argument