Home
last modified time | relevance | path

Searched refs:COPY_4FV (Results 1 - 13 of 13) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/draw/
H A 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()
H A 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()
H A Ddraw_pipe_clip.c125 COPY_4FV(dst->data[attr], src->data[attr]); in copy_flat()
/third_party/mesa3d/src/mesa/main/
H A Dclip.c92 COPY_4FV(ctx->Transform.EyeUserPlane[p], equation); in _mesa_ClipPlane()
H A Dlight.c777 COPY_4FV(mat->Attrib[i], color); in _mesa_update_color_material()
844 COPY_4FV( params, mat[MAT_ATTRIB_AMBIENT(f)] ); in _mesa_GetMaterialfv()
847 COPY_4FV( params, mat[MAT_ATTRIB_DIFFUSE(f)] ); in _mesa_GetMaterialfv()
850 COPY_4FV( params, mat[MAT_ATTRIB_SPECULAR(f)] ); in _mesa_GetMaterialfv()
853 COPY_4FV( params, mat[MAT_ATTRIB_EMISSION(f)] ); in _mesa_GetMaterialfv()
1039 COPY_4FV( light->_Position, lu->EyePosition ); in compute_light_positions()
H A Dtexenv.c97 COPY_4FV(texUnit->EnvColorUnclamped, color); in set_env_color()
725 COPY_4FV( params, texUnit->EnvColor ); in _mesa_gettexenvfv_indexed()
727 COPY_4FV( params, texUnit->EnvColorUnclamped ); in _mesa_gettexenvfv_indexed()
H A Dtexgen.c150 COPY_4FV(unit->ObjectPlane[index], params); in texgenfv()
172 COPY_4FV(unit->EyePlane[index], tmp); in texgenfv()
H A Drastpos.c500 COPY_4FV(ctx->Current.RasterColor, in _mesa_RasterPos()
502 COPY_4FV(ctx->Current.RasterSecondaryColor, in _mesa_RasterPos()
758 COPY_4FV( ctx->Current.RasterTexCoords[texSet], in window_pos3f()
H A Daccum.c53 COPY_4FV( ctx->Accum.ClearColor, tmp ); in _mesa_ClearAccum()
H A Dget.c1122 COPY_4FV(v->value_float_4, ctx->Fog.Color); in find_custom_value()
1124 COPY_4FV(v->value_float_4, ctx->Fog.ColorUnclamped); in find_custom_value()
1133 COPY_4FV(v->value_float_4, ctx->Color.ClearColor.f); in find_custom_value()
1137 COPY_4FV(v->value_float_4, ctx->Color.BlendColor); in find_custom_value()
1139 COPY_4FV(v->value_float_4, ctx->Color.BlendColorUnclamped); in find_custom_value()
H A Dblend.c812 COPY_4FV( ctx->Color.BlendColorUnclamped, tmp ); in _mesa_BlendColor()
/third_party/mesa3d/src/util/
H A Du_math.h741 #ifndef COPY_4FV
742 #define COPY_4FV( DST, SRC ) COPY_4V(DST, SRC) macro
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_cb_bitmap.c509 COPY_4FV(cache->color, ctx->Current.RasterColor); in accum_bitmap()

Completed in 16 milliseconds