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

  /external/mesa3d/src/gallium/drivers/freedreno/a3xx/
fd3_context.c 57 static const uint8_t primtypes[] = { variable
94 pctx = fd_context_init(&fd3_ctx->base, pscreen, primtypes, priv);
fd3_draw.c 61 enum pc_di_primtype primtype = ctx->primtypes[info->mode];
  /external/mesa3d/src/gallium/drivers/freedreno/a4xx/
fd4_context.c 57 static const uint8_t primtypes[] = { variable
94 pctx = fd_context_init(&fd4_ctx->base, pscreen, primtypes, priv);
fd4_draw.c 50 enum pc_di_primtype primtype = ctx->primtypes[info->mode];
  /external/mesa3d/src/gallium/drivers/freedreno/a5xx/
fd5_context.c 56 static const uint8_t primtypes[] = { variable
93 pctx = fd_context_init(&fd5_ctx->base, pscreen, primtypes, priv);
fd5_draw.c 48 enum pc_di_primtype primtype = ctx->primtypes[info->mode];
  /external/mesa3d/src/gallium/drivers/freedreno/
freedreno_context.c 244 const uint8_t *primtypes, void *priv)
252 ctx->primtypes = primtypes;
255 if (primtypes[i])
freedreno_context.h 140 const uint8_t *primtypes; member in struct:fd_context
346 struct pipe_screen *pscreen, const uint8_t *primtypes,
  /prebuilts/misc/common/swig/include/2.0.11/typemaps/
swigtypemaps.swg 162 %include <typemaps/primtypes.swg>
  /external/mesa3d/src/gallium/drivers/freedreno/a2xx/
fd2_draw.c 110 fd_draw_emit(ctx->batch, ring, ctx->primtypes[info->mode],

Completed in 157 milliseconds