Searched refs:Ushort (Results 1 – 4 of 4) sorted by relevance
/external/deqp/modules/glshared/ |
D | glsVertexArrayTests.cpp | 241 inline GLValue::Ushort getRandom (deRandom& rnd, GLValue::Ushort min, GLValue::Ushort max) in getRandom() 246 …return GLValue::Ushort::create((min == max ? min : (deUint16)(min + (deRandom_getUint32(&rnd) % (m… in getRandom() 332 inline GLValue::Ushort minValue (void) in minValue() 334 return GLValue::Ushort::create(4 * 256); in minValue() 401 inline GLValue::Ushort abs (GLValue::Ushort val) in abs() 1224 rangesHi[(int)Array::INPUTTYPE_UNSIGNED_SHORT] = GLValue(Ushort::create(65530)); in getMaxValue() 1242 rangesLo[(int)Array::INPUTTYPE_UNSIGNED_SHORT] = GLValue(Ushort::create(0)); in getMinValue() 1347 alignmentSafeAssignment<deUint16>(data, getRandom<GLValue::Ushort>(rnd, min.us, max.us)); in setData() 1447 …data = createQuads<GLValue::Ushort>(seed, count, componentCount, offset, stride, primitive, min.us… in generateQuads() 1695 …data = createPerQuads<GLValue::Ushort>(seed, count, componentCount, stride, primitive, min.us, max… in generatePerQuad()
|
D | glsDrawTest.cpp | 426 typedef WrappedType<deUint16> Ushort; typedef in deqp::gls::__anon43398ad90111::GLValue 506 explicit GLValue (Ushort value) : type(DrawTestSpec::INPUTTYPE_UNSIGNED_SHORT), us(value) {} in GLValue() 527 Ushort us; 610 rangesHi[(int)DrawTestSpec::INPUTTYPE_UNSIGNED_SHORT] = GLValue(Ushort::create(65530)); in getMaxValue() 628 rangesLo[(int)DrawTestSpec::INPUTTYPE_UNSIGNED_SHORT] = GLValue(Ushort::create(0)); in getMinValue() 645 template<> struct GLValueTypeTraits<GLValue::Ushort> { static const DrawTestSpec::InputType Type = … 659 template<> GLValue::Ushort inline extractGLValue<GLValue::Ushort> (const GLValue& v) { return v.us… in extractGLValue() 697 inline GLValue::Ushort getRandom (deRandom& rnd, GLValue::Ushort min, GLValue::Ushort max) in getRandom() 702 …return GLValue::Ushort::create((min == max ? min : (deUint16)(min + (deRandom_getUint32(&rnd) % (m… in getRandom() 785 inline GLValue::Ushort minValue (void) in minValue() [all …]
|
D | glsVertexArrayTests.hpp | 307 typedef WrappedType<deUint16> Ushort; typedef in deqp::gls::GLValue 391 explicit GLValue (Ushort value) : type(Array::INPUTTYPE_UNSIGNED_SHORT), us(value) {} in GLValue() 412 Ushort us;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Demangle/ |
D | MicrosoftDemangle.cpp | 182 Ushort, enumerator 645 case PrimTy::Ushort: in outputPre() 1690 Ty->Prim = PrimTy::Ushort; in demangleBasicType()
|