Searched refs:_Position (Results 1 – 11 of 11) sorted by relevance
/external/mesa3d/src/mesa/main/ |
D | light.c | 966 COPY_4FV( light->_Position, light->EyePosition ); in compute_light_positions() 970 TRANSFORM_POINT( light->_Position, ctx->ModelviewMatrixStack.Top->inv, in compute_light_positions() 976 COPY_3V( light->_VP_inf_norm, light->_Position ); in compute_light_positions() 988 GLfloat wInv = 1.0F / light->_Position[3]; in compute_light_positions() 989 light->_Position[0] *= wInv; in compute_light_positions() 990 light->_Position[1] *= wInv; in compute_light_positions() 991 light->_Position[2] *= wInv; in compute_light_positions()
|
D | rastpos.c | 172 SUB_3V(VP, light->_Position, vertex); in shade_rastpos()
|
D | mtypes.h | 321 GLfloat _Position[4]; /**< position in eye/obj coordinates */ member
|
/external/mesa3d/src/mesa/program/ |
D | prog_statevars.c | 522 COPY_4V(value, ctx->Light.Light[ln]._Position); in fetch_state() 529 COPY_4V(value, ctx->Light.Light[ln]._Position); in fetch_state() 542 COPY_3V(p, ctx->Light.Light[ln]._Position); in fetch_state()
|
/external/mesa3d/src/mesa/tnl/ |
D | t_vb_lighttmp.h | 131 SUB_3V(VP, light->_Position, vertex); in TAG() 310 SUB_3V(VP, light->_Position, vertex); in TAG()
|
/external/mesa3d/src/mesa/drivers/dri/nouveau/ |
D | nv20_state_tnl.c | 206 PUSH_DATAp(push, l->_Position, 3); in nv20_emit_light_source()
|
D | nv10_state_tnl.c | 290 PUSH_DATAp(push, l->_Position, 3); in nv10_emit_light_source()
|
/external/libcxx/include/ |
D | regex | 6242 typedef regex_iterator<_BidirectionalIterator, _CharT, _Traits> _Position; 6244 _Position __position_; 6351 if (__position_ != _Position()) 6478 _Position __prev = __position_; 6490 if (__position_ != _Position())
|
/external/llvm-project/libcxx/include/ |
D | regex | 6349 typedef regex_iterator<_BidirectionalIterator, _CharT, _Traits> _Position; 6351 _Position __position_; 6458 if (__position_ != _Position()) 6585 _Position __prev = __position_; 6597 if (__position_ != _Position())
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
D | radeon_state.c | 905 COPY_4V( &fcmd[LIT_POSITION_X], l->_Position ); in update_light()
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
D | r200_state.c | 1129 COPY_4V( &fcmd[LIT_POSITION_X], l->_Position ); in update_light()
|