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.c52 SScontext *swsetup = calloc(1, sizeof(SScontext)); in _swsetup_CreateContext() local
54 if (!swsetup) in _swsetup_CreateContext()
57 ctx->swsetup_context = swsetup; in _swsetup_CreateContext()
59 swsetup->NewState = ~0; in _swsetup_CreateContext()
72 SScontext *swsetup = SWSETUP_CONTEXT(ctx); in _swsetup_DestroyContext() local
74 if (swsetup) { in _swsetup_DestroyContext()
75 free(swsetup); in _swsetup_DestroyContext()
114 SScontext *swsetup = SWSETUP_CONTEXT(ctx); in setup_vertex_format() local
120 if (intColors != swsetup->intColors || in setup_vertex_format()
121 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.c72 SScontext *swsetup = SWSETUP_CONTEXT(ctx); in _swsetup_edge_render_line_tri() local
74 if (swsetup->render_prim == GL_POLYGON) { in _swsetup_edge_render_line_tri()
115 SScontext *swsetup = SWSETUP_CONTEXT(ctx); in _swsetup_render_tri() local
118 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':