Searched refs:bits3 (Results 1 – 3 of 3) sorted by relevance
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | CLBitField.h | 48 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/ |
D | aactab.c | 182 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/ |
D | bit_stream.cpp | 499 const std::string bits3 = BitsToStream(val, 8); in TEST() local 502 const std::string expected = bits1 + bits2 + bits3; in TEST()
|