Lines Matching defs:offset
46 uint32_t offset;
54 #define __gen_address_offset(reloc) (((reloc)->bo ? (reloc)->bo->offset : 0) + \
55 (reloc)->offset)
83 v3dv_cl_address(struct v3dv_bo *bo, uint32_t offset)
87 .offset = offset,
95 return (struct v3dv_cl_reloc){ .bo = cl->bo, .offset = v3dv_cl_offset(cl) };
137 uint32_t offset)
139 cl_aligned_u32(cl_out, bo->offset + offset);