HomeSort by relevance Sort by last modified time
    Searched defs:swtnl (Results 1 - 3 of 3) sorted by null

  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_render.h 68 struct nouveau_swtnl_state swtnl; member in struct:nouveau_render_state
nouveau_swtnl_t.c 155 struct nouveau_swtnl_state *swtnl = &to_render_state(ctx)->swtnl; local
157 nouveau_bo_ref(NULL, &swtnl->vbo);
158 swtnl->buf = nouveau_get_scratch(ctx, SWTNL_VBO_SIZE, &swtnl->vbo,
159 &swtnl->offset);
160 swtnl->vertex_count = 0;
167 struct nouveau_swtnl_state *swtnl = &render->swtnl; local
175 nouveau_bo_ref(swtnl->vbo, &a->bo)
202 struct nouveau_swtnl_state *swtnl = &to_render_state(ctx)->swtnl; local
    [all...]
  /external/mesa3d/src/gallium/drivers/svga/
svga_context.h 414 * updating state within a swtnl call.
457 } swtnl; member in struct:svga_context

Completed in 221 milliseconds