Searched refs:primtypes (Results 1 - 25 of 25) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a3xx/
H A Dfd3_screen.c98 static const uint8_t primtypes[] = { variable in typeref:typename:const uint8_t[]
124 screen->primtypes = primtypes;
H A Dfd3_draw.c59 enum pc_di_primtype primtype = ctx->screen->primtypes[info->mode];
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a4xx/
H A Dfd4_screen.c102 static const uint8_t primtypes[] = { variable in typeref:typename:const uint8_t[]
125 screen->primtypes = primtypes;
H A Dfd4_draw.c47 enum pc_di_primtype primtype = ctx->screen->primtypes[info->mode];
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a5xx/
H A Dfd5_screen.c119 static const uint8_t primtypes[] = { variable in typeref:typename:const uint8_t[]
146 screen->primtypes = primtypes;
H A Dfd5_draw.c47 enum pc_di_primtype primtype = ctx->screen->primtypes[info->mode];
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_screen.c126 static const uint8_t primtypes[] = { variable in typeref:typename:const uint8_t[]
170 screen->primtypes = primtypes;
H A Dfd6_draw.c240 .prim_type = ctx->screen->primtypes[info->mode],
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a3xx/
H A Dfd3_context.c60 static const uint8_t primtypes[] = { variable in typeref:typename:const uint8_t[]
98 pctx = fd_context_init(&fd3_ctx->base, pscreen, primtypes, priv, flags);
H A Dfd3_draw.c59 enum pc_di_primtype primtype = ctx->primtypes[info->mode];
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a4xx/
H A Dfd4_context.c60 static const uint8_t primtypes[] = { variable in typeref:typename:const uint8_t[]
98 pctx = fd_context_init(&fd4_ctx->base, pscreen, primtypes, priv, flags);
H A Dfd4_draw.c48 enum pc_di_primtype primtype = ctx->primtypes[info->mode];
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a5xx/
H A Dfd5_context.c59 static const uint8_t primtypes[] = { variable in typeref:typename:const uint8_t[]
101 pctx = fd_context_init(&fd5_ctx->base, pscreen, primtypes, priv, flags);
H A Dfd5_draw.c48 enum pc_di_primtype primtype = ctx->primtypes[info->mode];
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_context.c65 static const uint8_t primtypes[] = { variable in typeref:typename:const uint8_t[]
104 pctx = fd_context_init(&fd6_ctx->base, pscreen, primtypes, priv, flags);
H A Dfd6_draw.c208 enum pc_di_primtype primtype = ctx->primtypes[info->mode];
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a2xx/
H A Dfd2_screen.c133 screen->primtypes = a22x_primtypes;
135 screen->primtypes = a20x_primtypes;
H A Dfd2_draw.c139 fd_draw_emit(ctx->batch, ring, ctx->screen->primtypes[info->mode],
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/
H A Dfreedreno_context.c331 const uint8_t *primtypes, void *priv, unsigned flags)
354 ctx->primtypes = primtypes;
357 if (primtypes[i])
330 fd_context_init(struct fd_context * ctx,struct pipe_screen * pscreen,const uint8_t * primtypes,void * priv,unsigned flags) argument
H A Dfreedreno_context.h197 const uint8_t *primtypes; member in struct:fd_context
481 struct pipe_screen *pscreen, const uint8_t *primtypes,
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/
H A Dfreedreno_screen.h156 * Note that primtypes[PRIM_TYPE_MAX] is used to map to the
160 const uint8_t *primtypes; member in struct:fd_screen
H A Dfreedreno_screen.c1073 assert(screen->primtypes);
1076 if (screen->primtypes[i])
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a2xx/
H A Dfd2_draw.c137 fd_draw_emit(ctx->batch, ring, ctx->primtypes[info->mode],
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D21.3.0.rst3028 - freedreno: export supported primtypes
3674 - freedreno: Cleanup primtypes/primtypes_mask
/xsrc/external/mit/MesaLib/dist/
H A D.pick_status.json29407 "description": "mesa: convert unsupported primtypes during display list compilation",
[all...]

Completed in 152 milliseconds