Searched refs:COPY_4FV (Results 1 - 13 of 13) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/draw/ |
H A D | draw_pipe_flatshade.c | 67 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 D | draw_pipe_twoside.c | 62 COPY_4FV(tmp->data[twoside->attrib_front0], in copy_bfc() 66 COPY_4FV(tmp->data[twoside->attrib_front1], in copy_bfc()
|
H A D | draw_pipe_clip.c | 125 COPY_4FV(dst->data[attr], src->data[attr]); in copy_flat()
|
/third_party/mesa3d/src/mesa/main/ |
H A D | clip.c | 92 COPY_4FV(ctx->Transform.EyeUserPlane[p], equation); in _mesa_ClipPlane()
|
H A D | light.c | 777 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 D | texenv.c | 97 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 D | texgen.c | 150 COPY_4FV(unit->ObjectPlane[index], params); in texgenfv() 172 COPY_4FV(unit->EyePlane[index], tmp); in texgenfv()
|
H A D | rastpos.c | 500 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 D | accum.c | 53 COPY_4FV( ctx->Accum.ClearColor, tmp ); in _mesa_ClearAccum()
|
H A D | get.c | 1122 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 D | blend.c | 812 COPY_4FV( ctx->Color.BlendColorUnclamped, tmp ); in _mesa_BlendColor()
|
/third_party/mesa3d/src/util/ |
H A D | u_math.h | 741 #ifndef COPY_4FV 742 #define COPY_4FV( DST, SRC ) COPY_4V(DST, SRC) macro
|
/third_party/mesa3d/src/mesa/state_tracker/ |
H A D | st_cb_bitmap.c | 509 COPY_4FV(cache->color, ctx->Current.RasterColor); in accum_bitmap()
|
Completed in 16 milliseconds