Home
last modified time | relevance | path

Searched refs:draw_modes (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/drivers/panfrost/
Dpan_context.c449 if (!(ctx->draw_modes & (1 << mode))) { in panfrost_draw_vbo()
1600 ctx->draw_modes = (1 << (PIPE_PRIM_QUADS + 1)) - 1; in panfrost_create_context()
1603 ctx->draw_modes |= (1 << PIPE_PRIM_QUAD_STRIP); in panfrost_create_context()
1604 ctx->draw_modes |= (1 << PIPE_PRIM_POLYGON); in panfrost_create_context()
1607 ctx->primconvert = util_primconvert_create(gallium, ctx->draw_modes); in panfrost_create_context()
Dpan_context.h126 unsigned draw_modes; member