Home
last modified time | relevance | path

Searched refs:COPY_4V (Results 1 - 23 of 23) sorted by relevance

/third_party/mesa3d/src/mesa/program/
H A Dprog_statevars.c101 COPY_4V(value, mat->Attrib[index]); in fetch_state()
113 COPY_4V(value, (float*)&ctx->Light.LightSource[ln] + index * 4); in fetch_state()
135 COPY_4V(value, in fetch_state()
142 COPY_4V(value, ctx->Light.Model.Ambient); in fetch_state()
292 COPY_4V(value, attr); in fetch_state()
300 COPY_4V(value, ctx->Texture.FixedFuncUnit[unit].EnvColor); in fetch_state()
302 COPY_4V(value, ctx->Texture.FixedFuncUnit[unit].EnvColorUnclamped); in fetch_state()
307 COPY_4V(value, ctx->Fog.Color); in fetch_state()
309 COPY_4V(value, ctx->Fog.ColorUnclamped); in fetch_state()
320 COPY_4V(valu in fetch_state()
[all...]
/third_party/mesa3d/src/mesa/main/
H A Dlight.c112 COPY_4V( lu->Ambient, params ); in do_light()
118 COPY_4V( lu->Diffuse, params ); in do_light()
124 COPY_4V( lu->Specular, params ); in do_light()
134 COPY_4V(lu->EyePosition, params); in do_light()
389 COPY_4V( params, ctx->Light.LightSource[l].Ambient ); in _mesa_GetLightfv()
392 COPY_4V( params, ctx->Light.LightSource[l].Diffuse ); in _mesa_GetLightfv()
395 COPY_4V( params, ctx->Light.LightSource[l].Specular ); in _mesa_GetLightfv()
398 COPY_4V( params, ctx->Light.LightSource[l].EyePosition ); in _mesa_GetLightfv()
506 COPY_4V( ctx->Light.Model.Ambient, params ); in _mesa_LightModelfv()
H A Dtexgen.c205 COPY_4V(params, unit->ObjectPlane[index]); in gettexgendv()
208 COPY_4V(params, unit->EyePlane[index]); in gettexgendv()
242 COPY_4V(params, unit->ObjectPlane[index]); in gettexgenfv()
249 COPY_4V(params, unit->EyePlane[index]); in gettexgenfv()
H A Darbprogram.c614 COPY_4V(params, fparam); in _mesa_GetProgramEnvParameterdvARB()
629 COPY_4V(params, param); in _mesa_GetProgramEnvParameterfvARB()
800 COPY_4V(params, param); in _mesa_GetProgramLocalParameterfvARB()
819 COPY_4V(params, param); in _mesa_GetNamedProgramLocalParameterfvEXT()
837 COPY_4V(params, param); in _mesa_GetProgramLocalParameterdvARB()
856 COPY_4V(params, param); in _mesa_GetNamedProgramLocalParameterdvEXT()
H A Dclear.c402 COPY_4V(ctx->Color.ClearColor.i, value); in clear_bufferiv()
495 COPY_4V(ctx->Color.ClearColor.ui, value); in clear_bufferuiv()
629 COPY_4V(ctx->Color.ClearColor.f, value); in clear_bufferfv()
H A Dmacros.h286 #define COPY_4V( DST, SRC ) \ macro
302 COPY_4V(dst, src); in COPY_4UBV()
H A Datifragshader.c826 COPY_4V(curProg->Constants[dstindex], value); in _mesa_SetFragmentShaderConstantATI()
831 COPY_4V(ctx->ATIFragmentShader.GlobalConstants[dstindex], value); in _mesa_SetFragmentShaderConstantATI()
H A Dtexparam.c1160 COPY_4V(texObj->Sampler.Attrib.state.border_color.i, params); in _mesa_texture_parameterIiv()
1189 COPY_4V(texObj->Sampler.Attrib.state.border_color.ui, params); in _mesa_texture_parameterIuiv()
2710 COPY_4V(params, obj->Attrib.Swizzle); in get_tex_parameteriv()
2833 COPY_4V(params, obj->Sampler.Attrib.state.border_color.i); in get_tex_parameterIiv()
H A Dtexstate.c109 COPY_4V(dst->Texture.FixedFuncUnit[u].EnvColor, src->Texture.FixedFuncUnit[u].EnvColor); in _mesa_copy_texture_state()
H A Drastpos.c511 COPY_4V(tc, ctx->Current.Attrib[VERT_ATTRIB_TEX0 + u]); in _mesa_RasterPos()
H A Dvarray.c2211 COPY_4V(params, v); in _mesa_GetVertexAttribfv()
2322 COPY_4V(params, v); in _mesa_GetVertexAttribIiv()
2343 COPY_4V(params, v); in _mesa_GetVertexAttribIuiv()
H A Dattrib.c1045 COPY_4V(ctx->Transform.EyeUserPlane[i], eyePlane); in _mesa_PopAttrib()
/third_party/mesa3d/src/util/
H A Du_math.h730 #ifndef COPY_4V
731 #define COPY_4V( DST, SRC ) \ macro
742 #define COPY_4FV( DST, SRC ) COPY_4V(DST, SRC)
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_cb_bitmap.c197 COPY_4V(colorSave, ctx->Current.Attrib[VERT_ATTRIB_COLOR0]); in setup_render_state()
198 COPY_4V(ctx->Current.Attrib[VERT_ATTRIB_COLOR0], color); in setup_render_state()
200 COPY_4V(ctx->Current.Attrib[VERT_ATTRIB_COLOR0], colorSave); in setup_render_state()
H A Dst_cb_rasterpos.c131 COPY_4V(dest, src); in update_attrib()
H A Dst_draw_hw_select.c684 COPY_4V(consts.clip_planes[num_planes], ctx->Transform._ClipUserPlane[i]); in st_draw_hw_select_prepare_common()
/third_party/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_quad_blend.c841 COPY_4V(quadColor[0], dest[0]); in colormask_quad()
845 COPY_4V(quadColor[1], dest[1]); in colormask_quad()
849 COPY_4V(quadColor[2], dest[2]); in colormask_quad()
853 COPY_4V(quadColor[3], dest[3]); in colormask_quad()
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_pipe_sampler.c183 COPY_4V(bcolor.value, ps->border_color.f); in define_sampler_state_object()
H A Dsvga_state_constants.c228 COPY_4V(*dest, svga->curr.clip.ucp[i]); in svga_get_clip_plane_constants()
H A Dsvga_cmd_vgpu10.c334 COPY_4V(cmd->rgba.value, rgba); in SVGA3D_vgpu10_ClearRenderTargetView()
/third_party/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_llvm.c2608 COPY_4V(jit_sam->border_color, s->border_color.f); in draw_llvm_set_sampler_state()
2623 COPY_4V(jit_sam->border_color, s->border_color.f); in draw_llvm_set_sampler_state()
2638 COPY_4V(jit_sam->border_color, s->border_color.f); in draw_llvm_set_sampler_state()
2653 COPY_4V(jit_sam->border_color, s->border_color.f); in draw_llvm_set_sampler_state()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_setup.c1108 COPY_4V(jit_sam->border_color, sampler->border_color.f); in lp_setup_set_fragment_sampler_state()
H A Dlp_state_cs.c1103 COPY_4V(jit_sam->border_color, sampler->border_color.f); in lp_csctx_set_sampler_state()

Completed in 41 milliseconds