Lines Matching defs:atom
181 r600_mark_atom_dirty(rctx, &state->atom);
752 rctx->cs_shader_state.atom.num_dw = current->command_buffer.num_dw;
754 r600_set_atom_dirty(rctx, &rctx->cs_shader_state.atom, true);
794 * of registers initialized by the start_compute_cs_cmd atom.
808 r600_emit_atom(rctx, &rctx->config_state.atom);
820 rctx->cs_vertex_buffer_state.atom.num_dw = 12 * util_bitcount(rctx->cs_vertex_buffer_state.dirty_mask);
821 r600_emit_atom(rctx, &rctx->cs_vertex_buffer_state.atom);
833 r600_emit_atom(rctx, &rctx->constbuf_state[PIPE_SHADER_COMPUTE].atom);
836 r600_emit_atom(rctx, &rctx->samplers[PIPE_SHADER_COMPUTE].states.atom);
839 r600_emit_atom(rctx, &rctx->samplers[PIPE_SHADER_COMPUTE].views.atom);
842 r600_emit_atom(rctx, &rctx->compute_images.atom);
845 r600_emit_atom(rctx, &rctx->compute_buffers.atom);
848 r600_emit_atom(rctx, &rctx->cs_shader_state.atom);
886 * Emit function for r600_cs_shader_state atom
889 struct r600_atom *atom)
892 (struct r600_cs_shader_state*)atom;
1048 * command stream by the start_cs_cmd atom. However, since the SET_CONTEXT_REG
1051 * initialized by the start_cs_cmd atom can be found in evergreen_state.c in the
1062 * start_compute_cs_cmd atom, we can EMIT_EARLY here.