Searched refs:_Position (Results 1 – 11 of 11) sorted by relevance
/external/mesa3d/src/mesa/main/ |
D | light.c | 968 COPY_4FV( light->_Position, light->EyePosition ); in compute_light_positions() 972 TRANSFORM_POINT( light->_Position, ctx->ModelviewMatrixStack.Top->inv, in compute_light_positions() 978 COPY_3V( light->_VP_inf_norm, light->_Position ); in compute_light_positions() 990 GLfloat wInv = 1.0F / light->_Position[3]; in compute_light_positions() 991 light->_Position[0] *= wInv; in compute_light_positions() 992 light->_Position[1] *= wInv; in compute_light_positions() 993 light->_Position[2] *= wInv; in compute_light_positions()
|
D | rastpos.c | 154 SUB_3V(VP, light->_Position, vertex); in shade_rastpos()
|
D | mtypes.h | 359 GLfloat _Position[4]; /**< position in eye/obj coordinates */ member
|
/external/mesa3d/src/mesa/program/ |
D | prog_statevars.c | 540 COPY_4V(value, ctx->Light.Light[ln]._Position); in _mesa_fetch_state() 547 COPY_4V(value, ctx->Light.Light[ln]._Position); in _mesa_fetch_state() 560 COPY_3V(p, ctx->Light.Light[ln]._Position); in _mesa_fetch_state()
|
/external/mesa3d/src/mesa/x86/ |
D | gen_matypes.c | 227 OFFSET( "LIGHT_POSITION ", struct gl_light, _Position ); in main()
|
/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 | 6226 typedef regex_iterator<_BidirectionalIterator, _CharT, _Traits> _Position; 6228 _Position __position_; 6335 if (__position_ != _Position()) 6462 _Position __prev = __position_; 6474 if (__position_ != _Position())
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
D | radeon_state.c | 908 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()
|