Searched refs:Ushort (Results 1 - 5 of 5) sorted by relevance
/third_party/vk-gl-cts/modules/glshared/ |
H A 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) % (max.to<int>() - min.to<int>()))))); in getRandom() 332 inline GLValue::Ushort minValue (void) in minValue() 334 return GLValue::Ushort::create(4 * 256); in minValue() 1161 rangesHi[(int)Array::INPUTTYPE_UNSIGNED_SHORT] = GLValue(Ushort::create(65530)); in getMaxValue() 1179 rangesLo[(int)Array::INPUTTYPE_UNSIGNED_SHORT] = GLValue(Ushort::create(0)); in getMinValue() 1272 alignmentSafeAssignment<deUint16>(data, getRandom<GLValue::Ushort>(rnd, min.us, max.us)); in setData() 1372 data = createQuads<GLValue::Ushort>(see in generateQuads() [all...] |
H A 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;
|
H A D | glsDrawTest.cpp | 427 typedef WrappedType<deUint16> Ushort; typedef in deqp::gls::__anon30985::GLValue 537 explicit GLValue (Ushort value) : type(DrawTestSpec::INPUTTYPE_UNSIGNED_SHORT), us(value) {} in GLValue() 558 Ushort us; 629 rangesHi[(int)DrawTestSpec::INPUTTYPE_UNSIGNED_SHORT] = GLValue(Ushort::create(65530)); in getMaxValue() 647 rangesLo[(int)DrawTestSpec::INPUTTYPE_UNSIGNED_SHORT] = GLValue(Ushort::create(0)); in getMinValue() 664 template<> struct GLValueTypeTraits<GLValue::Ushort> { static const DrawTestSpec::InputType Type = DrawTestSpec::INPUTTYPE_UNSIGNED_SHORT; }; 678 template<> GLValue::Ushort inline extractGLValue<GLValue::Ushort> (const GLValue& v) { return v.us; } in extractGLValue() 716 inline GLValue::Ushort getRandom (deRandom& rnd, GLValue::Ushort mi [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Demangle/ |
H A D | MicrosoftDemangleNodes.h | 94 Ushort, member in llvm::ms_demangle::PrimitiveKind
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Demangle/ |
H A D | MicrosoftDemangleNodes.cpp | 134 OUTPUT_ENUM_CLASS_VALUE(PrimitiveKind, Ushort, "unsigned short"); in outputPre()
|
Completed in 12 milliseconds