Searched refs:high_bits (Results 1 – 8 of 8) 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()
169 uint64_t high_bits = tag >> 48; in fdsan_get_tag_type() local180 if (high_bits == (1 << 16) - 1) { in fdsan_get_tag_type()
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()
709 unsigned high_bits, low_bits; in vorbis_parse_setup_hdr_residues() local744 high_bits = 0; in vorbis_parse_setup_hdr_residues()747 high_bits = get_bits(gb, 5); in vorbis_parse_setup_hdr_residues()748 cascade[j] = (high_bits << 3) + low_bits; in vorbis_parse_setup_hdr_residues()
5170 int32_t high_bits = product >> 32; in EVALUATE() local5171 r1_val = high_bits; in EVALUATE()5173 set_low_register(r1, high_bits); in EVALUATE()5542 int32_t high_bits = product >> 32; in EVALUATE() local5543 r1_val = high_bits; in EVALUATE()5545 set_low_register(r1, high_bits); in EVALUATE()8842 int32_t high_bits = product >> 32; in EVALUATE() local8844 set_low_register(r1, high_bits); in EVALUATE()9745 int32_t high_bits = product >> 32; in EVALUATE() local9746 r1_val = high_bits; in EVALUATE()[all …]
42558 const long unsigned int high_bits; member