Searched refs:DstA (Results 1 – 18 of 18) sorted by relevance
/external/mesa3d/src/mesa/main/ |
D | blend.c | 190 blend_factor_is_dual_src(ctx->Color.Blend[buf].DstA)); in update_uses_dual_src() 237 ctx->Color.Blend[buf].DstA != dfactorA) { in _mesa_BlendFuncSeparate() 248 ctx->Color.Blend[0].DstA != dfactorA) { in _mesa_BlendFuncSeparate() 268 ctx->Color.Blend[buf].DstA = dfactorA; in _mesa_BlendFuncSeparate() 318 ctx->Color.Blend[buf].DstA == dfactorA) in _mesa_BlendFuncSeparateiARB() 332 ctx->Color.Blend[buf].DstA = dfactorA; in _mesa_BlendFuncSeparateiARB() 1017 ctx->Color.Blend[i].DstA = GL_ZERO; in _mesa_init_color()
|
D | attrib.c | 1036 color->Blend[buf].DstA); in _mesa_PopAttrib() 1047 color->Blend[0].DstA); in _mesa_PopAttrib()
|
D | mtypes.h | 446 GLenum DstA; /**< Alpha blend dest term */ member
|
D | get.c | 2028 v->value_int = ctx->Color.Blend[index].DstA; in find_value_indexed()
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | gen8_blend_state.c | 111 GLenum dstA = ctx->Color.Blend[i].DstA; in gen8_upload_blend_state() 249 GLenum dstA = ctx->Color.Blend[0].DstA; in gen8_upload_ps_blend()
|
D | intel_pixel.c | 71 effective_func(ctx->Color.Blend[0].DstA, src_alpha_is_one) != GL_ZERO || in intel_check_blit_fragment_ops()
|
D | gen6_cc.c | 114 GLenum dstA = ctx->Color.Blend[b].DstA; in gen6_upload_blend_state()
|
D | brw_cc.c | 172 GLenum dstA = ctx->Color.Blend[0].DstA; in upload_cc_unit()
|
/external/mesa3d/src/mesa/drivers/dri/i915/ |
D | intel_pixel.c | 74 effective_func(ctx->Color.Blend[0].DstA, src_alpha_is_one) != GL_ZERO || in intel_check_blit_fragment_ops()
|
D | i830_state.c | 324 | DST_ABLEND_FACT(intel_translate_blend_factor(ctx->Color.Blend[0].DstA)); in i830_set_blend_state()
|
D | i915_state.c | 303 GLuint dstA = ctx->Color.Blend[0].DstA; in i915UpdateBlendState()
|
/external/mesa3d/src/mesa/swrast/ |
D | s_blend.c | 130 assert(ctx->Color.Blend[0].DstA == GL_ONE_MINUS_SRC_ALPHA); in blend_transparency_ubyte() 175 assert(ctx->Color.Blend[0].DstA == GL_ONE_MINUS_SRC_ALPHA); in blend_transparency_ushort() 213 assert(ctx->Color.Blend[0].DstA == GL_ONE_MINUS_SRC_ALPHA); in blend_transparency_float() 687 switch (ctx->Color.Blend[0].DstA) { in blend_general_float() 907 const GLenum dstA = ctx->Color.Blend[0].DstA; in _swrast_choose_blend_func()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_atom_blend.c | 246 translate_blend(ctx->Color.Blend[j].DstA); in update_blend()
|
/external/mesa3d/src/mesa/drivers/common/ |
D | driverfuncs.c | 227 ctx->Color.Blend[0].DstA); in _mesa_init_driver_state()
|
/external/llvm/tools/llvm-c-test/ |
D | echo.cpp | 818 auto DstA = LLVMCreateEnumAttribute(Ctx, k, Val); in declare_symbols() local 819 LLVMAddAttributeAtIndex(F, i, DstA); in declare_symbols()
|
/external/mesa3d/prebuilt-intermediates/main/ |
D | get_hash.h | 58 { GL_BLEND_DST_ALPHA, CONTEXT_ENUM(Color.Blend[0].DstA), NO_EXTRA },
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
D | radeon_state.c | 1497 ctx->Color.Blend[0].DstA ); in radeonEnable()
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
D | r200_state.c | 270 (blend_factor( ctx->Color.Blend[0].DstA, GL_FALSE ) << R200_DST_BLEND_SHIFT); in r200_set_blend_state()
|