Home
last modified time | relevance | path

Searched refs:_ShineTabList (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/mesa/tnl/
Dt_context.c89 tnl->_ShineTabList = MALLOC_STRUCT( tnl_shine_tab ); in _tnl_CreateContext()
90 make_empty_list( tnl->_ShineTabList ); in _tnl_CreateContext()
96 insert_at_tail( tnl->_ShineTabList, s ); in _tnl_CreateContext()
118 foreach_s( s, tmps, tnl->_ShineTabList ) { in _tnl_DestroyContext()
121 free( tnl->_ShineTabList ); in _tnl_DestroyContext()
Dt_context.h538 struct tnl_shine_tab *_ShineTabList; /**< MRU list of inactive shine tables */ member
Dt_vb_light.c124 struct tnl_shine_tab *list = tnl->_ShineTabList; in validate_shine_table()