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

  /external/mesa3d/src/gallium/drivers/r600/
r600_hw_context.c 874 ctx->surface_sync_cmd.flush_flags |= S_0085F0_SH_ACTION_ENA(1);
875 r600_atom_dirty(ctx, &ctx->surface_sync_cmd.atom);
880 ctx->surface_sync_cmd.flush_flags |= S_0085F0_TC_ACTION_ENA(1);
881 r600_atom_dirty(ctx, &ctx->surface_sync_cmd.atom);
887 ctx->surface_sync_cmd.flush_flags |= S_0085F0_VC_ACTION_ENA(1);
890 ctx->surface_sync_cmd.flush_flags |= S_0085F0_TC_ACTION_ENA(1);
892 r600_atom_dirty(ctx, &ctx->surface_sync_cmd.atom);
900 ctx->surface_sync_cmd.flush_flags |=
905 r600_emit_atom(ctx, &ctx->surface_sync_cmd.atom);
907 r600_atom_dirty(ctx, &ctx->surface_sync_cmd.atom)
    [all...]
r600_state_common.c 109 r600_init_atom(&rctx->surface_sync_cmd.atom, r600_emit_surface_sync, 5, EMIT_EARLY);
138 rctx->surface_sync_cmd.flush_flags |= S_0085F0_TC_ACTION_ENA(1) | r600_get_cb_flush_flags(rctx);
139 r600_atom_dirty(rctx, &rctx->surface_sync_cmd.atom);
    [all...]
r600_pipe.h 384 struct r600_surface_sync_cmd surface_sync_cmd; member in struct:r600_context

Completed in 72 milliseconds