Lines Matching defs:operator
48 bool operator== (Scalar other) const { return intVal == other.intVal; }
49 bool operator!= (Scalar other) const { return intVal != other.intVal; }
148 StridedValueAccess& operator= (const StridedValueRead<SrcStride>& value);
152 StridedValueAccess& operator= (const tcu::Vector<float, Size>& vec);
153 StridedValueAccess& operator= (float floatVal) { asFloat() = floatVal; return *this; }
154 StridedValueAccess& operator= (int intVal) { asInt() = intVal; return *this; }
155 StridedValueAccess& operator= (bool boolVal) { asBool() = boolVal; return *this; }
156 StridedValueAccess& operator= (Scalar val) { asScalar() = val; return *this; }
161 StridedValueAccess<Stride>& StridedValueAccess<Stride>::operator= (const StridedValueRead<SrcStride>& valueRead)
184 StridedValueAccess<Stride>& StridedValueAccess<Stride>::operator= (const tcu::Vector<float, Size>& vec)
291 operator ConstValueRangeAccess (void) const { return asAccess(); }
292 operator ValueRangeAccess (void) { return asAccess(); }
323 ValueStorage operator= (const ValueStorage& other);
356 VariableValue& operator= (const VariableValue& other);