Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/nouveau/
Dnouveau_buffer.h70 nouveau_resource_map_offset(struct nouveau_context *, struct nv04_resource *,
Dnouveau_buffer.c627 nouveau_resource_map_offset(struct nouveau_context *nv, in nouveau_resource_map_offset() function
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_vbo_translate.c79 map = nouveau_resource_map_offset(&nvc0->base, in nvc0_vertex_configure_translate()
96 ctx->idxbuf = nouveau_resource_map_offset( in nvc0_push_map_idxbuf()
116 ctx->edgeflag.data = nouveau_resource_map_offset(&nvc0->base, in nvc0_push_map_edgeflag()
511 uint32_t *count = nouveau_resource_map_offset( in nvc0_push_vbo_indirect()
517 uint8_t *buf_data = nouveau_resource_map_offset( in nvc0_push_vbo_indirect()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnv30_push.c219 data = nouveau_resource_map_offset(&nv30->base, res, in nv30_push_vbo()
230 ctx.idxbuf = nouveau_resource_map_offset(&nv30->base, in nv30_push_vbo()
Dnv30_vbo.c48 data = nouveau_resource_map_offset(&nv30->base, res, vb->buffer_offset + in nv30_emit_vtxattr()
515 data = nouveau_resource_map_offset(&nv30->base,
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_push.c273 data = nouveau_resource_map_offset(&nv50->base, in nv50_push_vbo()
286 ctx.idxbuf = nouveau_resource_map_offset(&nv50->base, in nv50_push_vbo()