| /xsrc/external/mit/MesaLib/dist/src/mesa/tnl/ |
| t_context.c | 56 ctx->swtnl_context = tnl = calloc(1, sizeof(TNLcontext)); 125 ctx->swtnl_context = NULL;
|
| t_context.h | 583 #define TNL_CONTEXT(ctx) ((TNLcontext *)((ctx)->swtnl_context))
|
| t_vertex_sse.c | 381 x86_mov(&p->func, vtxESI, x86_make_disp(vtxESI, get_offset(ctx, &ctx->swtnl_context)));
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/tnl/ |
| t_context.c | 55 ctx->swtnl_context = tnl = calloc(1, sizeof(TNLcontext)); 126 ctx->swtnl_context = NULL;
|
| t_context.h | 583 #define TNL_CONTEXT(ctx) ((TNLcontext *)((ctx)->swtnl_context))
|
| t_vertex_sse.c | 381 x86_mov(&p->func, vtxESI, x86_make_disp(vtxESI, get_offset(ctx, &ctx->swtnl_context)));
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| mtypes.h | 5539 void *swtnl_context; member in struct:gl_context
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| mtypes.h | 5118 void *swtnl_context; member in struct:gl_context
|