Searched refs:funcA (Results 1 – 6 of 6) sorted by relevance
286 int funcA; in i830_set_blend_state() local323 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()
74 define double @funcA(i64* nocapture %e) nounwind uwtable readonly ssp {75 ; CHECK-LABEL: funcA:
3 define <32 x i8> @funcA(<32 x i8> %a) nounwind uwtable readnone ssp {4 ; CHECK-LABEL: funcA:
182 ; CHECK-LABEL: funcA185 define double @funcA(i64* nocapture %e) {
4214 float funcA (float x);4217 float funcA (float x)4227 return sqrt(funcA(x));4247 float funcA (float x);4250 float funcA (float x)4263 return sqrt(funcA(x));4283 float funcA (float x);4286 float funcA (float x)4299 return sqrt(funcA(x));
211 int funcA = (R200_BLEND_GL_ONE << R200_SRC_BLEND_SHIFT) | in r200_set_blend_state() local266 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()