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

  /external/mesa3d/src/gallium/drivers/r300/
r300_context.c 101 FREE(r300->gpu_flush.state);
155 * - gpu_flush (unpipelined regs)
163 R300_INIT_ATOM(gpu_flush, 9);
223 R300_ALLOC_ATOM(gpu_flush, pipe_framebuffer_state);
259 (struct r300_gpu_flush*)r300->gpu_flush.state;
r300_context.h 497 struct r300_atom gpu_flush; member in struct:r300_context
628 for (atom = &r300->gpu_flush; atom != (&r300->query_start)+1; atom++)
r300_state.c 822 r300_mark_atom_dirty(r300, &r300->gpu_flush);
    [all...]

Completed in 450 milliseconds