Searched refs:effective_func (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i915/ |
| H A D | intel_pixel.c | 43 effective_func(GLenum func, bool src_alpha_is_one) function in typeref:typename:GLenum 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 ||
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/ |
| H A D | intel_pixel.c | 40 effective_func(GLenum func, bool src_alpha_is_one) function in typeref:typename:GLenum 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 ||
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i915/ |
| H A D | intel_pixel.c | 43 effective_func(GLenum func, bool src_alpha_is_one) function in typeref:typename:GLenum 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 ||
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/ |
| H A D | brw_pixel.c | 40 effective_func(GLenum func, bool src_alpha_is_one) function in typeref:typename:GLenum 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 ||
|
Completed in 3 milliseconds