Home
last modified time | relevance | path

Searched refs:primtypes (Results 1 – 15 of 15) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/freedreno/a3xx/
Dfd3_screen.c98 static const enum pc_di_primtype primtypes[] = { enum
124 screen->primtypes = primtypes; in fd3_screen_init()
Dfd3_draw.c59 enum pc_di_primtype primtype = ctx->screen->primtypes[info->mode]; in draw_impl()
/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/
Dfd4_screen.c102 static const enum pc_di_primtype primtypes[] = { enum
125 screen->primtypes = primtypes; in fd4_screen_init()
Dfd4_draw.c47 enum pc_di_primtype primtype = ctx->screen->primtypes[info->mode]; in draw_impl()
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/
Dfd5_screen.c124 static const enum pc_di_primtype primtypes[] = { enum
151 screen->primtypes = primtypes; in fd5_screen_init()
Dfd5_draw.c47 enum pc_di_primtype primtype = ctx->screen->primtypes[info->mode]; in draw_impl()
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
Dfd6_screen.c131 static const enum pc_di_primtype primtypes[] = { enum
175 screen->primtypes = primtypes; in fd6_screen_init()
Dfd6_draw.c244 .prim_type = ctx->screen->primtypes[info->mode], in fd6_draw_vbo()
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/
Dfd2_screen.c133 screen->primtypes = a22x_primtypes; in fd2_screen_init()
135 screen->primtypes = a20x_primtypes; in fd2_screen_init()
Dfd2_draw.c139 fd_draw_emit(ctx->batch, ring, ctx->screen->primtypes[info->mode], in draw_impl()
/third_party/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_screen.h166 const enum pc_di_primtype *primtypes; member
Dfreedreno_screen.c1096 assert(screen->primtypes); in fd_screen_create()
1099 if (screen->primtypes[i]) in fd_screen_create()
/third_party/mesa3d/docs/relnotes/
D21.3.0.rst3028 - freedreno: export supported primtypes
3674 - freedreno: Cleanup primtypes/primtypes_mask
D22.0.0.rst3197 - mesa: convert unsupported primtypes during display list compilation
D22.2.0.rst5326 - freedreno: Use enum for primtypes table