Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_pipe_flatshade.c76 COPY_4FV(dst->data[attr], src->data[attr]); in copy_colors()
96 COPY_4FV(dst0->data[attr], src->data[attr]); in copy_colors2()
97 COPY_4FV(dst1->data[attr], src->data[attr]); in copy_colors2()
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_clip.c106 COPY_4FV(dst->data[attr], src->data[attr]); in copy_flat()
/external/mesa3d/src/mesa/main/
Dlight.c717 COPY_4FV( mat->Attrib[i], color ); in _mesa_update_color_material()
786 COPY_4FV( params, mat[MAT_ATTRIB_AMBIENT(f)] ); in _mesa_GetMaterialfv()
789 COPY_4FV( params, mat[MAT_ATTRIB_DIFFUSE(f)] ); in _mesa_GetMaterialfv()
792 COPY_4FV( params, mat[MAT_ATTRIB_SPECULAR(f)] ); in _mesa_GetMaterialfv()
795 COPY_4FV( params, mat[MAT_ATTRIB_EMISSION(f)] ); in _mesa_GetMaterialfv()
966 COPY_4FV( light->_Position, light->EyePosition ); in compute_light_positions()
Dtexenv.c96 COPY_4FV(texUnit->EnvColorUnclamped, color); in set_env_color()
686 COPY_4FV( params, texUnit->EnvColor ); in _mesa_GetTexEnvfv()
688 COPY_4FV( params, texUnit->EnvColorUnclamped ); in _mesa_GetTexEnvfv()
842 COPY_4FV(texUnit->RotMatrix, param); in _mesa_TexBumpParameterfvATI()
Dclip.c88 COPY_4FV(ctx->Transform.EyeUserPlane[p], equation); in _mesa_ClipPlane()
Dtexgen.c156 COPY_4FV(texgen->ObjectPlane, params); in _mesa_TexGenfv()
178 COPY_4FV(texgen->EyePlane, tmp); in _mesa_TexGenfv()
Dattrib.c716 COPY_4FV(destUnit->GenS.EyePlane, unit->GenS.EyePlane); in pop_texture_group()
717 COPY_4FV(destUnit->GenT.EyePlane, unit->GenT.EyePlane); in pop_texture_group()
718 COPY_4FV(destUnit->GenR.EyePlane, unit->GenR.EyePlane); in pop_texture_group()
719 COPY_4FV(destUnit->GenQ.EyePlane, unit->GenQ.EyePlane); in pop_texture_group()
Dget.c1780 COPY_4FV(v->value_float_4, ctx->Fog.Color); in find_custom_value()
1782 COPY_4FV(v->value_float_4, ctx->Fog.ColorUnclamped); in find_custom_value()
1791 COPY_4FV(v->value_float_4, ctx->Color.ClearColor.f); in find_custom_value()
1795 COPY_4FV(v->value_float_4, ctx->Color.BlendColor); in find_custom_value()
1797 COPY_4FV(v->value_float_4, ctx->Color.BlendColorUnclamped); in find_custom_value()
Daccum.c57 COPY_4FV( ctx->Accum.ClearColor, tmp ); in _mesa_ClearAccum()
Drastpos.c273 COPY_4FV( ctx->Current.RasterTexCoords[texSet], in window_pos3f()
Dmacros.h251 COPY_4FV(GLfloat dst[4], const GLfloat src[4]) in COPY_4FV() function
Dblend.c557 COPY_4FV( ctx->Color.BlendColorUnclamped, tmp ); in _mesa_BlendColor()
/external/mesa3d/src/mesa/tnl/
Dt_rasterpos.c453 COPY_4FV(ctx->Current.RasterColor, in _tnl_RasterPos()
455 COPY_4FV(ctx->Current.RasterSecondaryColor, in _tnl_RasterPos()
Dt_vb_lighttmp.h492 COPY_4FV(Fcolor[j], base[0]); in TAG()
506 COPY_4FV(Bcolor[j], base[1]); in TAG()
Dt_vertex_generic.c1137 COPY_4FV( VB->BackfaceColorPtr->data[dst], in _tnl_generic_copy_pv_extras()
1142 COPY_4FV( VB->BackfaceSecondaryColorPtr->data[dst], in _tnl_generic_copy_pv_extras()
/external/mesa3d/src/gallium/auxiliary/util/
Du_math.h738 #ifndef COPY_4FV
739 #define COPY_4FV( DST, SRC ) COPY_4V(DST, SRC) macro
/external/mesa3d/src/mesa/tnl_dd/
Dt_dd_vb.c330 COPY_4FV( GET_COLOR(VB->BackfaceColorPtr, dst), in TAG()
334 COPY_4FV( GET_COLOR(VB->BackfaceSecondaryColorPtr, dst), in TAG()
/external/mesa3d/src/mesa/state_tracker/
Dst_atom_blend.c282 COPY_4FV(bc.color, ctx->Color.BlendColorUnclamped); in update_blend()
Dst_cb_bitmap.c727 COPY_4FV(cache->color, st->ctx->Current.RasterColor); in accum_bitmap()