Home | History | Annotate | Download | only in r600

Lines Matching refs:reloc

1533 		unsigned reloc, cmask_reloc;
1543 reloc = radeon_add_to_buffer_list(&rctx->b,
1556 cmask_reloc = reloc;
1575 radeon_emit(cs, reloc);
1578 radeon_emit(cs, reloc);
1584 radeon_emit(cs, reloc);
1600 unsigned reloc = radeon_add_to_buffer_list(&rctx->b,
1621 radeon_emit(cs, reloc);
1624 radeon_emit(cs, reloc);
1627 radeon_emit(cs, reloc);
1630 radeon_emit(cs, reloc);
1989 unsigned reloc;
1998 reloc = radeon_add_to_buffer_list(&rctx->b, &rctx->b.gfx, rview->tex_resource,
2002 radeon_emit(cs, reloc);
2006 radeon_emit(cs, reloc);
3436 /* emit reloc before writing cs so that cs is always in consistent state */