HomeSort by relevance Sort by last modified time
    Searched refs:primtypes (Results 1 - 9 of 9) sorted by null

  /external/mesa3d/src/gallium/drivers/freedreno/a3xx/
fd3_context.c 60 static const uint8_t primtypes[] = { variable
97 pctx = fd_context_init(&fd3_ctx->base, pscreen, primtypes, priv, flags);
fd3_draw.c 61 enum pc_di_primtype primtype = ctx->primtypes[info->mode];
  /external/mesa3d/src/gallium/drivers/freedreno/a4xx/
fd4_context.c 60 static const uint8_t primtypes[] = { variable
97 pctx = fd_context_init(&fd4_ctx->base, pscreen, primtypes, priv, flags);
fd4_draw.c 50 enum pc_di_primtype primtype = ctx->primtypes[info->mode];
  /external/mesa3d/src/gallium/drivers/freedreno/a5xx/
fd5_context.c 59 static const uint8_t primtypes[] = { variable
100 pctx = fd_context_init(&fd5_ctx->base, pscreen, primtypes, priv, flags);
fd5_draw.c 48 enum pc_di_primtype primtype = ctx->primtypes[info->mode];
  /external/mesa3d/src/gallium/drivers/freedreno/
freedreno_context.c 258 const uint8_t *primtypes, void *priv, unsigned flags)
276 ctx->primtypes = primtypes;
279 if (primtypes[i])
freedreno_context.h 202 const uint8_t *primtypes; member in struct:fd_context
450 struct pipe_screen *pscreen, const uint8_t *primtypes,
  /external/mesa3d/src/gallium/drivers/freedreno/a2xx/
fd2_draw.c 111 fd_draw_emit(ctx->batch, ring, ctx->primtypes[info->mode],

Completed in 92 milliseconds