Searched refs:crelocs (Results 1 – 4 of 4) sorted by relevance
138 for (i = 0; i < csc->crelocs; i++) { in radeon_cs_context_cleanup()143 csc->crelocs = 0; in radeon_cs_context_cleanup()224 for (i = csc->crelocs; i != 0;) { in radeon_get_reloc()268 for (i = csc->crelocs; i != 0;) { in radeon_add_reloc()282 if (csc->crelocs >= csc->nrelocs) { in radeon_add_reloc()296 csc->relocs_bo[csc->crelocs] = NULL; in radeon_add_reloc()297 radeon_bo_reference(&csc->relocs_bo[csc->crelocs], bo); in radeon_add_reloc()299 reloc = &csc->relocs[csc->crelocs]; in radeon_add_reloc()306 csc->reloc_indices_hashlist[hash] = csc->crelocs; in radeon_add_reloc()311 return csc->crelocs++; in radeon_add_reloc()[all …]
44 unsigned crelocs; member
149 csg->base.crelocs = 0; in cs_gem_create()208 for(i = cs->crelocs; i != 0;) { in cs_gem_write_reloc()244 if (csg->base.crelocs >= csg->nrelocs) { in cs_gem_write_reloc()262 csg->relocs_bo[csg->base.crelocs] = boi; in cs_gem_write_reloc()263 idx = (csg->base.crelocs++) * RELOC_SIZE; in cs_gem_write_reloc()380 for (i = 0; i < csg->base.crelocs; i++) { in cs_gem_dump_bof()450 for (i = 0; i < csg->base.crelocs; i++) { in cs_gem_emit()482 for (i = 0; i < csg->base.crelocs; i++) { in cs_gem_erase()494 cs->crelocs = 0; in cs_gem_erase()
22 unsigned crelocs; member