Home
last modified time | relevance | path

Searched defs:first_bit (Results 1 – 6 of 6) sorted by relevance

/third_party/boost/boost/gil/
Dchannel.hpp471 unsigned first_bit() const { return FirstBit; } in first_bit() function in boost::gil::packed_channel_reference
508 unsigned first_bit() const { return FirstBit; } in first_bit() function in boost::gil::packed_channel_reference
602 …packed_dynamic_channel_reference(const void* data_ptr, unsigned first_bit) : parent_t(data_ptr), _… in packed_dynamic_channel_reference()
606 unsigned first_bit() const { return _first_bit; } in first_bit() function in boost::gil::packed_dynamic_channel_reference
631 …packed_dynamic_channel_reference(void* data_ptr, unsigned first_bit) : parent_t(data_ptr), _first_… in packed_dynamic_channel_reference()
648 unsigned first_bit() const { return _first_bit; } in first_bit() function in boost::gil::packed_dynamic_channel_reference
/third_party/mesa3d/src/intel/compiler/
Dbrw_nir_analyze_ubo_ranges.c258 int first_bit = ffsll(offsets) - 1; in brw_nir_analyze_ubo_ranges() local
/third_party/e2fsprogs/lib/ext2fs/
Dblkmap64_ba.c217 unsigned int first_bit = 0; in ba_test_clear_bmap_extent() local
Dgen_bitmap.c472 int first_bit = 0; in ext2fs_test_clear_generic_bitmap_range() local
/third_party/mesa3d/src/gallium/drivers/r600/sb/
Dsb_bc.h845 #define BC_FIELD(fmt, name, shortname, last_bit, first_bit) \ argument
854 #define BC_RSRVD(fmt, last_bit, first_bit) argument
/third_party/mesa3d/src/compiler/nir/
Dnir_builder.h1092 unsigned first_bit, in nir_extract_bits()