Lines Matching defs:toffset
759 unsigned long toffset, moffset;
789 toffset = texdw[2] << 8;
837 if (toffset & (surf.base_align - 1)) {
839 __func__, __LINE__, toffset, surf.base_align);
848 toffset += surf.layer_size * depth;
850 toffset += surf.layer_size * mslice;
852 if (toffset > radeon_bo_size(texture)) {
2349 u32 toffset, moffset;
2378 toffset = (u32)((reloc->gpu_offset >> 8) & 0xffffffff);
2404 ib[idx+1+(i*8)+2] += toffset;