Home
last modified time | relevance | path

Searched refs:high_bits (Results 1 – 8 of 8) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/iris/
Diris_blorp.c220 uint16_t high_bits = bo->address >> 32u; in blorp_vf_invalidate_for_vb_48b_transitions() local
222 if (high_bits != ice->state.last_vbo_high_bits[i]) { in blorp_vf_invalidate_for_vb_48b_transitions()
224 ice->state.last_vbo_high_bits[i] = high_bits; in blorp_vf_invalidate_for_vb_48b_transitions()
Diris_state.c6433 uint16_t high_bits = 0; in iris_upload_dirty_render_state()
6440 high_bits = res->bo->address >> 32ull; in iris_upload_dirty_render_state()
6441 if (high_bits != ice->state.last_vbo_high_bits[i]) { in iris_upload_dirty_render_state()
6444 ice->state.last_vbo_high_bits[i] = high_bits; in iris_upload_dirty_render_state()
6719 uint16_t high_bits = bo->address >> 32ull; in iris_upload_render_state() local
6720 if (high_bits != ice->state.last_index_bo_high_bits) { in iris_upload_render_state()
6725 ice->state.last_index_bo_high_bits = high_bits; in iris_upload_render_state()
/third_party/mesa3d/src/mesa/drivers/dri/i965/
DgenX_blorp_exec.c232 uint16_t high_bits = in blorp_vf_invalidate_for_vb_48b_transitions() local
235 if (high_bits != brw->vb.last_bo_high_bits[i]) { in blorp_vf_invalidate_for_vb_48b_transitions()
237 brw->vb.last_bo_high_bits[i] = high_bits; in blorp_vf_invalidate_for_vb_48b_transitions()
DgenX_state_upload.c412 uint16_t high_bits = pinned_bo_high_bits(brw->vb.buffers[i].bo); in vf_invalidate_for_vb_48bit_transitions() local
414 if (high_bits != brw->vb.last_bo_high_bits[i]) { in vf_invalidate_for_vb_48bit_transitions()
416 brw->vb.last_bo_high_bits[i] = high_bits; in vf_invalidate_for_vb_48bit_transitions()
421 uint16_t high_bits = pinned_bo_high_bits(brw->draw.draw_params_bo); in vf_invalidate_for_vb_48bit_transitions() local
423 if (brw->vb.last_bo_high_bits[brw->vb.nr_buffers] != high_bits) { in vf_invalidate_for_vb_48bit_transitions()
425 brw->vb.last_bo_high_bits[brw->vb.nr_buffers] = high_bits; in vf_invalidate_for_vb_48bit_transitions()
430 uint16_t high_bits = pinned_bo_high_bits(brw->draw.derived_draw_params_bo); in vf_invalidate_for_vb_48bit_transitions() local
432 if (brw->vb.last_bo_high_bits[brw->vb.nr_buffers + 1] != high_bits) { in vf_invalidate_for_vb_48bit_transitions()
434 brw->vb.last_bo_high_bits[brw->vb.nr_buffers + 1] = high_bits; in vf_invalidate_for_vb_48bit_transitions()
448 uint16_t high_bits = pinned_bo_high_bits(brw->ib.bo); in vf_invalidate_for_ib_48bit_transition() local
[all …]
/third_party/flutter/skia/third_party/externals/wuffs/std/deflate/
Ddecode_deflate.wuffs271 if (length.low_bits(n:16) + length.high_bits(n:16)) <> 0xFFFF {
527 var high_bits base.u32
829 high_bits = initial_high_bits
831 while high_bits >= delta,
836 high_bits -= delta
837 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
/third_party/flutter/skia/third_party/externals/wuffs/std/adler32/
Dcommon_adler32.wuffs36 s2 = this.state.high_bits(n:16)
/third_party/mesa3d/src/compiler/nir/
Dnir_search_helpers.h393 uint32_t high_bits = ((1 << half_bit_size) - 1) << half_bit_size; in is_upper_half_zero() local
395 swizzle[i]) & high_bits) != 0) { in is_upper_half_zero()
/third_party/ffmpeg/libavcodec/
Dvorbisdec.c704 unsigned high_bits, low_bits; in vorbis_parse_setup_hdr_residues() local
739 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()