Home
last modified time | relevance | path

Searched refs:funcA (Results 1 – 15 of 15) sorted by relevance

/external/chromium_org/tools/gyp/test/dependencies/
Dmain.c9 extern int funcA();
12 printf("%d\n", funcA()); in main()
Da.c7 int funcA() { in funcA() function
/external/chromium_org/tools/gyp/test/hard_dependency/src/
Da.c7 int funcA() { in funcA() function
Db.c8 return funcA(); in funcB()
Da.h10 int funcA();
/external/chromium_org/tools/gyp/test/ninja/action_dependencies/src/
Da.c8 int funcA() { in funcA() function
Da.h11 int funcA();
Db.c15 fprintf(f, "#define VALUE %d\n", funcA()); in main()
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
Di830_state.c286 int funcA; in i830_set_blend_state() local
323 funcA = SRC_ABLEND_FACT(intel_translate_blend_factor(ctx->Color.Blend[0].SrcA)) in i830_set_blend_state()
332 funcA = SRC_BLND_FACT(BLENDFACT_ONE) | DST_BLND_FACT(BLENDFACT_ONE); in i830_set_blend_state()
336 funcA = SRC_BLND_FACT(BLENDFACT_ONE) | DST_BLND_FACT(BLENDFACT_ONE); in i830_set_blend_state()
350 iab = eqnA | funcA in i830_set_blend_state()
359 if ((eqnA | funcA) != (eqnRGB | funcRGB)) in i830_set_blend_state()
/external/mesa3d/src/mesa/drivers/dri/i915/
Di830_state.c286 int funcA; in i830_set_blend_state() local
323 funcA = SRC_ABLEND_FACT(intel_translate_blend_factor(ctx->Color.Blend[0].SrcA)) in i830_set_blend_state()
332 funcA = SRC_BLND_FACT(BLENDFACT_ONE) | DST_BLND_FACT(BLENDFACT_ONE); in i830_set_blend_state()
336 funcA = SRC_BLND_FACT(BLENDFACT_ONE) | DST_BLND_FACT(BLENDFACT_ONE); in i830_set_blend_state()
350 iab = eqnA | funcA in i830_set_blend_state()
359 if ((eqnA | funcA) != (eqnRGB | funcRGB)) in i830_set_blend_state()
/external/llvm/test/CodeGen/X86/
Davx-vpermil.ll4 define <8 x float> @funcA(<8 x float> %a) nounwind uwtable readnone ssp {
Davx-cvt.ll48 define double @funcA(i64* nocapture %e) nounwind uwtable readonly ssp {
Davx-splat.ll8 define <32 x i8> @funcA(<32 x i8> %a) nounwind uwtable readnone ssp {
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
Dr200_state.c211 int funcA = (R200_BLEND_GL_ONE << R200_SRC_BLEND_SHIFT) | in r200_set_blend_state() local
266 funcA = (blend_factor( ctx->Color.Blend[0].SrcA, GL_TRUE ) << R200_SRC_BLEND_SHIFT) | in r200_set_blend_state()
284 funcA = (R200_BLEND_GL_ONE << R200_SRC_BLEND_SHIFT) | in r200_set_blend_state()
290 funcA = (R200_BLEND_GL_ONE << R200_SRC_BLEND_SHIFT) | in r200_set_blend_state()
300 rmesa->hw.ctx.cmd[CTX_RB3D_ABLENDCNTL] = eqnA | funcA; in r200_set_blend_state()
/external/mesa3d/src/mesa/drivers/dri/r200/
Dr200_state.c211 int funcA = (R200_BLEND_GL_ONE << R200_SRC_BLEND_SHIFT) | in r200_set_blend_state() local
266 funcA = (blend_factor( ctx->Color.Blend[0].SrcA, GL_TRUE ) << R200_SRC_BLEND_SHIFT) | in r200_set_blend_state()
284 funcA = (R200_BLEND_GL_ONE << R200_SRC_BLEND_SHIFT) | in r200_set_blend_state()
290 funcA = (R200_BLEND_GL_ONE << R200_SRC_BLEND_SHIFT) | in r200_set_blend_state()
300 rmesa->hw.ctx.cmd[CTX_RB3D_ABLENDCNTL] = eqnA | funcA; in r200_set_blend_state()