/external/mesa3d/src/gallium/drivers/freedreno/a2xx/ |
D | fd2_blend.c | 40 blend_func(unsigned func) in blend_func() function 85 A2XX_RB_BLEND_CONTROL_COLOR_COMB_FCN(blend_func(rt->rgb_func)) | in fd2_blend_state_create() 90 A2XX_RB_BLEND_CONTROL_ALPHA_COMB_FCN(blend_func(rt->alpha_func)) | in fd2_blend_state_create() 95 A2XX_RB_BLEND_CONTROL_COLOR_COMB_FCN(blend_func(rt->rgb_func)) | in fd2_blend_state_create()
|
/external/mesa3d/src/gallium/drivers/freedreno/a3xx/ |
D | fd3_blend.c | 41 blend_func(unsigned func) in blend_func() function 105 A3XX_RB_MRT_BLEND_CONTROL_RGB_BLEND_OPCODE(blend_func(rt->rgb_func)) | in fd3_blend_state_create() 110 A3XX_RB_MRT_BLEND_CONTROL_ALPHA_BLEND_OPCODE(blend_func(rt->alpha_func)) | in fd3_blend_state_create() 115 A3XX_RB_MRT_BLEND_CONTROL_RGB_BLEND_OPCODE(blend_func(rt->rgb_func)) | in fd3_blend_state_create()
|
/external/mesa3d/src/gallium/drivers/freedreno/a4xx/ |
D | fd4_blend.c | 39 blend_func(unsigned func) in blend_func() function 104 A4XX_RB_MRT_BLEND_CONTROL_RGB_BLEND_OPCODE(blend_func(rt->rgb_func)) | in fd4_blend_state_create() 109 A4XX_RB_MRT_BLEND_CONTROL_ALPHA_BLEND_OPCODE(blend_func(rt->alpha_func)) | in fd4_blend_state_create() 114 A4XX_RB_MRT_BLEND_CONTROL_RGB_BLEND_OPCODE(blend_func(rt->rgb_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 105 A5XX_RB_MRT_BLEND_CONTROL_RGB_BLEND_OPCODE(blend_func(rt->rgb_func)) | in fd5_blend_state_create() 110 A5XX_RB_MRT_BLEND_CONTROL_ALPHA_BLEND_OPCODE(blend_func(rt->alpha_func)) | in fd5_blend_state_create() 115 A5XX_RB_MRT_BLEND_CONTROL_RGB_BLEND_OPCODE(blend_func(rt->rgb_func)) | in fd5_blend_state_create()
|
/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/swr/ |
D | swr_state.h | 248 swr_convert_blend_func(const UINT blend_func) in swr_convert_blend_func() argument 250 switch (blend_func) { in swr_convert_blend_func()
|
/external/mesa3d/src/mesa/swrast/ |
D | s_context.h | 60 typedef void (*blend_func)(struct gl_context *ctx, GLuint n, typedef 313 blend_func BlendFunc;
|
/external/mesa3d/src/gallium/auxiliary/util/ |
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 | 204 void blend_func (NegativeTestContext& ctx) in blend_func() function 489 {blend_func, "blend_func", "Invalid glBlendFunc() usage" }, in getNegativeFragmentApiTestFunctions()
|
/external/deqp/modules/gles3/functional/ |
D | es3fNegativeFragmentApiTests.cpp | 158 ES3F_ADD_API_CASE(blend_func, "Invalid glBlendFunc() usage", in init()
|
/external/deqp/modules/gles2/performance/ |
D | es2pStateChangeCallTests.cpp | 415 ADD_ARG_CASE2(blend_func, "Test cost of glBlendFunc() calls", in init()
|
D | es2pRedundantStateChangeTests.cpp | 541 ADD_TESTCASE(blend_func, "Change blend function.", in init()
|
D | es2pStateChangeTests.cpp | 600 ADD_TESTCASE(blend_func, "Change blend function.", in init()
|
/external/deqp/modules/gles3/performance/ |
D | es3pStateChangeCallTests.cpp | 450 ADD_ARG_CASE2(blend_func, "Test cost of glBlendFunc() calls", in init()
|
D | es3pRedundantStateChangeTests.cpp | 615 ADD_TESTCASE(blend_func, "Change blend function.", in init()
|
D | es3pStateChangeTests.cpp | 684 ADD_TESTCASE(blend_func, "Change blend function.", in init()
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_state.c | 281 static uint32_t si_translate_blend_function(int blend_func) in si_translate_blend_function() argument 283 switch (blend_func) { in si_translate_blend_function() 295 R600_ERR("Unknown blend function %d\n", blend_func); in si_translate_blend_function() 351 static uint32_t si_translate_blend_opt_function(int blend_func) in si_translate_blend_opt_function() argument 353 switch (blend_func) { in si_translate_blend_opt_function()
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_state.c | 33 static uint32_t r600_translate_blend_function(int blend_func) in r600_translate_blend_function() argument 35 switch (blend_func) { in r600_translate_blend_function() 47 R600_ERR("Unknown blend function %d\n", blend_func); in r600_translate_blend_function()
|
D | evergreen_state.c | 102 static uint32_t r600_translate_blend_function(int blend_func) in r600_translate_blend_function() argument 104 switch (blend_func) { in r600_translate_blend_function() 116 R600_ERR("Unknown blend function %d\n", blend_func); in r600_translate_blend_function()
|
/external/deqp/external/openglcts/data/mustpass/gles/aosp_mustpass/3.2.2.x/ |
D | gles32-master.txt | 8610 dEQP-GLES31.functional.debug.negative_coverage.callbacks.fragment.blend_func 8905 dEQP-GLES31.functional.debug.negative_coverage.log.fragment.blend_func 9200 dEQP-GLES31.functional.debug.negative_coverage.get_error.fragment.blend_func
|
/external/deqp/android/cts/lmp/ |
D | gles31-master.txt | 13187 dEQP-GLES31.functional.debug.negative_coverage.callbacks.fragment.blend_func 13476 dEQP-GLES31.functional.debug.negative_coverage.log.fragment.blend_func 13752 dEQP-GLES31.functional.debug.negative_coverage.get_error.fragment.blend_func
|
/external/deqp/android/cts/lmp-mr1/src/ |
D | es31-lmp-mr1.txt | 13600 dEQP-GLES31.functional.debug.negative_coverage.callbacks.fragment.blend_func 13891 dEQP-GLES31.functional.debug.negative_coverage.log.fragment.blend_func 14168 dEQP-GLES31.functional.debug.negative_coverage.get_error.fragment.blend_func
|
/external/deqp/android/cts/lmp-mr1/ |
D | gles31-master.txt | 13600 dEQP-GLES31.functional.debug.negative_coverage.callbacks.fragment.blend_func 13891 dEQP-GLES31.functional.debug.negative_coverage.log.fragment.blend_func 14168 dEQP-GLES31.functional.debug.negative_coverage.get_error.fragment.blend_func
|
/external/deqp/android/cts/lmp/src/ |
D | es31-lmp.txt | 13187 dEQP-GLES31.functional.debug.negative_coverage.callbacks.fragment.blend_func 13476 dEQP-GLES31.functional.debug.negative_coverage.log.fragment.blend_func 13752 dEQP-GLES31.functional.debug.negative_coverage.get_error.fragment.blend_func
|