Searched refs:ffc (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv50/
H A Dnv50_shader_state.c441 uint8_t bfc, ffc; local in function:nv50_fp_linkage_validate
442 ffc = (nv50->state.semantic_color & NV50_3D_SEMANTIC_COLOR_FFC0_ID__MASK);
445 if (nv50->rast->pipe.light_twoside == ((ffc == bfc) ? 0 : 1))
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv50/
H A Dnv50_shader_state.c446 uint8_t bfc, ffc; local in function:nv50_fp_linkage_validate
447 ffc = (nv50->state.semantic_color & NV50_3D_SEMANTIC_COLOR_FFC0_ID__MASK);
450 if (nv50->rast->pipe.light_twoside == ((ffc == bfc) ? 0 : 1))

Completed in 4 milliseconds