Searched refs:bit_count (Results 1 - 6 of 6) sorted by relevance
| /xsrc/external/mit/freetype/dist/include/freetype/internal/ |
| H A D | pshints.h | 488 * bit_count :: 498 * `bit_count` is the number of meaningful bits in the 'bytes' array; it 509 FT_UInt bit_count, 530 * bit_count :: 540 * `bit_count` is the number of meaningful bits in the 'bytes' array; it 550 FT_UInt bit_count,
|
| /xsrc/external/mit/MesaLib/dist/src/panfrost/lib/ |
| H A D | pan_encoder.h | 178 unsigned bit_count = util_logbase2_ceil(values[i]); local in function:panfrost_pack_work_groups_compute 181 shifts[i + 1] = shifts[i] + bit_count;
|
| /xsrc/external/mit/freetype/dist/src/pshinter/ |
| H A D | pshrec.c | 312 FT_UInt bit_count, 323 error = ps_mask_ensure( mask, bit_count, memory ); 327 mask->num_bits = bit_count; 338 for ( ; bit_count > 0; bit_count-- ) 992 FT_UInt bit_count, 1007 if ( bit_count != count1 + count2 ) 1011 bit_count, count1 + count2 )); 1037 FT_UInt bit_count, 1052 if ( bit_count ! 309 ps_mask_table_set_bits(PS_Mask_Table table,const FT_Byte * source,FT_UInt bit_pos,FT_UInt bit_count,FT_Memory memory) argument 990 ps_hints_t2mask(PS_Hints hints,FT_UInt end_point,FT_UInt bit_count,const FT_Byte * bytes) argument 1036 ps_hints_t2counter(PS_Hints hints,FT_UInt bit_count,const FT_Byte * bytes) argument [all...] |
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 19.1.0.rst | 4119 - freedreno/ir3: fix bit_count
|
| H A D | 20.3.0.rst | 2924 - nir: Add bit_count to lower_int64 pass
|
| H A D | 21.1.0.rst | 1038 - pan/bi: Support bit_count()
|
Completed in 23 milliseconds