Home | History | Annotate | Download | only in glshared

Lines Matching refs:deFloat16

30 #include "deFloat16.h"
440 inline deFloat16 getValue (void) const { return m_value; }
462 inline static deFloat16 floatToHalf (float f);
463 inline static float halfToFloat (deFloat16 h);
465 deFloat16 m_value;
533 inline deFloat16 GLValue::Half::floatToHalf (float f)
541 inline float GLValue::Half::halfToFloat (deFloat16 h)
1601 alignmentSafeAssignment<deFloat16>(data, getRandom<GLValue::Half>(rnd, min.h, max.h).getValue());
1632 case DrawTestSpec::INPUTTYPE_HALF: return createBasicArray<deFloat16, GLValue::Half> (seed, elementCount, componentCount, offset, stride);
2478 sizeof(deFloat16), // INPUTTYPE_HALF,