Searched refs:high_bits (Results 1 – 7 of 7) sorted by relevance
234 uint16_t high_bits = bo->address >> 32u; in blorp_vf_invalidate_for_vb_48b_transitions() local236 if (high_bits != ice->state.last_vbo_high_bits[i]) { in blorp_vf_invalidate_for_vb_48b_transitions()238 ice->state.last_vbo_high_bits[i] = high_bits; in blorp_vf_invalidate_for_vb_48b_transitions()
6638 uint16_t high_bits = 0; in iris_upload_dirty_render_state()6645 high_bits = res->bo->address >> 32ull; in iris_upload_dirty_render_state()6646 if (high_bits != ice->state.last_vbo_high_bits[i]) { in iris_upload_dirty_render_state()6649 ice->state.last_vbo_high_bits[i] = high_bits; in iris_upload_dirty_render_state()6959 uint16_t high_bits = bo->address >> 32ull; in iris_upload_render_state() local6960 if (high_bits != ice->state.last_index_bo_high_bits) { in iris_upload_render_state()6965 ice->state.last_index_bo_high_bits = high_bits; in iris_upload_render_state()
271 if (length.low_bits(n:16) + length.high_bits(n:16)) <> 0xFFFF {527 var high_bits base.u32829 high_bits = initial_high_bits831 while high_bits >= delta,836 high_bits -= delta837 if (top + ((high_bits | reversed_key) & 511)) >= huffs_table_size {840 …assert (top + ((high_bits | reversed_key) & 511)) < 1024 via "a < b: a < c; c <= b"(c:huffs_table_…841 this.huffs[args.which][top + ((high_bits | reversed_key) & 511)] = value
36 s2 = this.state.high_bits(n:16)
435 uint32_t high_bits = ((1 << half_bit_size) - 1) << half_bit_size; in is_upper_half_zero() local437 swizzle[i]) & high_bits) != 0) { in is_upper_half_zero()
704 unsigned high_bits, low_bits; in vorbis_parse_setup_hdr_residues() local739 high_bits = 0; in vorbis_parse_setup_hdr_residues()742 high_bits = get_bits(gb, 5); in vorbis_parse_setup_hdr_residues()743 cascade[j] = (high_bits << 3) + low_bits; in vorbis_parse_setup_hdr_residues()
42558 const long unsigned int high_bits; member