Searched refs:COPY_4FV (Results 1 – 17 of 17) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/draw/ |
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()
|
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()
|
D | draw_pipe_clip.c | 130 COPY_4FV(dst->data[attr], src->data[attr]); in copy_flat()
|
/external/mesa3d/src/mesa/main/ |
D | light.c | 715 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()
|
D | texgen.c | 151 COPY_4FV(texgen->ObjectPlane, params); in _mesa_TexGenfv() 173 COPY_4FV(texgen->EyePlane, tmp); in _mesa_TexGenfv()
|
D | clip.c | 87 COPY_4FV(ctx->Transform.EyeUserPlane[p], equation); in _mesa_ClipPlane()
|
D | texenv.c | 97 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()
|
D | rastpos.c | 455 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()
|
D | get.c | 962 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()
|
D | attrib.c | 789 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()
|
D | accum.c | 52 COPY_4FV( ctx->Accum.ClearColor, tmp ); in _mesa_ClearAccum()
|
D | blend.c | 649 COPY_4FV( ctx->Color.BlendColorUnclamped, tmp ); in _mesa_BlendColor()
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_math.h | 664 #ifndef COPY_4FV 665 #define COPY_4FV( DST, SRC ) COPY_4V(DST, SRC) macro
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_atom_blend.c | 282 COPY_4FV(bc.color, ctx->Color.BlendColorUnclamped); in update_blend()
|
D | st_cb_bitmap.c | 517 COPY_4FV(cache->color, ctx->Current.RasterColor); in accum_bitmap()
|
/external/mesa3d/src/mesa/tnl/ |
D | t_vb_lighttmp.h | 496 COPY_4FV(Fcolor[j], base[0]); in TAG() 510 COPY_4FV(Bcolor[j], base[1]); in TAG()
|
D | t_vertex_generic.c | 1136 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()
|