Home
last modified time | relevance | path

Searched refs:COPY_4FV (Results 1 – 17 of 17) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_pipe_twoside.c62 COPY_4FV(tmp->data[twoside->attrib_front0], in copy_bfc()
66 COPY_4FV(tmp->data[twoside->attrib_front1], in copy_bfc()
Ddraw_pipe_flatshade.c67 COPY_4FV(dst->data[attr], src->data[attr]); in copy_flats()
82 COPY_4FV(dst0->data[attr], src->data[attr]); in copy_flats2()
83 COPY_4FV(dst1->data[attr], src->data[attr]); in copy_flats2()
Ddraw_pipe_clip.c130 COPY_4FV(dst->data[attr], src->data[attr]); in copy_flat()
/external/mesa3d/src/mesa/main/
Dlight.c715 COPY_4FV( mat->Attrib[i], color ); in _mesa_update_color_material()
784 COPY_4FV( params, mat[MAT_ATTRIB_AMBIENT(f)] ); in _mesa_GetMaterialfv()
787 COPY_4FV( params, mat[MAT_ATTRIB_DIFFUSE(f)] ); in _mesa_GetMaterialfv()
790 COPY_4FV( params, mat[MAT_ATTRIB_SPECULAR(f)] ); in _mesa_GetMaterialfv()
793 COPY_4FV( params, mat[MAT_ATTRIB_EMISSION(f)] ); in _mesa_GetMaterialfv()
968 COPY_4FV( light->_Position, light->EyePosition ); in compute_light_positions()
Dtexgen.c151 COPY_4FV(texgen->ObjectPlane, params); in _mesa_TexGenfv()
173 COPY_4FV(texgen->EyePlane, tmp); in _mesa_TexGenfv()
Dclip.c87 COPY_4FV(ctx->Transform.EyeUserPlane[p], equation); in _mesa_ClipPlane()
Dtexenv.c97 COPY_4FV(texUnit->EnvColorUnclamped, color); in set_env_color()
652 COPY_4FV( params, texUnit->EnvColor ); in _mesa_GetTexEnvfv()
654 COPY_4FV( params, texUnit->EnvColorUnclamped ); in _mesa_GetTexEnvfv()
Drastpos.c455 COPY_4FV(ctx->Current.RasterColor, in _mesa_RasterPos()
457 COPY_4FV(ctx->Current.RasterSecondaryColor, in _mesa_RasterPos()
713 COPY_4FV( ctx->Current.RasterTexCoords[texSet], in window_pos3f()
Dget.c962 COPY_4FV(v->value_float_4, ctx->Fog.Color); in find_custom_value()
964 COPY_4FV(v->value_float_4, ctx->Fog.ColorUnclamped); in find_custom_value()
973 COPY_4FV(v->value_float_4, ctx->Color.ClearColor.f); in find_custom_value()
977 COPY_4FV(v->value_float_4, ctx->Color.BlendColor); in find_custom_value()
979 COPY_4FV(v->value_float_4, ctx->Color.BlendColorUnclamped); in find_custom_value()
Dattrib.c789 COPY_4FV(destUnit->GenS.EyePlane, unit->GenS.EyePlane); in pop_texture_group()
790 COPY_4FV(destUnit->GenT.EyePlane, unit->GenT.EyePlane); in pop_texture_group()
791 COPY_4FV(destUnit->GenR.EyePlane, unit->GenR.EyePlane); in pop_texture_group()
792 COPY_4FV(destUnit->GenQ.EyePlane, unit->GenQ.EyePlane); in pop_texture_group()
Daccum.c52 COPY_4FV( ctx->Accum.ClearColor, tmp ); in _mesa_ClearAccum()
Dblend.c649 COPY_4FV( ctx->Color.BlendColorUnclamped, tmp ); in _mesa_BlendColor()
/external/mesa3d/src/gallium/auxiliary/util/
Du_math.h664 #ifndef COPY_4FV
665 #define COPY_4FV( DST, SRC ) COPY_4V(DST, SRC) macro
/external/mesa3d/src/mesa/state_tracker/
Dst_atom_blend.c282 COPY_4FV(bc.color, ctx->Color.BlendColorUnclamped); in update_blend()
Dst_cb_bitmap.c517 COPY_4FV(cache->color, ctx->Current.RasterColor); in accum_bitmap()
/external/mesa3d/src/mesa/tnl/
Dt_vb_lighttmp.h496 COPY_4FV(Fcolor[j], base[0]); in TAG()
510 COPY_4FV(Bcolor[j], base[1]); in TAG()
Dt_vertex_generic.c1136 COPY_4FV( VB->BackfaceColorPtr->data[dst], in _tnl_generic_copy_pv_extras()
1141 COPY_4FV( VB->BackfaceSecondaryColorPtr->data[dst], in _tnl_generic_copy_pv_extras()