/third_party/flutter/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/conversion/eot/ |
D | BitIOWriter.java | 27 private int bitCount; field in BitIOWriter 31 bitCount = 0; in BitIOWriter() 36 byteBuf |= (bit << (7 - bitCount)); in writeBit() 37 bitCount++; in writeBit() 38 if (bitCount == 8) { in writeBit() 41 bitCount = 0; in writeBit() 57 if (bitCount > 0) { in flush() 60 bitCount = 0; in flush()
|
D | MagnitudeDependentWriter.java | 30 private int bitCount; field in MagnitudeDependentWriter 34 bitCount = 0; in MagnitudeDependentWriter() 39 byteBuf |= (bit << bitCount); in writeBit() 40 bitCount++; in writeBit() 41 if (bitCount == 8) { in writeBit() 44 bitCount = 0; in writeBit() 62 if (bitCount > 0) { in flush() 65 bitCount = 0; in flush()
|
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/conversion/eot/ |
D | BitIOWriter.java | 27 private int bitCount; field in BitIOWriter 31 bitCount = 0; in BitIOWriter() 36 byteBuf |= (bit << (7 - bitCount)); in writeBit() 37 bitCount++; in writeBit() 38 if (bitCount == 8) { in writeBit() 41 bitCount = 0; in writeBit() 57 if (bitCount > 0) { in flush() 60 bitCount = 0; in flush()
|
D | MagnitudeDependentWriter.java | 30 private int bitCount; field in MagnitudeDependentWriter 34 bitCount = 0; in MagnitudeDependentWriter() 39 byteBuf |= (bit << bitCount); in writeBit() 40 bitCount++; in writeBit() 41 if (bitCount == 8) { in writeBit() 44 bitCount = 0; in writeBit() 62 if (bitCount > 0) { in flush() 65 bitCount = 0; in flush()
|
/third_party/skia/third_party/externals/spirv-cross/shaders-hlsl-no-opt/comp/ |
D | bitfield.comp | 21 int v0 = bitCount(u); 22 int v1 = bitCount(s); 38 ivec3 v0 = bitCount(u); 39 ivec3 v1 = bitCount(s);
|
/third_party/skia/third_party/externals/spirv-cross/reference/shaders-no-opt/asm/comp/ |
D | bitfield-signed-operations.asm.comp | 14 _3.ints = bitCount(_19); 15 _3.uints = uvec4(bitCount(_19)); 16 _3.ints = bitCount(_20); 17 _3.uints = uvec4(bitCount(_20));
|
/third_party/flutter/skia/include/utils/ |
D | SkRandom.h | 68 uint32_t nextBits(unsigned bitCount) { in nextBits() argument 69 SkASSERT(bitCount > 0 && bitCount <= 32); in nextBits() 70 return this->nextU() >> (32 - bitCount); in nextBits()
|
/third_party/skia/include/utils/ |
D | SkRandom.h | 68 uint32_t nextBits(unsigned bitCount) { in nextBits() argument 69 SkASSERT(bitCount > 0 && bitCount <= 32); in nextBits() 70 return this->nextU() >> (32 - bitCount); in nextBits()
|
/third_party/skia/resources/sksl/intrinsics/ |
D | BitCount.sksl | 4 sk_FragColor.x = half(bitCount(a)); 5 sk_FragColor.y = half(bitCount(b));
|
/third_party/skia/tests/sksl/intrinsics/ |
D | BitCount.glsl | 6 sk_FragColor.x = float(bitCount(a)); 7 sk_FragColor.y = float(bitCount(b));
|
/third_party/skia/third_party/externals/spirv-cross/shaders-no-opt/comp/ |
D | bitfield.comp | 16 int v0 = bitCount(u); 17 int v1 = bitCount(s);
|
/third_party/skia/third_party/externals/spirv-cross/reference/shaders-no-opt/comp/ |
D | bitfield.comp | 14 int v0 = bitCount(u); 15 int v1 = bitCount(s);
|
/third_party/skia/third_party/externals/spirv-cross/shaders-msl-no-opt/comp/ |
D | bitfield.comp | 16 int v0 = bitCount(u); 17 int v1 = bitCount(s);
|
/third_party/glslang/Test/ |
D | spv.intOps.vert | 60 iout.x += bitCount(i1); 61 iout.xyz += bitCount(u3);
|
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/detail/ |
D | func_integer.hpp | 143 GLM_FUNC_DECL int bitCount(genType v); 152 GLM_FUNC_DECL vecType<int, P> bitCount(vecType<T, P> const & v);
|
D | func_integer_simd.inl | 52 GLM_FUNC_QUALIFIER int bitCount(uint32 x) function 59 GLM_FUNC_QUALIFIER int bitCount(uint64 x) function
|
/third_party/flutter/skia/tests/ |
D | PathOpsChalkboardTest.cpp | 106 int bitCount = samples < 32 ? samples : 64 - samples; in chalkboard_threaded() local 109 switch (bitCount) { in chalkboard_threaded() 125 switch (bitCount) { in chalkboard_threaded() 146 for (int i = 0; i < bitCount; ++i) { in chalkboard_threaded()
|
/third_party/skia/tests/ |
D | PathOpsChalkboardTest.cpp | 105 int bitCount = samples < 32 ? samples : 64 - samples; in chalkboard_threaded() local 108 switch (bitCount) { in chalkboard_threaded() 124 switch (bitCount) { in chalkboard_threaded() 146 for (int i = 0; i < bitCount; ++i) { in chalkboard_threaded()
|
/third_party/skia/src/core/ |
D | SkPaint.cpp | 211 static void ASSERT_FITS_IN(uint32_t value, int bitCount) { in ASSERT_FITS_IN() argument 212 SkASSERT(bitCount > 0 && bitCount <= 32); in ASSERT_FITS_IN() 214 mask >>= (32 - bitCount); in ASSERT_FITS_IN()
|
/third_party/skia/third_party/externals/spirv-cross/reference/shaders-no-opt/asm/frag/ |
D | ldexp-uint-exponent.asm.frag | 9 _GLF_color = ldexp(vec4(1.0), ivec4(uvec4(bitCount(uvec4(1u)))));
|
/third_party/flutter/skia/third_party/externals/freetype/src/psaux/ |
D | psintrp.c | 109 size_t bitCount ) in cf2_hintmask_setCounts() argument 111 if ( bitCount > CF2_MAX_HINTS ) in cf2_hintmask_setCounts() 118 hintmask->bitCount = bitCount; in cf2_hintmask_setCounts() 119 hintmask->byteCount = ( hintmask->bitCount + 7 ) / 8; in cf2_hintmask_setCounts() 124 return bitCount; in cf2_hintmask_setCounts() 133 size_t bitCount ) in cf2_hintmask_read() argument 141 CF2_UInt mask = ( 1 << ( -(CF2_Int)bitCount & 7 ) ) - 1; in cf2_hintmask_read() 146 if ( cf2_hintmask_setCounts( hintmask, bitCount ) == 0 ) in cf2_hintmask_read() 174 size_t bitCount ) in cf2_hintmask_setAll() argument 177 CF2_UInt mask = ( 1 << ( -(CF2_Int)bitCount & 7 ) ) - 1; in cf2_hintmask_setAll() [all …]
|
/third_party/freetype/src/psaux/ |
D | psintrp.c | 109 size_t bitCount ) in cf2_hintmask_setCounts() argument 111 if ( bitCount > CF2_MAX_HINTS ) in cf2_hintmask_setCounts() 118 hintmask->bitCount = bitCount; in cf2_hintmask_setCounts() 119 hintmask->byteCount = ( hintmask->bitCount + 7 ) / 8; in cf2_hintmask_setCounts() 124 return bitCount; in cf2_hintmask_setCounts() 133 size_t bitCount ) in cf2_hintmask_read() argument 141 CF2_UInt mask = ( 1 << ( -(CF2_Int)bitCount & 7 ) ) - 1; in cf2_hintmask_read() 146 if ( cf2_hintmask_setCounts( hintmask, bitCount ) == 0 ) in cf2_hintmask_read() 174 size_t bitCount ) in cf2_hintmask_setAll() argument 177 CF2_UInt mask = ( 1 << ( -(CF2_Int)bitCount & 7 ) ) - 1; in cf2_hintmask_setAll() [all …]
|
/third_party/skia/third_party/externals/freetype/src/psaux/ |
D | psintrp.c | 109 size_t bitCount ) in cf2_hintmask_setCounts() argument 111 if ( bitCount > CF2_MAX_HINTS ) in cf2_hintmask_setCounts() 118 hintmask->bitCount = bitCount; in cf2_hintmask_setCounts() 119 hintmask->byteCount = ( hintmask->bitCount + 7 ) / 8; in cf2_hintmask_setCounts() 124 return bitCount; in cf2_hintmask_setCounts() 133 size_t bitCount ) in cf2_hintmask_read() argument 141 CF2_UInt mask = ( 1 << ( -(CF2_Int)bitCount & 7 ) ) - 1; in cf2_hintmask_read() 146 if ( cf2_hintmask_setCounts( hintmask, bitCount ) == 0 ) in cf2_hintmask_read() 174 size_t bitCount ) in cf2_hintmask_setAll() argument 177 CF2_UInt mask = ( 1 << ( -(CF2_Int)bitCount & 7 ) ) - 1; in cf2_hintmask_setAll() [all …]
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/glsl_tests/ |
D | bitcount.glsl | 14 o.x = bitCount(i);
|
/third_party/flutter/skia/src/core/ |
D | SkPaint.cpp | 189 static void ASSERT_FITS_IN(uint32_t value, int bitCount) { in MOVE_FIELD() 190 SkASSERT(bitCount > 0 && bitCount <= 32); in MOVE_FIELD() 192 mask >>= (32 - bitCount); in MOVE_FIELD()
|