Lines Matching refs:accel_state

58     struct radeon_accel_state *accel_state = info->accel_state;
60 accel_state->vline_crtc = NULL;
61 accel_state->vline_y1 = -1;
62 accel_state->vline_y2 = 0;
68 struct radeon_accel_state *accel_state = info->accel_state;
70 accel_state->vline_crtc = radeon_pick_best_crtc(pScrn, x1, x2, y1, y2);
71 if (accel_state->vline_y1 == -1)
72 accel_state->vline_y1 = y1;
73 if (y1 < accel_state->vline_y1)
74 accel_state->vline_y1 = y1;
75 if (y2 > accel_state->vline_y2)
76 accel_state->vline_y2 = y2;
161 info->accel_state->exa->WaitMarker(pScreen, info->accel_state->exaSyncMarker);
170 struct radeon_accel_state *accel_state = info->accel_state;
172 accel_state->vbo.vb_mc_addr = info->gartLocation + info->dri->bufStart +
173 (accel_state->ib->idx*accel_state->ib->total)+
174 (accel_state->ib->total / 2);
175 accel_state->vbo.vb_total = (accel_state->ib->total / 2);
176 accel_state->vbo.vb_ptr = (pointer)((char*)accel_state->ib->address +
177 (accel_state->ib->total / 2));
178 accel_state->vbo.vb_offset = 0;
185 struct radeon_accel_state *accel_state = info->accel_state;
192 accel_state->ib_reset_op = info->cs->cdw;
196 accel_state->ib = RADEONCPGetBuffer(pScrn);
201 accel_state->vbo.vb_start_op = accel_state->vbo.vb_offset;
202 accel_state->cbuf.vb_start_op = accel_state->cbuf.vb_offset;
211 struct radeon_accel_state *accel_state = info->accel_state;
217 accel_state->finish_op(pScrn, vert_size);
218 accel_state->ib_reset_op = info->cs->cdw;
230 accel_state->finish_op(pScrn, vert_size);
242 if (info->accel_state->ib_reset_op) {
244 info->cs->cdw = info->accel_state->ib_reset_op;
245 info->accel_state->ib_reset_op = 0;
249 info->accel_state->vbo.vb_offset = 0;
250 info->accel_state->vbo.vb_start_op = -1;
251 info->accel_state->cbuf.vb_offset = 0;
252 info->accel_state->cbuf.vb_start_op = -1;
260 info->accel_state->vbo.vb_bo,
265 if (info->accel_state->cbuf.vb_bo) {
267 info->accel_state->cbuf.vb_bo,
275 info->accel_state->XInited3D = FALSE;
276 info->accel_state->engineMode = EXA_ENGINEMODE_UNKNOWN;