Searched refs:dirty_tex_counter (Results 1 - 14 of 14) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_state_draw.c1257 unsigned dirty_tex_counter, dirty_buf_counter; local in function:si_draw_vbo
1285 dirty_tex_counter = p_atomic_read(&sctx->screen->dirty_tex_counter);
1286 if (unlikely(dirty_tex_counter != sctx->last_dirty_tex_counter)) {
1287 sctx->last_dirty_tex_counter = dirty_tex_counter;
H A Dsi_clear.c374 p_atomic_inc(&sscreen->dirty_tex_counter);
H A Dsi_texture.c419 p_atomic_inc(&sscreen->dirty_tex_counter);
447 p_atomic_inc(&sscreen->dirty_tex_counter);
611 p_atomic_inc(&sctx->screen->dirty_tex_counter);
1836 p_atomic_inc(&sscreen->dirty_tex_counter);
H A Dsi_pipe.h528 unsigned dirty_tex_counter; member in struct:si_screen
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_clear.c466 p_atomic_inc(&sscreen->dirty_tex_counter);
580 p_atomic_inc(&sctx->screen->dirty_tex_counter);
794 p_atomic_inc(&sctx->screen->dirty_tex_counter);
H A Dsi_state_draw.cpp2056 unsigned dirty_tex_counter = p_atomic_read(&sctx->screen->dirty_tex_counter); local in function:si_draw
2057 if (unlikely(dirty_tex_counter != sctx->last_dirty_tex_counter)) {
2058 sctx->last_dirty_tex_counter = dirty_tex_counter;
H A Dsi_texture.c344 p_atomic_inc(&sscreen->dirty_tex_counter);
367 p_atomic_inc(&sscreen->dirty_tex_counter);
515 p_atomic_inc(&sctx->screen->dirty_tex_counter);
1737 p_atomic_inc(&sscreen->dirty_tex_counter);
H A Dsi_pipe.h602 unsigned dirty_tex_counter; member in struct:si_screen
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
H A Dr600_pipe_common.h389 unsigned dirty_tex_counter; member in struct:r600_common_screen
H A Dr600_state_common.c2035 unsigned num_patches, dirty_tex_counter, index_offset = 0; local in function:r600_draw_vbo
2066 dirty_tex_counter = p_atomic_read(&rctx->b.screen->dirty_tex_counter);
2067 if (unlikely(dirty_tex_counter != rctx->b.last_dirty_tex_counter)) {
2068 rctx->b.last_dirty_tex_counter = dirty_tex_counter;
H A Dr600_texture.c352 p_atomic_inc(&rscreen->dirty_tex_counter);
442 p_atomic_inc(&rctx->screen->dirty_tex_counter);
1293 p_atomic_inc(&rscreen->dirty_tex_counter);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
H A Dr600_pipe_common.h385 unsigned dirty_tex_counter; member in struct:r600_common_screen
H A Dr600_state_common.c2103 unsigned num_patches, dirty_tex_counter, index_offset = 0; local in function:r600_draw_vbo
2140 dirty_tex_counter = p_atomic_read(&rctx->b.screen->dirty_tex_counter);
2141 if (unlikely(dirty_tex_counter != rctx->b.last_dirty_tex_counter)) {
2142 rctx->b.last_dirty_tex_counter = dirty_tex_counter;
H A Dr600_texture.c351 p_atomic_inc(&rscreen->dirty_tex_counter);
441 p_atomic_inc(&rctx->screen->dirty_tex_counter);
1282 p_atomic_inc(&rscreen->dirty_tex_counter);

Completed in 44 milliseconds