OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ffc
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/
nv50_shader_state.c
355
uint8_t bfc,
ffc
;
local
356
ffc
= (nv50->state.semantic_color & NV50_3D_SEMANTIC_COLOR_FFC0_ID__MASK);
359
if (nv50->rast->pipe.light_twoside == ((
ffc
== bfc) ? 0 : 1))
/external/mesa3d/src/gallium/drivers/nv50/
nv50_shader_state.c
355
uint8_t bfc,
ffc
;
local
356
ffc
= (nv50->state.semantic_color & NV50_3D_SEMANTIC_COLOR_FFC0_ID__MASK);
359
if (nv50->rast->pipe.light_twoside == ((
ffc
== bfc) ? 0 : 1))
Completed in 189 milliseconds