Lines Matching defs:r300
107 struct r300_context *r300 = r300_context(ctx);
115 r300->rws->cs_is_buffer_referenced(&r300->cs, tex->buf, RADEON_USAGE_READWRITE);
120 !r300->rws->buffer_wait(r300->rws, tex->buf, 0, RADEON_USAGE_READWRITE);
139 if (r300->blitter->running) {
140 fprintf(stderr, "r300: ERROR: Blitter recursion in texture_get_transfer.\n");
179 "r300: Failed to create a transfer object.\n");
218 map = r300->rws->buffer_map(r300->rws, trans->linear_texture->buf,
219 &r300->cs, usage);
230 map = r300->rws->buffer_map(r300->rws, tex->buf, &r300->cs, usage);