HomeSort by: relevance | last modified time | path
    Searched refs:ctxvals_pos (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/gr/
ctxnv40.h 22 u32 ctxvals_pos; member in struct:nvkm_grctx
49 ctx->ctxvals_base = ctx->ctxvals_pos;
50 ctx->ctxvals_pos = ctx->ctxvals_base + length;
115 ctx->ctxvals_pos = offset;
116 ctx->ctxvals_base = ctx->ctxvals_pos;
118 cp_lsr(ctx, ctx->ctxvals_pos);
nouveau_nvkm_engine_gr_ctxnv50.c 255 ctx->ctxvals_pos += 0x400; /* padding... no idea why you need it */
288 *size = ctx.ctxvals_pos * 4;
794 nvkm_wo32(ctx->data, 4 * (ctx->ctxvals_pos + i), val);
796 ctx->ctxvals_pos += num;
804 base = ctx->ctxvals_pos;
1112 num = ctx->ctxvals_pos - base;
1113 ctx->ctxvals_pos = base;
1167 nvkm_wo32(ctx->data, 4 * (ctx->ctxvals_pos + (i << 3)), val);
1169 ctx->ctxvals_pos += num << 3;
1202 offset = (ctx->ctxvals_pos+0x3f)&~0x3f
    [all...]
nouveau_nvkm_engine_gr_ctxnv40.c 550 ctx->ctxvals_pos += len;
582 offset = ctx->ctxvals_pos;
583 ctx->ctxvals_pos += (0x0300/4 + (vs_nr * vs_len));
650 cp_pos (ctx, ctx->ctxvals_pos);
694 *size = ctx.ctxvals_pos * 4;

Completed in 14 milliseconds