Searched refs:tnl_shine_tab (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/tnl/
H A Dt_context.c89 tnl->_ShineTabList = MALLOC_STRUCT( tnl_shine_tab );
93 struct tnl_shine_tab *s = MALLOC_STRUCT( tnl_shine_tab );
112 struct tnl_shine_tab *s, *tmps;
H A Dt_context.h393 struct tnl_shine_tab struct
395 struct tnl_shine_tab *next, *prev;
573 struct tnl_shine_tab *_ShineTable[2]; /**< Active shine tables */
574 struct tnl_shine_tab *_ShineTabList; /**< MRU list of inactive shine tables */
H A Dt_vb_light.c124 struct tnl_shine_tab *list = tnl->_ShineTabList;
125 struct tnl_shine_tab *s;
280 const struct tnl_shine_tab *tab = tnl->_ShineTable[face];
/xsrc/external/mit/MesaLib/dist/src/mesa/tnl/
H A Dt_context.c90 tnl->_ShineTabList = MALLOC_STRUCT( tnl_shine_tab );
94 struct tnl_shine_tab *s = MALLOC_STRUCT( tnl_shine_tab );
113 struct tnl_shine_tab *s, *tmps;
H A Dt_context.h393 struct tnl_shine_tab struct
395 struct tnl_shine_tab *next, *prev;
573 struct tnl_shine_tab *_ShineTable[2]; /**< Active shine tables */
574 struct tnl_shine_tab *_ShineTabList; /**< MRU list of inactive shine tables */
H A Dt_vb_light.c124 struct tnl_shine_tab *list = tnl->_ShineTabList;
125 struct tnl_shine_tab *s;
280 const struct tnl_shine_tab *tab = tnl->_ShineTable[face];

Completed in 6 milliseconds