Home
last modified time | relevance | path

Searched refs:swtnl_context (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/mesa/tnl/
Dt_context.c56 ctx->swtnl_context = tnl = calloc(1, sizeof(TNLcontext)); in _tnl_CreateContext()
125 ctx->swtnl_context = NULL; in _tnl_DestroyContext()
Dt_context.h583 #define TNL_CONTEXT(ctx) ((TNLcontext *)((ctx)->swtnl_context))
Dt_vertex_sse.c381 x86_mov(&p->func, vtxESI, x86_make_disp(vtxESI, get_offset(ctx, &ctx->swtnl_context))); in build_vertex_emit()
/third_party/mesa3d/src/mesa/main/
Dmtypes.h5539 void *swtnl_context; member