Searched refs:blend_func (Results 1 - 25 of 52) sorted by relevance

123

/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_lower_blend.h36 enum blend_func func;
H A Dnir_lower_blend.c44 enum blend_func func,
66 nir_blend_factored(enum blend_func func)
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a2xx/
H A Dfd2_blend.c38 blend_func(unsigned func) function in typeref:enum:a2xx_rb_blend_opcode
83 A2XX_RB_BLEND_CONTROL_COLOR_COMB_FCN(blend_func(rt->rgb_func)) |
88 A2XX_RB_BLEND_CONTROL_ALPHA_COMB_FCN(blend_func(rt->alpha_func)) |
93 A2XX_RB_BLEND_CONTROL_COLOR_COMB_FCN(blend_func(rt->rgb_func)) |
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a3xx/
H A Dfd3_blend.c39 blend_func(unsigned func) function in typeref:enum:a3xx_rb_blend_opcode
103 A3XX_RB_MRT_BLEND_CONTROL_RGB_BLEND_OPCODE(blend_func(rt->rgb_func)) |
108 A3XX_RB_MRT_BLEND_CONTROL_ALPHA_BLEND_OPCODE(blend_func(rt->alpha_func)) |
113 A3XX_RB_MRT_BLEND_CONTROL_RGB_BLEND_OPCODE(blend_func(rt->rgb_func)) |
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a2xx/
H A Dfd2_blend.c37 blend_func(unsigned func) function in typeref:enum:a2xx_rb_blend_opcode
83 A2XX_RB_BLEND_CONTROL_COLOR_COMB_FCN(blend_func(rt->rgb_func)) |
95 A2XX_RB_BLEND_CONTROL_ALPHA_COMB_FCN(blend_func(rt->alpha_func)) |
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a3xx/
H A Dfd3_blend.c38 blend_func(unsigned func) function in typeref:enum:a3xx_rb_blend_opcode
87 A3XX_RB_MRT_BLEND_CONTROL_RGB_BLEND_OPCODE(blend_func(rt->rgb_func)) |
93 blend_func(rt->alpha_func)) |
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a4xx/
H A Dfd4_blend.c37 blend_func(unsigned func) function in typeref:enum:a3xx_rb_blend_opcode
87 A4XX_RB_MRT_BLEND_CONTROL_RGB_BLEND_OPCODE(blend_func(rt->rgb_func)) |
93 blend_func(rt->alpha_func)) |
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a5xx/
H A Dfd5_blend.c38 blend_func(unsigned func) function in typeref:enum:a3xx_rb_blend_opcode
90 A5XX_RB_MRT_BLEND_CONTROL_RGB_BLEND_OPCODE(blend_func(rt->rgb_func)) |
96 blend_func(rt->alpha_func)) |
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a4xx/
H A Dfd4_blend.c37 blend_func(unsigned func) function in typeref:enum:a3xx_rb_blend_opcode
102 A4XX_RB_MRT_BLEND_CONTROL_RGB_BLEND_OPCODE(blend_func(rt->rgb_func)) |
107 A4XX_RB_MRT_BLEND_CONTROL_ALPHA_BLEND_OPCODE(blend_func(rt->alpha_func)) |
112 A4XX_RB_MRT_BLEND_CONTROL_RGB_BLEND_OPCODE(blend_func(rt->rgb_func)) |
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a5xx/
H A Dfd5_blend.c38 blend_func(unsigned func) function in typeref:enum:a3xx_rb_blend_opcode
105 A5XX_RB_MRT_BLEND_CONTROL_RGB_BLEND_OPCODE(blend_func(rt->rgb_func)) |
110 A5XX_RB_MRT_BLEND_CONTROL_ALPHA_BLEND_OPCODE(blend_func(rt->alpha_func)) |
115 A5XX_RB_MRT_BLEND_CONTROL_RGB_BLEND_OPCODE(blend_func(rt->rgb_func)) |
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_blend.c39 blend_func(unsigned func) function in typeref:enum:a3xx_rb_blend_opcode
104 A6XX_RB_MRT_BLEND_CONTROL_RGB_BLEND_OPCODE(blend_func(rt->rgb_func)) |
109 A6XX_RB_MRT_BLEND_CONTROL_ALPHA_BLEND_OPCODE(blend_func(rt->alpha_func)) |
114 A6XX_RB_MRT_BLEND_CONTROL_RGB_BLEND_OPCODE(blend_func(rt->rgb_func)) |
/xsrc/external/mit/MesaLib/dist/src/panfrost/lib/
H A Dpan_blend.c57 is_2srcdest(enum blend_func blend_func, argument
64 return (blend_func == BLEND_FUNC_ADD) &&
73 can_fixed_function_equation(enum blend_func blend_func, argument
81 if (is_2srcdest(blend_func, src_factor, invert_src,
87 if (blend_func != BLEND_FUNC_ADD &&
88 blend_func != BLEND_FUNC_SUBTRACT &&
89 blend_func != BLEND_FUNC_REVERSE_SUBTRACT)
190 to_panfrost_function(enum blend_func blend_fun argument
[all...]
H A Dpan_blend.h42 enum blend_func rgb_func : 3;
47 enum blend_func alpha_func : 3;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_blend.c41 blend_func(unsigned func) function in typeref:enum:a3xx_rb_blend_opcode
94 .rgb_blend_opcode = blend_func(rt->rgb_func),
97 .alpha_blend_opcode = blend_func(rt->alpha_func),
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
H A Du_blend.h30 static inline enum blend_func
H A Du_dump_defines.c212 DEFINE_UTIL_STR_CONTINUOUS(blend_func)
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/
H A Dr300_state_inlines.h41 static inline uint32_t r300_translate_blend_function(int blend_func, argument
44 switch (blend_func) {
56 fprintf(stderr, "r300: Unknown blend function %d\n", blend_func);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/
H A Dr300_state_inlines.h41 static inline uint32_t r300_translate_blend_function(int blend_func, argument
44 switch (blend_func) {
56 fprintf(stderr, "r300: Unknown blend function %d\n", blend_func);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/
H A Dswr_state.h248 swr_convert_blend_func(const UINT blend_func) argument
250 switch (blend_func) {
/xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/
H A Ds_context.h60 typedef void (*blend_func)(struct gl_context *ctx, GLuint n, typedef in typeref:typename:void (*)(struct gl_context * ctx,GLuint n,const GLubyte mask[],GLvoid * src,const GLvoid * dst,GLenum chanType)
313 blend_func BlendFunc;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/
H A Dswr_state.h271 swr_convert_blend_func(const UINT blend_func) argument
273 switch (blend_func) {
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A Du_dump_defines.c212 DEFINE_UTIL_STR_CONTINUOUS(blend_func)
/xsrc/external/mit/MesaLib/dist/src/compiler/
H A Dshader_enums.h931 enum blend_func enum
/xsrc/external/mit/xf86-video-intel/dist/src/sna/
H A Dkgem_debug_gen7.c574 func = gen7_blend_function_to_string(blend->blend0.blend_func);
/xsrc/external/mit/xf86-video-intel/dist/src/uxa/
H A Dbrw_structs.h1501 unsigned int blend_func:3; member in struct:gen6_blend_state::__anon375735ed7108

Completed in 21 milliseconds

123