OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:c_factor
(Results
1 - 2
of
2
) sorted by null
/external/mesa3d/src/mesa/drivers/dri/nouveau/
nv10_state_tnl.c
323
float c_scene[3],
c_factor
[3];
local
328
COPY_3V(
c_factor
, mat[MAT_ATTRIB_FRONT_EMISSION]);
333
ZERO_3V(
c_factor
);
337
ZERO_3V(
c_factor
);
345
PUSH_DATAp(push,
c_factor
, 3);
nv20_state_tnl.c
240
float c_scene[3],
c_factor
[3];
local
245
COPY_3V(
c_factor
, ctx->Light.Model.Ambient);
250
ASSIGN_3V(
c_factor
, 1, 1, 1);
254
ZERO_3V(
c_factor
);
262
PUSH_DATAp(push,
c_factor
, 3);
Completed in 45 milliseconds