Lines Matching refs:reloc
1379 unsigned reloc;
1387 reloc = radeon_add_to_buffer_list(&rctx->b,
1395 radeon_emit(cs, reloc);
1400 reloc = radeon_add_to_buffer_list(&rctx->b,
1408 radeon_emit(cs, reloc);
1413 reloc = radeon_add_to_buffer_list(&rctx->b,
1421 radeon_emit(cs, reloc);
1452 unsigned reloc = radeon_add_to_buffer_list(&rctx->b,
1468 radeon_emit(cs, reloc);
1786 unsigned reloc;
1795 reloc = radeon_add_to_buffer_list(&rctx->b, &rctx->b.gfx, rview->tex_resource,
1799 radeon_emit(cs, reloc);
1801 radeon_emit(cs, reloc);
2934 /* emit reloc before writing cs so that cs is always in consistent state */