Home | History | Annotate | Download | only in nvc0

Lines Matching refs:idxbuf

16    void *idxbuf;
123 uint8_t *restrict elts = (uint8_t *)ctx->idxbuf + start;
164 uint16_t *restrict elts = (uint16_t *)ctx->idxbuf + start;
205 uint32_t *restrict elts = (uint32_t *)ctx->idxbuf + start;
328 ctx.idxbuf =
330 nv04_resource(nvc0->idxbuf.buffer),
331 nvc0->idxbuf.offset, NOUVEAU_BO_RD);
332 if (!ctx.idxbuf)
334 index_size = nvc0->idxbuf.index_size;
338 ctx.idxbuf = NULL;
405 nouveau_resource_unmap(nv04_resource(nvc0->idxbuf.buffer));