Home
last modified time | relevance | path

Searched refs:_dirty (Results 1 - 2 of 2) sorted by relevance

/third_party/python/Lib/
H A Dweakref.py562 _dirty = False variable in finalize
583 finalize._dirty = True
655 if pending is None or finalize._dirty:
657 finalize._dirty = False
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_state_common.c1847 r600_shader_select(ctx, rctx->x##_shader, &x##_dirty, false); \
1853 if (sw##_dirty || (rctx->hw_shader_stages[(hw)].shader != rctx->sw##_shader->current)) \
1858 if (sw##_dirty || (rctx->hw_shader_stages[(hw)].shader != rctx->sw##_shader->current)) { \
1865 if (sw##_dirty || (rctx->hw_shader_stages[(hw)].shader != rctx->sw##_shader->current)) { \

Completed in 6 milliseconds