Searched refs:last_dirty_tex_counter (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
H A Dr600_pipe_common.h521 unsigned last_dirty_tex_counter; member in struct:r600_common_context
H A Dr600_state_common.c2067 if (unlikely(dirty_tex_counter != rctx->b.last_dirty_tex_counter)) {
2068 rctx->b.last_dirty_tex_counter = dirty_tex_counter;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
H A Dr600_pipe_common.h510 unsigned last_dirty_tex_counter; member in struct:r600_common_context
H A Dr600_state_common.c2141 if (unlikely(dirty_tex_counter != rctx->b.last_dirty_tex_counter)) {
2142 rctx->b.last_dirty_tex_counter = dirty_tex_counter;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_state_draw.c1286 if (unlikely(dirty_tex_counter != sctx->last_dirty_tex_counter)) {
1287 sctx->last_dirty_tex_counter = dirty_tex_counter;
H A Dsi_pipe.h855 unsigned last_dirty_tex_counter; member in struct:si_context
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_state_draw.cpp2057 if (unlikely(dirty_tex_counter != sctx->last_dirty_tex_counter)) {
2058 sctx->last_dirty_tex_counter = dirty_tex_counter;
H A Dsi_pipe.h969 unsigned last_dirty_tex_counter; member in struct:si_context

Completed in 27 milliseconds