Lines Matching defs:offset
214 uint32_t offset,
220 load.address = v3dv_cl_address(bo, offset);
232 uint32_t offset,
239 store.address = v3dv_cl_address(bo, offset);
980 uint32_t offset,
995 emit_linear_store(cl, RENDER_TARGET_0, bo, offset, stride, false,
1011 uint32_t offset,
1015 emit_fill_buffer_per_tile_list(job, bo, offset, stride);
1022 uint32_t offset,
1041 emit_fill_buffer(job, bo, offset, framebuffer);
1303 uint32_t offset,
1308 assert(offset + size <= bo->size);
1331 v3dX(meta_emit_fill_buffer_rcl)(job, bo, offset, &framebuffer, data);
1338 offset += bytes_copied;