Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/
Dfd4_screen.c102 static const uint8_t primtypes[] = { variable
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/a3xx/
Dfd3_screen.c98 static const uint8_t primtypes[] = { variable
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/a5xx/
Dfd5_screen.c119 static const uint8_t primtypes[] = { variable
146 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.c126 static const uint8_t primtypes[] = { variable
170 screen->primtypes = primtypes; in fd6_screen_init()
Dfd6_draw.c239 .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.h160 const uint8_t *primtypes; member
Dfreedreno_screen.c1073 assert(screen->primtypes); in fd_screen_create()
1076 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