Home
last modified time | relevance | path

Searched refs:last_vbo_high_bits (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/iris/
Diris_blorp.c236 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()
Diris_context.h828 uint16_t last_vbo_high_bits[33]; member
Diris_state.c6646 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()