Home
last modified time | relevance | path

Searched refs:swsetup (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/mesa/swrast_setup/
Dss_context.c53 SScontext *swsetup = calloc(1, sizeof(SScontext)); in _swsetup_CreateContext() local
55 if (!swsetup) in _swsetup_CreateContext()
58 ctx->swsetup_context = swsetup; in _swsetup_CreateContext()
60 swsetup->NewState = ~0; in _swsetup_CreateContext()
73 SScontext *swsetup = SWSETUP_CONTEXT(ctx); in _swsetup_DestroyContext() local
75 if (swsetup) { in _swsetup_DestroyContext()
76 free(swsetup); in _swsetup_DestroyContext()
115 SScontext *swsetup = SWSETUP_CONTEXT(ctx); in setup_vertex_format() local
121 if (intColors != swsetup->intColors || in setup_vertex_format()
122 tnl->render_inputs_bitset != swsetup->last_index_bitset) { in setup_vertex_format()
[all …]
Dss_tritmp.h36 SScontext *swsetup = SWSETUP_CONTEXT(ctx); in TAG() local
71 if (swsetup->intColors) { in TAG()
83 if (swsetup->intColors) { in TAG()
96 if (swsetup->intColors) { in TAG()
191 if (swsetup->intColors) { in TAG()
Dss_triangle.c74 SScontext *swsetup = SWSETUP_CONTEXT(ctx); in _swsetup_edge_render_line_tri() local
76 if (swsetup->render_prim == GL_POLYGON) { in _swsetup_edge_render_line_tri()
117 SScontext *swsetup = SWSETUP_CONTEXT(ctx); in _swsetup_render_tri() local
120 SWvertex *verts = swsetup->verts; in _swsetup_render_tri()
DNOTES45 the swsetup module is 'awake':
49 There is no explicit call to put the swsetup module to sleep. Simply
/external/mesa3d/src/mesa/swrast/
DNOTES30 the swsetup module is 'awake':
/external/mesa3d/src/mesa/tnl/
DNOTES33 the swsetup module is 'awake':