• Home
  • Raw
  • Download

Lines Matching refs:COPY_4V

69             COPY_4V(value, mat->Attrib[MAT_ATTRIB_FRONT_AMBIENT + face]);  in _mesa_fetch_state()
72 COPY_4V(value, mat->Attrib[MAT_ATTRIB_FRONT_DIFFUSE + face]); in _mesa_fetch_state()
75 COPY_4V(value, mat->Attrib[MAT_ATTRIB_FRONT_SPECULAR + face]); in _mesa_fetch_state()
78 COPY_4V(value, mat->Attrib[MAT_ATTRIB_FRONT_EMISSION + face]); in _mesa_fetch_state()
98 COPY_4V(value, ctx->Light.Light[ln].Ambient); in _mesa_fetch_state()
101 COPY_4V(value, ctx->Light.Light[ln].Diffuse); in _mesa_fetch_state()
104 COPY_4V(value, ctx->Light.Light[ln].Specular); in _mesa_fetch_state()
107 COPY_4V(value, ctx->Light.Light[ln].EyePosition); in _mesa_fetch_state()
143 COPY_4V(value, ctx->Light.Model.Ambient); in _mesa_fetch_state()
210 COPY_4V(value, ctx->Texture.Unit[unit].GenS.EyePlane); in _mesa_fetch_state()
213 COPY_4V(value, ctx->Texture.Unit[unit].GenT.EyePlane); in _mesa_fetch_state()
216 COPY_4V(value, ctx->Texture.Unit[unit].GenR.EyePlane); in _mesa_fetch_state()
219 COPY_4V(value, ctx->Texture.Unit[unit].GenQ.EyePlane); in _mesa_fetch_state()
222 COPY_4V(value, ctx->Texture.Unit[unit].GenS.ObjectPlane); in _mesa_fetch_state()
225 COPY_4V(value, ctx->Texture.Unit[unit].GenT.ObjectPlane); in _mesa_fetch_state()
228 COPY_4V(value, ctx->Texture.Unit[unit].GenR.ObjectPlane); in _mesa_fetch_state()
231 COPY_4V(value, ctx->Texture.Unit[unit].GenQ.ObjectPlane); in _mesa_fetch_state()
243 COPY_4V(value, ctx->Texture.Unit[unit].EnvColor); in _mesa_fetch_state()
245 COPY_4V(value, ctx->Texture.Unit[unit].EnvColorUnclamped); in _mesa_fetch_state()
250 COPY_4V(value, ctx->Fog.Color); in _mesa_fetch_state()
252 COPY_4V(value, ctx->Fog.ColorUnclamped); in _mesa_fetch_state()
264 COPY_4V(value, ctx->Transform.EyeUserPlane[plane]); in _mesa_fetch_state()
365 COPY_4V(value, ctx->FragmentProgram.Parameters[idx]); in _mesa_fetch_state()
368 COPY_4V(value, ctx->FragmentProgram.Current->Base.LocalParams[idx]); in _mesa_fetch_state()
384 COPY_4V(value, ctx->VertexProgram.Parameters[idx]); in _mesa_fetch_state()
387 COPY_4V(value, ctx->VertexProgram.Current->Base.LocalParams[idx]); in _mesa_fetch_state()
405 COPY_4V(value, ctx->Current.Attrib[idx]); in _mesa_fetch_state()
421 COPY_4V(value, ctx->Current.Attrib[idx]); in _mesa_fetch_state()
512 COPY_4V(value, ctx->Light.Light[ln]._Position); in _mesa_fetch_state()
519 COPY_4V(value, ctx->Light.Light[ln]._Position); in _mesa_fetch_state()