Searched refs:get_bufferobj_map (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/mesa/drivers/dri/nouveau/ |
D | nouveau_bufferobj.c | 34 get_bufferobj_map(struct gl_context *ctx, struct gl_buffer_object *obj, in get_bufferobj_map() function 107 memcpy(get_bufferobj_map(ctx, obj, NOUVEAU_BO_WR), data, size); in nouveau_bufferobj_data() 117 memcpy(get_bufferobj_map(ctx, obj, NOUVEAU_BO_WR) + offset, data, size); in nouveau_bufferobj_subdata() 125 memcpy(data, get_bufferobj_map(ctx, obj, NOUVEAU_BO_RD) + offset, size); in nouveau_bufferobj_get_subdata() 146 map = get_bufferobj_map(ctx, obj, flags); in nouveau_bufferobj_map_range()
|