Searched refs:primtypes (Results 1 – 15 of 15) sorted by relevance
98 static const enum pc_di_primtype primtypes[] = { enum124 screen->primtypes = primtypes; in fd3_screen_init()
59 enum pc_di_primtype primtype = ctx->screen->primtypes[info->mode]; in draw_impl()
102 static const enum pc_di_primtype primtypes[] = { enum125 screen->primtypes = primtypes; in fd4_screen_init()
47 enum pc_di_primtype primtype = ctx->screen->primtypes[info->mode]; in draw_impl()
124 static const enum pc_di_primtype primtypes[] = { enum151 screen->primtypes = primtypes; in fd5_screen_init()
131 static const enum pc_di_primtype primtypes[] = { enum175 screen->primtypes = primtypes; in fd6_screen_init()
244 .prim_type = ctx->screen->primtypes[info->mode], in fd6_draw_vbo()
133 screen->primtypes = a22x_primtypes; in fd2_screen_init()135 screen->primtypes = a20x_primtypes; in fd2_screen_init()
139 fd_draw_emit(ctx->batch, ring, ctx->screen->primtypes[info->mode], in draw_impl()
166 const enum pc_di_primtype *primtypes; member
1096 assert(screen->primtypes); in fd_screen_create()1099 if (screen->primtypes[i]) in fd_screen_create()
3028 - freedreno: export supported primtypes3674 - freedreno: Cleanup primtypes/primtypes_mask
3197 - mesa: convert unsupported primtypes during display list compilation
5326 - freedreno: Use enum for primtypes table