/external/mesa3d/src/gallium/drivers/panfrost/ |
D | pan_blending.c | 101 can_use_fixed_function_blend(unsigned blend_func, in can_use_fixed_function_blend() argument 105 if (blend_func != PIPE_BLEND_ADD && in can_use_fixed_function_blend() 106 blend_func != PIPE_BLEND_SUBTRACT && in can_use_fixed_function_blend() 107 blend_func != PIPE_BLEND_REVERSE_SUBTRACT) in can_use_fixed_function_blend() 163 to_panfrost_function(unsigned blend_func, in to_panfrost_function() argument 168 if (!can_use_fixed_function_blend(blend_func, src_factor, dest_factor)) in to_panfrost_function() 174 if (blend_func == PIPE_BLEND_SUBTRACT) in to_panfrost_function() 180 if (blend_func == PIPE_BLEND_SUBTRACT) in to_panfrost_function() 182 else if (blend_func == PIPE_BLEND_REVERSE_SUBTRACT) in to_panfrost_function() 188 if (blend_func == PIPE_BLEND_REVERSE_SUBTRACT) in to_panfrost_function() [all …]
|
/external/mesa3d/src/gallium/drivers/freedreno/a2xx/ |
D | fd2_blend.c | 38 blend_func(unsigned func) in blend_func() function 83 A2XX_RB_BLEND_CONTROL_COLOR_COMB_FCN(blend_func(rt->rgb_func)) | in fd2_blend_state_create() 93 A2XX_RB_BLEND_CONTROL_ALPHA_COMB_FCN(blend_func(rt->alpha_func)) | in fd2_blend_state_create()
|
/external/mesa3d/src/gallium/drivers/freedreno/a3xx/ |
D | fd3_blend.c | 39 blend_func(unsigned func) in blend_func() function 87 A3XX_RB_MRT_BLEND_CONTROL_RGB_BLEND_OPCODE(blend_func(rt->rgb_func)) | in fd3_blend_state_create() 90 A3XX_RB_MRT_BLEND_CONTROL_ALPHA_BLEND_OPCODE(blend_func(rt->alpha_func)) | in fd3_blend_state_create()
|
/external/mesa3d/src/gallium/drivers/freedreno/a4xx/ |
D | fd4_blend.c | 37 blend_func(unsigned func) in blend_func() function 86 A4XX_RB_MRT_BLEND_CONTROL_RGB_BLEND_OPCODE(blend_func(rt->rgb_func)) | in fd4_blend_state_create() 89 A4XX_RB_MRT_BLEND_CONTROL_ALPHA_BLEND_OPCODE(blend_func(rt->alpha_func)) | in fd4_blend_state_create()
|
/external/mesa3d/src/gallium/drivers/freedreno/a5xx/ |
D | fd5_blend.c | 38 blend_func(unsigned func) in blend_func() function 89 A5XX_RB_MRT_BLEND_CONTROL_RGB_BLEND_OPCODE(blend_func(rt->rgb_func)) | in fd5_blend_state_create() 92 A5XX_RB_MRT_BLEND_CONTROL_ALPHA_BLEND_OPCODE(blend_func(rt->alpha_func)) | in fd5_blend_state_create()
|
/external/mesa3d/src/gallium/drivers/freedreno/a6xx/ |
D | fd6_blend.c | 40 blend_func(unsigned func) in blend_func() function 91 .rgb_blend_opcode = blend_func(rt->rgb_func), in __fd6_setup_blend_variant() 94 .alpha_blend_opcode = blend_func(rt->alpha_func), in __fd6_setup_blend_variant()
|
/external/mesa3d/src/gallium/drivers/r300/ |
D | r300_state_inlines.h | 41 static inline uint32_t r300_translate_blend_function(int blend_func, in r300_translate_blend_function() argument 44 switch (blend_func) { in r300_translate_blend_function() 56 fprintf(stderr, "r300: Unknown blend function %d\n", blend_func); in r300_translate_blend_function()
|
/external/mesa3d/src/gallium/drivers/panfrost/nir/ |
D | nir_lower_blend.h | 36 enum blend_func func;
|
D | nir_lower_blend.c | 43 enum blend_func func, in nir_blend_func() 65 nir_blend_factored(enum blend_func func) in nir_blend_factored()
|
/external/mesa3d/src/gallium/drivers/swr/ |
D | swr_state.h | 270 swr_convert_blend_func(const UINT blend_func) in swr_convert_blend_func() argument 272 switch (blend_func) { in swr_convert_blend_func()
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_blend.h | 30 static inline enum blend_func
|
D | u_dump_defines.c | 212 DEFINE_UTIL_STR_CONTINUOUS(blend_func)
|
/external/deqp/modules/gles2/functional/ |
D | es2fNegativeFragmentApiTests.cpp | 169 ES2F_ADD_API_CASE(blend_func, "Invalid glBlendFunc() usage", in init()
|
/external/deqp/modules/gles31/functional/ |
D | es31fNegativeFragmentApiTests.cpp | 211 void blend_func (NegativeTestContext& ctx) in blend_func() function 496 {blend_func, "blend_func", "Invalid glBlendFunc() usage" }, in getNegativeFragmentApiTestFunctions()
|
/external/igt-gpu-tools/tools/null_state_gen/ |
D | intel_renderstate_gen7.c | 148 blend.blend0.blend_func = GEN6_BLENDFUNCTION_ADD; in gen7_create_blend_state()
|
D | intel_renderstate_gen6.c | 365 blend.blend0.blend_func = GEN6_BLENDFUNCTION_ADD; in gen6_create_cc_blend()
|
/external/deqp/modules/gles3/functional/ |
D | es3fNegativeFragmentApiTests.cpp | 158 ES3F_ADD_API_CASE(blend_func, "Invalid glBlendFunc() usage", in init()
|
/external/mesa3d/src/compiler/ |
D | shader_enums.h | 833 enum blend_func enum
|
/external/igt-gpu-tools/lib/ |
D | rendercopy_gen7.c | 237 blend->blend0.blend_func = GEN6_BLENDFUNCTION_ADD; in gen7_create_blend_state()
|
D | rendercopy_gen6.c | 424 blend->blend0.blend_func = GEN6_BLENDFUNCTION_ADD; in gen6_create_cc_blend()
|
D | gen6_render.h | 800 uint32_t blend_func:3; member
|
/external/deqp/modules/gles2/performance/ |
D | es2pStateChangeCallTests.cpp | 415 ADD_ARG_CASE2(blend_func, "Test cost of glBlendFunc() calls", in init()
|
/external/deqp/modules/gles3/performance/ |
D | es3pStateChangeCallTests.cpp | 450 ADD_ARG_CASE2(blend_func, "Test cost of glBlendFunc() calls", in init()
|
/external/igt-gpu-tools/assembler/ |
D | brw_structs.h | 199 unsigned blend_func:3; member
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_state.c | 267 static uint32_t si_translate_blend_function(int blend_func) in si_translate_blend_function() argument 269 switch (blend_func) { in si_translate_blend_function() 281 PRINT_ERR("Unknown blend function %d\n", blend_func); in si_translate_blend_function() 337 static uint32_t si_translate_blend_opt_function(int blend_func) in si_translate_blend_opt_function() argument 339 switch (blend_func) { in si_translate_blend_opt_function()
|