Searched defs:Uint (Results 1 - 9 of 9) sorted by relevance

/external/dexmaker/src/dx/java/com/android/dx/util/
H A DUint.java22 public final class Uint implements Comparable<Uint> { class in inherits:Comparable
25 public Uint(int value) { method in class:Uint
29 public int compareTo(Uint uint) {
/external/deqp/modules/gles31/scripts/
H A Dgen-implicit-conversions.py7 from genutil import Scalar, Vec2, Vec3, Vec4, Uint, UVec2, UVec3, UVec4, CaseGroup namespace
362 "uint": Uint(2),
496 return a.toUint() * Uint(2)
H A Dgenutil.py95 def toUint(lst): return [Uint(int(v.x)) for v in lst]
235 def toUint(self): return Uint(int(self.x))
316 class Uint(Scalar): class in inherits:Scalar
/external/deqp/modules/gles3/scripts/
H A Dgenutil.py95 def toUint(lst): return [Uint(int(v.x)) for v in lst]
235 def toUint(self): return Uint(int(self.x))
314 class Uint(Scalar): class in inherits:Scalar
/external/vixl/src/vixl/a64/
H A Dsimulator-a64.h472 uint64_t Uint(VectorFormat vform, int index) const { function in class:vixl::LogicVRegister
489 return Uint(vform, index) << (64 - LaneSizeInBitsFromFormat(vform));
524 case 8: Memory::Write<uint8_t>(addr, Uint(vform, index)); break;
525 case 16: Memory::Write<uint16_t>(addr, Uint(vform, index)); break;
526 case 32: Memory::Write<uint32_t>(addr, Uint(vform, index)); break;
527 case 64: Memory::Write<uint64_t>(addr, Uint(vform, index)); break;
638 uint64_t val = Uint(vform, i);
/external/deqp/modules/glshared/
H A DglsVertexArrayTests.hpp281 typedef WrappedType<deUint32> Uint; typedef in class:deqp::gls::GLValue
354 explicit GLValue (Uint value) : type(Array::INPUTTYPE_UNSIGNED_INT), ui(value) {}
375 Uint ui;
H A DglsDrawTest.cpp434 typedef WrappedType<deUint32> Uint; typedef in class:deqp::gls::__anon3758::GLValue
507 explicit GLValue (Uint value) : type(DrawTestSpec::INPUTTYPE_UNSIGNED_INT), ui(value) {}
528 Uint ui;
613 rangesHi[(int)DrawTestSpec::INPUTTYPE_UNSIGNED_INT] = GLValue(Uint::create(4294967295u));
631 rangesLo[(int)DrawTestSpec::INPUTTYPE_UNSIGNED_INT] = GLValue(Uint::create(0));
648 template<> struct GLValueTypeTraits<GLValue::Uint> { static const DrawTestSpec::InputType Type = DrawTestSpec::INPUTTYPE_UNSIGNED_INT; };
662 template<> GLValue::Uint inline extractGLValue<GLValue::Uint> (const GLValue& v) { return v.ui; };
753 inline GLValue::Uint getRandom (deRandom& rnd, GLValue::Uint mi
[all...]
/external/lldb/tools/debugserver/source/
H A DDNBDefs.h174 Uint, // unsigned integer enumerator in enum:DNBRegisterType
/external/mesa3d/src/gallium/include/pipe/
H A Dp_shader_tokens.h214 unsigned Uint; member in union:tgsi_immediate_data

Completed in 288 milliseconds