Searched refs:last_dirty (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/
H A Dr300_context.h551 struct r300_atom *first_dirty, *last_dirty; member in struct:r300_context
644 for (atom = r300->first_dirty; atom != r300->last_dirty; atom++)
679 r300->last_dirty = atom+1;
683 else if (atom+1 > r300->last_dirty)
684 r300->last_dirty = atom+1;
H A Dr300_emit.c1457 r300->last_dirty = NULL;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/
H A Dr300_context.h551 struct r300_atom *first_dirty, *last_dirty; member in struct:r300_context
644 for (atom = r300->first_dirty; atom != r300->last_dirty; atom++)
679 r300->last_dirty = atom+1;
683 else if (atom+1 > r300->last_dirty)
684 r300->last_dirty = atom+1;
H A Dr300_emit.c1460 r300->last_dirty = NULL;

Completed in 8 milliseconds