Home
last modified time | relevance | path

Searched refs:COPY_3V (Results 1 – 12 of 12) sorted by relevance

/external/mesa3d/src/mesa/tnl/
Dt_vb_lighttmp.h101 COPY_3V(sum[0], base[0]); in TAG()
105 COPY_3V(sum[1], base[1]); in TAG()
123 COPY_3V(VP, light->_VP_inf_norm); in TAG()
182 COPY_3V(contrib, light->_MatAmbient[side]); in TAG()
189 COPY_3V(v, vertex); in TAG()
216 COPY_3V( Fcolor[j], sum[0] ); in TAG()
217 COPY_3V( Fspec[j], spec[0] ); in TAG()
221 COPY_3V( Bcolor[j], sum[1] ); in TAG()
222 COPY_3V( Bspec[j], spec[1] ); in TAG()
279 COPY_3V(sum[0], base[0]); in TAG()
[all …]
Dt_rasterpos.c126 COPY_3V(diffuseColor, base[0]); in shade_rastpos()
139 COPY_3V(VP, light->_VP_inf_norm); in shade_rastpos()
185 COPY_3V(diffuseContrib, light->_MatAmbient[0]); in shade_rastpos()
197 COPY_3V(v, vertex); in shade_rastpos()
266 COPY_3V(u, vEye); in compute_texgen()
Dt_vb_texgen.c112 COPY_3V( u, coord ); in build_m3()
189 COPY_3V( u, coord ); in build_f3()
/external/mesa3d/src/mesa/main/
Dlight.c144 COPY_3V(light->SpotDirection, params); in _mesa_light()
359 COPY_3V( params, ctx->Light.Light[l].SpotDirection ); in _mesa_GetLightfv()
660 COPY_3V( ctx->Light._BaseColor[0], mat[MAT_ATTRIB_FRONT_EMISSION] ); in _mesa_update_material()
666 COPY_3V( ctx->Light._BaseColor[1], mat[MAT_ATTRIB_BACK_EMISSION] ); in _mesa_update_material()
956 COPY_3V( ctx->_EyeZDir, eye_z ); in compute_light_positions()
976 COPY_3V( light->_VP_inf_norm, light->_Position ); in compute_light_positions()
998 COPY_3V( light->_NormSpotDirection, light->SpotDirection ); in compute_light_positions()
1003 COPY_3V(spotDir, light->SpotDirection); in compute_light_positions()
Dpoints.c126 COPY_3V(ctx->Point.Params, params); in _mesa_PointParameterfv()
Dmacros.h374 #define COPY_3V( DST, SRC ) \ macro
/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnv20_state_tnl.c244 COPY_3V(c_scene, mat[MAT_ATTRIB_EMISSION(side)]); in nv20_emit_material_ambient()
245 COPY_3V(c_factor, ctx->Light.Model.Ambient); in nv20_emit_material_ambient()
253 COPY_3V(c_scene, ctx->Light._BaseColor[side]); in nv20_emit_material_ambient()
Dnv10_state_tnl.c327 COPY_3V(c_scene, ctx->Light.Model.Ambient); in nv10_emit_material_ambient()
328 COPY_3V(c_factor, mat[MAT_ATTRIB_FRONT_EMISSION]); in nv10_emit_material_ambient()
336 COPY_3V(c_scene, ctx->Light._BaseColor[0]); in nv10_emit_material_ambient()
/external/mesa3d/src/mesa/program/
Dprog_statevars.c116 COPY_3V(value, ctx->Light.Light[ln].SpotDirection); in _mesa_fetch_state()
130 COPY_3V(p, ctx->Light.Light[ln].EyePosition); in _mesa_fetch_state()
504 COPY_3V(value, ctx->Light.Light[ln]._NormSpotDirection); in _mesa_fetch_state()
532 COPY_3V(p, ctx->Light.Light[ln]._Position); in _mesa_fetch_state()
/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_state.c660 COPY_3V( &fcmd[GLT_RED], in update_global_ambient()
668 COPY_3V( &fcmd[GLT_RED], ctx->Light.Model.Ambient ); in update_global_ambient()
/external/mesa3d/src/mesa/drivers/dri/i915/
Dintel_tris.c659 #define VERT_COPY_SPEC( v0, v1 ) if (specoffset) COPY_3V(v0->ub4[specoffset], v1->ub4[specoffset])
/external/mesa3d/src/mesa/drivers/dri/r200/
Dr200_state.c845 COPY_3V( &fcmd[GLT_RED], in update_global_ambient()
853 COPY_3V( &fcmd[GLT_RED], ctx->Light.Model.Ambient ); in update_global_ambient()