| /xsrc/external/mit/MesaLib/dist/src/compiler/nir/ |
| nir_lower_blend.h | 36 enum blend_func func;
|
| 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/ |
| fd2_blend.c | 38 blend_func(unsigned func) function 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/ |
| fd3_blend.c | 39 blend_func(unsigned func) function 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/ |
| fd2_blend.c | 37 blend_func(unsigned func) function 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/ |
| fd3_blend.c | 38 blend_func(unsigned func) function 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/ |
| fd4_blend.c | 37 blend_func(unsigned func) function 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/ |
| fd5_blend.c | 38 blend_func(unsigned func) function 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/ |
| fd4_blend.c | 37 blend_func(unsigned func) function 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/ |
| fd5_blend.c | 38 blend_func(unsigned func) function 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/ |
| fd6_blend.c | 39 blend_func(unsigned func) function 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/ |
| pan_blend.c | 57 is_2srcdest(enum blend_func blend_func, 64 return (blend_func == BLEND_FUNC_ADD) && 73 can_fixed_function_equation(enum blend_func blend_func, 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_func [all...] |
| 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/ |
| fd6_blend.c | 41 blend_func(unsigned func) function 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/ |
| u_blend.h | 30 static inline enum blend_func
|
| u_dump_defines.c | 212 DEFINE_UTIL_STR_CONTINUOUS(blend_func)
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/ |
| r300_state_inlines.h | 41 static inline uint32_t r300_translate_blend_function(int blend_func, 44 switch (blend_func) { 56 fprintf(stderr, "r300: Unknown blend function %d\n", blend_func);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/ |
| r300_state_inlines.h | 41 static inline uint32_t r300_translate_blend_function(int blend_func, 44 switch (blend_func) { 56 fprintf(stderr, "r300: Unknown blend function %d\n", blend_func);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/ |
| swr_state.h | 271 swr_convert_blend_func(const UINT blend_func) 273 switch (blend_func) {
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/ |
| swr_state.h | 248 swr_convert_blend_func(const UINT blend_func) 250 switch (blend_func) {
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/ |
| s_context.h | 60 typedef void (*blend_func)(struct gl_context *ctx, GLuint n, typedef 313 blend_func BlendFunc;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/ |
| u_dump_defines.c | 212 DEFINE_UTIL_STR_CONTINUOUS(blend_func)
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/ |
| shader_enums.h | 931 enum blend_func enum
|
| /xsrc/external/mit/xf86-video-intel/dist/src/sna/ |
| kgem_debug_gen7.c | 574 func = gen7_blend_function_to_string(blend->blend0.blend_func);
|
| /xsrc/external/mit/xf86-video-intel/dist/src/uxa/ |
| brw_structs.h | 1501 unsigned int blend_func:3; member in struct:gen6_blend_state::__anon7639
|