Searched refs:effective_func (Results 1 – 2 of 2) sorted by relevance
/third_party/mesa3d/src/mesa/drivers/dri/i915/ |
D | intel_pixel.c | 43 effective_func(GLenum func, bool src_alpha_is_one) in effective_func() function 71 (effective_func(ctx->Color.Blend[0].SrcRGB, src_alpha_is_one) != GL_ONE || in intel_check_blit_fragment_ops() 72 effective_func(ctx->Color.Blend[0].DstRGB, src_alpha_is_one) != GL_ZERO || in intel_check_blit_fragment_ops() 74 effective_func(ctx->Color.Blend[0].SrcA, src_alpha_is_one) != GL_ONE || in intel_check_blit_fragment_ops() 75 effective_func(ctx->Color.Blend[0].DstA, src_alpha_is_one) != GL_ZERO || in intel_check_blit_fragment_ops()
|
/third_party/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_pixel.c | 40 effective_func(GLenum func, bool src_alpha_is_one) in effective_func() function 68 (effective_func(ctx->Color.Blend[0].SrcRGB, src_alpha_is_one) != GL_ONE || in brw_check_blit_fragment_ops() 69 effective_func(ctx->Color.Blend[0].DstRGB, src_alpha_is_one) != GL_ZERO || in brw_check_blit_fragment_ops() 71 effective_func(ctx->Color.Blend[0].SrcA, src_alpha_is_one) != GL_ONE || in brw_check_blit_fragment_ops() 72 effective_func(ctx->Color.Blend[0].DstA, src_alpha_is_one) != GL_ZERO || in brw_check_blit_fragment_ops()
|