Searched refs:surface_sync_cmd (Results 1 – 3 of 3) sorted by relevance
874 ctx->surface_sync_cmd.flush_flags |= S_0085F0_SH_ACTION_ENA(1); in r600_inval_shader_cache()875 r600_atom_dirty(ctx, &ctx->surface_sync_cmd.atom); in r600_inval_shader_cache()880 ctx->surface_sync_cmd.flush_flags |= S_0085F0_TC_ACTION_ENA(1); in r600_inval_texture_cache()881 r600_atom_dirty(ctx, &ctx->surface_sync_cmd.atom); in r600_inval_texture_cache()887 ctx->surface_sync_cmd.flush_flags |= S_0085F0_VC_ACTION_ENA(1); in r600_inval_vertex_cache()890 ctx->surface_sync_cmd.flush_flags |= S_0085F0_TC_ACTION_ENA(1); in r600_inval_vertex_cache()892 r600_atom_dirty(ctx, &ctx->surface_sync_cmd.atom); in r600_inval_vertex_cache()900 ctx->surface_sync_cmd.flush_flags |= in r600_flush_framebuffer()905 r600_emit_atom(ctx, &ctx->surface_sync_cmd.atom); in r600_flush_framebuffer()907 r600_atom_dirty(ctx, &ctx->surface_sync_cmd.atom); in r600_flush_framebuffer()[all …]
109 r600_init_atom(&rctx->surface_sync_cmd.atom, r600_emit_surface_sync, 5, EMIT_EARLY); in r600_init_common_atoms()138 rctx->surface_sync_cmd.flush_flags |= S_0085F0_TC_ACTION_ENA(1) | r600_get_cb_flush_flags(rctx); in r600_texture_barrier()139 r600_atom_dirty(rctx, &rctx->surface_sync_cmd.atom); in r600_texture_barrier()
384 struct r600_surface_sync_cmd surface_sync_cmd; member