Home
last modified time | relevance | path

Searched refs:BackfaceColorPtr (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/src/mesa/swrast_setup/
Dss_tritmp.h68 if (VB->BackfaceColorPtr) { in TAG()
69 GLfloat (*vbcolor)[4] = VB->BackfaceColorPtr->data; in TAG()
82 if (VB->BackfaceColorPtr->stride) { in TAG()
190 if (VB->BackfaceColorPtr) { in TAG()
/external/mesa3d/src/mesa/tnl/
Dt_vertex_generic.c1097 if (VB->BackfaceColorPtr && VB->BackfaceColorPtr->stride) { in _tnl_generic_interp_extras()
1098 assert(VB->BackfaceColorPtr->stride == 4 * sizeof(GLfloat)); in _tnl_generic_interp_extras()
1101 VB->BackfaceColorPtr->data[dst], in _tnl_generic_interp_extras()
1102 VB->BackfaceColorPtr->data[out], in _tnl_generic_interp_extras()
1103 VB->BackfaceColorPtr->data[in] ); in _tnl_generic_interp_extras()
1135 if (VB->BackfaceColorPtr && VB->BackfaceColorPtr->stride) { in _tnl_generic_copy_pv_extras()
1136 COPY_4FV( VB->BackfaceColorPtr->data[dst], in _tnl_generic_copy_pv_extras()
1137 VB->BackfaceColorPtr->data[src] ); in _tnl_generic_copy_pv_extras()
Dt_vb_lighttmp.h79 VB->BackfaceColorPtr = &store->LitColor[1]; in TAG()
262 VB->BackfaceColorPtr = &store->LitColor[1]; in TAG()
444 VB->BackfaceColorPtr = &store->LitColor[1]; in TAG()
550 VB->BackfaceColorPtr = &store->LitColor[1]; in TAG()
Dt_context.h217 GLvector4f *BackfaceColorPtr; member
Dt_vb_program.c437 VB->BackfaceColorPtr = &store->results[VARYING_SLOT_BFC0]; in run_vp()
Dt_draw.c316 VB->BackfaceColorPtr = NULL; in bind_inputs()
/external/mesa3d/src/mesa/tnl_dd/
Dt_dd_tritmp.h180 GLfloat (*vbcolor)[4] = VB->BackfaceColorPtr->data; in TAG()
189 if (VB->BackfaceColorPtr->stride) { in TAG()
190 assert(VB->BackfaceColorPtr->stride == 4*sizeof(GLfloat)); in TAG()
384 GLfloat (*vbcolor)[4] = VB->BackfaceColorPtr->data; in TAG()
419 if (VB->BackfaceColorPtr->stride) { in TAG()