Home
last modified time | relevance | path

Searched refs:SrcA (Results 1 – 20 of 20) sorted by relevance

/external/mesa3d/src/mesa/main/
Dblend.c189 blend_factor_is_dual_src(ctx->Color.Blend[buf].SrcA) || in update_uses_dual_src()
236 ctx->Color.Blend[buf].SrcA != sfactorA || in _mesa_BlendFuncSeparate()
247 ctx->Color.Blend[0].SrcA != sfactorA || in _mesa_BlendFuncSeparate()
267 ctx->Color.Blend[buf].SrcA = sfactorA; in _mesa_BlendFuncSeparate()
317 ctx->Color.Blend[buf].SrcA == sfactorA && in _mesa_BlendFuncSeparateiARB()
331 ctx->Color.Blend[buf].SrcA = sfactorA; in _mesa_BlendFuncSeparateiARB()
1016 ctx->Color.Blend[i].SrcA = GL_ONE; in _mesa_init_color()
Dattrib.c1035 color->Blend[buf].SrcA, in _mesa_PopAttrib()
1046 color->Blend[0].SrcA, in _mesa_PopAttrib()
Dmtypes.h445 GLenum SrcA; /**< Alpha blend source term */ member
Dget.c2012 v->value_int = ctx->Color.Blend[index].SrcA; in find_value_indexed()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dgen8_blend_state.c110 GLenum srcA = ctx->Color.Blend[i].SrcA; in gen8_upload_blend_state()
248 GLenum srcA = ctx->Color.Blend[0].SrcA; in gen8_upload_ps_blend()
Dintel_pixel.c70 effective_func(ctx->Color.Blend[0].SrcA, src_alpha_is_one) != GL_ONE || in intel_check_blit_fragment_ops()
Dgen6_cc.c113 GLenum srcA = ctx->Color.Blend[b].SrcA; in gen6_upload_blend_state()
Dbrw_cc.c171 GLenum srcA = ctx->Color.Blend[0].SrcA; in upload_cc_unit()
/external/mesa3d/src/mesa/drivers/dri/i915/
Dintel_pixel.c73 effective_func(ctx->Color.Blend[0].SrcA, src_alpha_is_one) != GL_ONE || in intel_check_blit_fragment_ops()
Di830_state.c323 funcA = SRC_ABLEND_FACT(intel_translate_blend_factor(ctx->Color.Blend[0].SrcA)) in i830_set_blend_state()
Di915_state.c302 GLuint srcA = ctx->Color.Blend[0].SrcA; in i915UpdateBlendState()
/external/mesa3d/src/mesa/swrast/
Ds_blend.c128 assert(ctx->Color.Blend[0].SrcA == GL_SRC_ALPHA); in blend_transparency_ubyte()
173 assert(ctx->Color.Blend[0].SrcA == GL_SRC_ALPHA); in blend_transparency_ushort()
211 assert(ctx->Color.Blend[0].SrcA == GL_SRC_ALPHA); in blend_transparency_float()
570 switch (ctx->Color.Blend[0].SrcA) { in blend_general_float()
906 const GLenum srcA = ctx->Color.Blend[0].SrcA; in _swrast_choose_blend_func()
/external/llvm/tools/llvm-c-test/
Decho.cpp383 if (auto SrcA = LLVMGetCallSiteEnumAttribute(Src, i, k)) { in CloneAttrs() local
384 auto Val = LLVMGetEnumAttributeValue(SrcA); in CloneAttrs()
816 if (auto SrcA = LLVMGetEnumAttributeAtIndex(Cur, i, k)) { in declare_symbols() local
817 auto Val = LLVMGetEnumAttributeValue(SrcA); in declare_symbols()
/external/mesa3d/src/mesa/state_tracker/
Dst_atom_blend.c244 translate_blend(ctx->Color.Blend[j].SrcA); in update_blend()
/external/mesa3d/src/mesa/drivers/common/
Ddriverfuncs.c226 ctx->Color.Blend[0].SrcA, in _mesa_init_driver_state()
/external/swiftshader/third_party/LLVM/lib/Linker/
DLinkModules.cpp391 bool linkAliasProto(GlobalAlias *SrcA);
/external/llvm/lib/Transforms/InstCombine/
DInstCombineAndOrXor.cpp1658 Value *SrcA, *SrcB; in matchSelectFromAndOr() local
1659 if (match(A, m_OneUse(m_BitCast(m_Value(SrcA)))) && in matchSelectFromAndOr()
1661 A = SrcA; in matchSelectFromAndOr()
/external/mesa3d/prebuilt-intermediates/main/
Dget_hash.h57 { GL_BLEND_SRC_ALPHA, CONTEXT_ENUM(Color.Blend[0].SrcA), NO_EXTRA },
/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_state.c1496 ctx->Color.Blend[0].SrcA, in radeonEnable()
/external/mesa3d/src/mesa/drivers/dri/r200/
Dr200_state.c269 funcA = (blend_factor( ctx->Color.Blend[0].SrcA, GL_TRUE ) << R200_SRC_BLEND_SHIFT) | in r200_set_blend_state()