HomeSort by relevance Sort by last modified time
    Searched refs:Bitfield (Results 1 - 11 of 11) sorted by null

  /external/deqp/framework/egl/
egluStrUtil.inl 245 tcu::Format::Bitfield<16> getAPIBitsStr (int value)
255 return tcu::Format::Bitfield<16>(value, &s_desc[0], &s_desc[DE_LENGTH_OF_ARRAY(s_desc)]);
258 tcu::Format::Bitfield<16> getSurfaceBitsStr (int value)
272 return tcu::Format::Bitfield<16>(value, &s_desc[0], &s_desc[DE_LENGTH_OF_ARRAY(s_desc)]);
egluStrUtilPrototypes.inl 24 tcu::Format::Bitfield<16> getAPIBitsStr (int value);
25 tcu::Format::Bitfield<16> getSurfaceBitsStr (int value);
  /external/deqp/framework/common/
tcuFormatUtil.hpp 72 // Bitfield formatter.
86 class Bitfield
89 Bitfield (deUint64 value, const BitDesc* begin, const BitDesc* end)
127 inline std::ostream& operator<< (std::ostream& stream, Bitfield<BitfieldSize> decoder)
260 /** Decode and format bitfield. */
262 inline Format::Bitfield<sizeof(T)*8> formatBitfield (T value, const Format::BitDesc (&desc)[Size])
264 return Format::Bitfield<sizeof(T)*8>((deUint64)value, &desc[0], &desc[Size]);
  /external/clang/test/SemaCXX/
member-init.cpp 3 struct Bitfield {
4 int n : 3 = 7; // expected-error {{bitfield member cannot have an in-class initializer}}
  /external/llvm/test/MC/AArch64/
arm64-bitfield-encoding.s 5 ; 5.4.4 Bitfield Operations
arm64-aliases.s 171 ; Bitfield aliases
  /external/deqp/framework/opengl/
gluStrUtil.inl     [all...]
gluStrUtilPrototypes.inl 71 tcu::Format::Bitfield<16> getBufferMaskStr (int value);
72 tcu::Format::Bitfield<16> getBufferMapFlagsStr (int value);
73 tcu::Format::Bitfield<16> getMemoryBarrierFlagsStr (int value);
  /external/chromium_org/v8/src/arm64/
decoder-arm64.h 24 V(Bitfield) \
158 // Decode the bitfield and extraction parts of the instruction tree,
  /external/clang/test/CodeGenCXX/
temporaries.cpp 649 namespace Bitfield {
  /external/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp 531 struct BitfieldOp Bitfield;
604 Bitfield = o.Bitfield;
    [all...]

Completed in 476 milliseconds