Home
last modified time | relevance | path

Searched refs:nouveau_resource_map_offset (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/gallium/drivers/nouveau/
Dnouveau_buffer.h71 nouveau_resource_map_offset(struct nouveau_context *, struct nv04_resource *,
Dnouveau_buffer.c603 nouveau_resource_map_offset(struct nouveau_context *nv, in nouveau_resource_map_offset() function
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_vbo_translate.c78 map = nouveau_resource_map_offset(&nvc0->base, in nvc0_vertex_configure_translate()
95 ctx->idxbuf = nouveau_resource_map_offset( in nvc0_push_map_idxbuf()
115 ctx->edgeflag.data = nouveau_resource_map_offset(&nvc0->base, in nvc0_push_map_edgeflag()
507 uint32_t *count = nouveau_resource_map_offset( in nvc0_push_vbo_indirect()
513 uint8_t *buf_data = nouveau_resource_map_offset( in nvc0_push_vbo_indirect()
/external/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnv30_push.c218 data = nouveau_resource_map_offset(&nv30->base, res, in nv30_push_vbo()
229 ctx.idxbuf = nouveau_resource_map_offset(&nv30->base, in nv30_push_vbo()
Dnv30_vbo.c47 data = nouveau_resource_map_offset(&nv30->base, res, vb->buffer_offset + in nv30_emit_vtxattr()
514 data = nouveau_resource_map_offset(&nv30->base,
/external/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_push.c271 data = nouveau_resource_map_offset(&nv50->base, in nv50_push_vbo()
284 ctx.idxbuf = nouveau_resource_map_offset(&nv50->base, in nv50_push_vbo()