HomeSort by relevance Sort by last modified time
    Searched refs:dirty_states (Results 1 - 4 of 4) sorted by null

  /external/mesa3d/src/gallium/drivers/r600/
r600_pipe.h 379 struct list_head dirty_states; member in struct:r600_context
479 LIST_ADD(&state->head, &rctx->dirty_states);
481 LIST_ADDTAIL(&state->head, &rctx->dirty_states);
r600_pipe.c 227 LIST_INITHEAD(&rctx->dirty_states);
r600_hw_context.c 653 LIST_FOR_EACH_ENTRY(state, &ctx->dirty_states, head) {
    [all...]
r600_state_common.c     [all...]

Completed in 1392 milliseconds