Lines Matching defs:toffset
758 unsigned long toffset, moffset;
788 toffset = texdw[2] << 8;
836 if (toffset & (surf.base_align - 1)) {
838 __func__, __LINE__, toffset, surf.base_align);
847 toffset += surf.layer_size * depth;
849 toffset += surf.layer_size * mslice;
851 if (toffset > radeon_bo_size(texture)) {
2348 u32 toffset, moffset;
2377 toffset = (u32)((reloc->gpu_offset >> 8) & 0xffffffff);
2403 ib[idx+1+(i*8)+2] += toffset;