Home | History | Annotate | Download | only in r300

Lines Matching refs:rws

1192             r300->rws->cs_add_reloc(r300->cs, tex->cs_buf,
1200 r300->rws->cs_add_reloc(r300->cs, tex->cs_buf,
1213 r300->rws->cs_add_reloc(r300->cs, tex->cs_buf, RADEON_USAGE_READ,
1219 r300->rws->cs_add_reloc(r300->cs, r300->query_current->cs_buf,
1223 r300->rws->cs_add_reloc(r300->cs, r300_resource(r300->vbo)->cs_buf,
1238 r300->rws->cs_add_reloc(r300->cs, r300_resource(buf)->cs_buf,
1245 r300->rws->cs_add_reloc(r300->cs, r300_resource(index_buffer)->cs_buf,
1250 if (!r300->rws->cs_validate(r300->cs)) {