Lines Matching refs:reloc
1350 unsigned reloc;
1358 reloc = radeon_add_to_buffer_list(&rctx->b,
1366 radeon_emit(cs, reloc);
1371 reloc = radeon_add_to_buffer_list(&rctx->b,
1379 radeon_emit(cs, reloc);
1384 reloc = radeon_add_to_buffer_list(&rctx->b,
1392 radeon_emit(cs, reloc);
1423 unsigned reloc = radeon_add_to_buffer_list(&rctx->b,
1439 radeon_emit(cs, reloc);
1759 unsigned reloc;
1768 reloc = radeon_add_to_buffer_list(&rctx->b, &rctx->b.gfx, rview->tex_resource,
1772 radeon_emit(cs, reloc);
1774 radeon_emit(cs, reloc);
2889 /* emit reloc before writing cs so that cs is always in consistent state */