Searched refs:SpecConstantValue (Results 1 – 1 of 1) sorted by relevance
3510 struct SpecConstantValue struct3539 SpecConstantValue (deInt8 v) : type(SC_INT8) , value(v) {} in SpecConstantValue() argument3540 SpecConstantValue (deUint8 v) : type(SC_UINT8) , value(v) {} in SpecConstantValue() function3541 SpecConstantValue (deInt16 v) : type(SC_INT16) , value(v) {} in SpecConstantValue() argument3542 SpecConstantValue (deUint16 v) : type(SC_UINT16) , value(v) {} in SpecConstantValue() argument3543 SpecConstantValue (deInt32 v) : type(SC_INT32) , value(v) {} in SpecConstantValue() argument3544 SpecConstantValue (deUint32 v) : type(SC_UINT32) , value(v) {} in SpecConstantValue() function3545 SpecConstantValue (deInt64 v) : type(SC_INT64) , value(v) {} in SpecConstantValue() function3546 SpecConstantValue (deUint64 v) : type(SC_UINT64) , value(v) {} in SpecConstantValue() function3547 SpecConstantValue (tcu::Float16 v) : type(SC_FLOAT16) , value(v) {} in SpecConstantValue() function[all …]