Searched refs:src_alpha_is_one (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i915/
H A Dintel_pixel.c43 effective_func(GLenum func, bool src_alpha_is_one) argument
45 if (src_alpha_is_one) {
60 intel_check_blit_fragment_ops(struct gl_context * ctx, bool src_alpha_is_one) argument
71 (effective_func(ctx->Color.Blend[0].SrcRGB, src_alpha_is_one) != GL_ONE ||
72 effective_func(ctx->Color.Blend[0].DstRGB, src_alpha_is_one) != GL_ZERO ||
74 effective_func(ctx->Color.Blend[0].SrcA, src_alpha_is_one) != GL_ONE ||
75 effective_func(ctx->Color.Blend[0].DstA, src_alpha_is_one) != GL_ZERO ||
H A Dintel_pixel.h35 bool src_alpha_is_one);
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
H A Dintel_pixel.c40 effective_func(GLenum func, bool src_alpha_is_one) argument
42 if (src_alpha_is_one) {
57 intel_check_blit_fragment_ops(struct gl_context * ctx, bool src_alpha_is_one) argument
68 (effective_func(ctx->Color.Blend[0].SrcRGB, src_alpha_is_one) != GL_ONE ||
69 effective_func(ctx->Color.Blend[0].DstRGB, src_alpha_is_one) != GL_ZERO ||
71 effective_func(ctx->Color.Blend[0].SrcA, src_alpha_is_one) != GL_ONE ||
72 effective_func(ctx->Color.Blend[0].DstA, src_alpha_is_one) != GL_ZERO ||
H A Dintel_pixel.h33 bool src_alpha_is_one);
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i915/
H A Dintel_pixel.c43 effective_func(GLenum func, bool src_alpha_is_one) argument
45 if (src_alpha_is_one) {
60 intel_check_blit_fragment_ops(struct gl_context * ctx, bool src_alpha_is_one) argument
71 (effective_func(ctx->Color.Blend[0].SrcRGB, src_alpha_is_one) != GL_ONE ||
72 effective_func(ctx->Color.Blend[0].DstRGB, src_alpha_is_one) != GL_ZERO ||
74 effective_func(ctx->Color.Blend[0].SrcA, src_alpha_is_one) != GL_ONE ||
75 effective_func(ctx->Color.Blend[0].DstA, src_alpha_is_one) != GL_ZERO ||
H A Dintel_pixel.h35 bool src_alpha_is_one);
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
H A Dbrw_pixel.c40 effective_func(GLenum func, bool src_alpha_is_one) argument
42 if (src_alpha_is_one) {
57 brw_check_blit_fragment_ops(struct gl_context * ctx, bool src_alpha_is_one) argument
68 (effective_func(ctx->Color.Blend[0].SrcRGB, src_alpha_is_one) != GL_ONE ||
69 effective_func(ctx->Color.Blend[0].DstRGB, src_alpha_is_one) != GL_ZERO ||
71 effective_func(ctx->Color.Blend[0].SrcA, src_alpha_is_one) != GL_ONE ||
72 effective_func(ctx->Color.Blend[0].DstA, src_alpha_is_one) != GL_ZERO ||
H A Dbrw_pixel.h33 bool src_alpha_is_one);

Completed in 10 milliseconds