Searched refs:last_dirty_tex_descriptor_counter (Results 1 – 2 of 2) sorted by relevance
1046 if (unlikely(dirty_tex_counter != sctx->b.last_dirty_tex_descriptor_counter)) { in si_draw_vbo()1047 sctx->b.last_dirty_tex_descriptor_counter = dirty_tex_counter; in si_draw_vbo()
546 unsigned last_dirty_tex_descriptor_counter; member