Home
last modified time | relevance | path

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

/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/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.h956 unsigned first_bit, in nir_extract_bits()