Searched refs:c_scene (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/nouveau/ |
| H A D | nv20_state_tnl.c | 241 float c_scene[3], c_factor[3]; local in function:nv20_emit_material_ambient 245 COPY_3V(c_scene, mat[MAT_ATTRIB_EMISSION(side)]); 249 SCALE_3V(c_scene, mat[MAT_ATTRIB_AMBIENT(side)], 254 COPY_3V(c_scene, ctx->Light._BaseColor[side]); 259 PUSH_DATAp(push, c_scene, 3);
|
| H A D | nv10_state_tnl.c | 324 float c_scene[3], c_factor[3]; local in function:nv10_emit_material_ambient 328 COPY_3V(c_scene, ctx->Light.Model.Ambient); 332 SCALE_3V(c_scene, mat[MAT_ATTRIB_FRONT_AMBIENT], 337 COPY_3V(c_scene, ctx->Light._BaseColor[0]); 342 PUSH_DATAp(push, c_scene, 3);
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/nouveau/ |
| H A D | nv10_state_tnl.c | 325 float c_scene[3], c_factor[3]; local in function:nv10_emit_material_ambient 329 COPY_3V(c_scene, ctx->Light.Model.Ambient); 333 SCALE_3V(c_scene, mat[MAT_ATTRIB_FRONT_AMBIENT], 338 COPY_3V(c_scene, ctx->Light._BaseColor[0]); 343 PUSH_DATAp(push, c_scene, 3);
|
| H A D | nv20_state_tnl.c | 242 float c_scene[3], c_factor[3]; local in function:nv20_emit_material_ambient 246 COPY_3V(c_scene, mat[MAT_ATTRIB_EMISSION(side)]); 250 SCALE_3V(c_scene, mat[MAT_ATTRIB_AMBIENT(side)], 255 COPY_3V(c_scene, ctx->Light._BaseColor[side]); 260 PUSH_DATAp(push, c_scene, 3);
|
Completed in 4 milliseconds