| /xsrc/external/mit/MesaLib/dist/src/compiler/nir/ |
| H A D | nir_lower_blend.h | 36 enum blend_func func;
|
| H A D | nir_lower_blend.c | 44 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 D | fd2_blend.c | 38 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 D | fd3_blend.c | 39 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 D | fd2_blend.c | 37 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 D | fd3_blend.c | 38 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 D | fd4_blend.c | 37 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 D | fd5_blend.c | 38 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 D | fd4_blend.c | 37 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 D | fd5_blend.c | 38 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 D | fd6_blend.c | 39 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 D | pan_blend.c | 57 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 D | pan_blend.h | 42 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 D | fd6_blend.c | 41 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 D | u_blend.h | 30 static inline enum blend_func
|
| H A D | u_dump_defines.c | 212 DEFINE_UTIL_STR_CONTINUOUS(blend_func)
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/ |
| H A D | r300_state_inlines.h | 41 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 D | r300_state_inlines.h | 41 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 D | swr_state.h | 248 swr_convert_blend_func(const UINT blend_func) argument 250 switch (blend_func) {
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/ |
| H A D | s_context.h | 60 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 D | swr_state.h | 271 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 D | u_dump_defines.c | 212 DEFINE_UTIL_STR_CONTINUOUS(blend_func)
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/ |
| H A D | shader_enums.h | 931 enum blend_func enum
|
| /xsrc/external/mit/xf86-video-intel/dist/src/sna/ |
| H A D | kgem_debug_gen7.c | 574 func = gen7_blend_function_to_string(blend->blend0.blend_func);
|
| /xsrc/external/mit/xf86-video-intel/dist/src/uxa/ |
| H A D | brw_structs.h | 1501 unsigned int blend_func:3; member in struct:gen6_blend_state::__anon375735ed7108
|