Home
last modified time | relevance | path

Searched refs:bits3 (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/
DCLBitField.h48 bool areMutuallyExclusive(cl_bitfield bits1, cl_bitfield bits2, cl_bitfield bits3) const in areMutuallyExclusive() argument
50 return (isSet(bits1) ? 1 : 0) + (isSet(bits2) ? 1 : 0) + (isSet(bits3) ? 1 : 0) <= 1; in areMutuallyExclusive()
/third_party/ffmpeg/libavcodec/
Daactab.c182 static const uint8_t bits3[81] = { variable
442 bits1, bits2, bits3, bits4, bits5, bits6, bits7, bits8,
/third_party/flutter/skia/third_party/externals/spirv-tools/test/
Dbit_stream.cpp499 const std::string bits3 = BitsToStream(val, 8); in TEST() local
502 const std::string expected = bits1 + bits2 + bits3; in TEST()