Searched defs:ContainerTraits (Results 1 – 2 of 2) sorted by relevance
/external/deqp/modules/glshared/ |
D | glsBuiltinPrecisionTests.cpp | 391 struct ContainerTraits struct 393 typedef typename T::Element Element; 394 typedef I IVal; 396 static IVal doMakeIVal (const T& value) in doMakeIVal() 406 static IVal doUnion (const IVal& a, const IVal& b) in doUnion() 416 static bool doContains (const IVal& ival, const T& value) in doContains() 425 static void doPrintIVal (const FloatFormat& fmt, const IVal ival, ostream& os) in doPrintIVal() 440 static void doPrintValue (const FloatFormat& fmt, const T& value, ostream& os) in doPrintValue() 455 static IVal doConvert (const FloatFormat& fmt, const IVal& value) in doConvert() 465 static IVal doRound (const FloatFormat& fmt, T value) in doRound()
|
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/ |
D | vktShaderBuiltinPrecisionTests.cpp | 370 struct ContainerTraits struct 372 typedef typename T::Element Element; 373 typedef I IVal; 375 static IVal doMakeIVal (const T& value) in doMakeIVal() 385 static IVal doUnion (const IVal& a, const IVal& b) in doUnion() 395 static bool doContains (const IVal& ival, const T& value) in doContains() 404 static void doPrintIVal (const FloatFormat& fmt, const IVal ival, ostream& os) in doPrintIVal() 419 static void doPrintValue (const FloatFormat& fmt, const T& value, ostream& os) in doPrintValue() 434 static IVal doConvert (const FloatFormat& fmt, const IVal& value) in doConvert() 444 static IVal doRound (const FloatFormat& fmt, T value) in doRound()
|