Home
last modified time | relevance | path

Searched refs:last_dirty_tex_descriptor_counter (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state_draw.c1046 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()
/external/mesa3d/src/gallium/drivers/radeon/
Dr600_pipe_common.h546 unsigned last_dirty_tex_descriptor_counter; member