Searched refs:blend_equation (Results 1 - 12 of 12) sorted by relevance
/third_party/mesa3d/src/panfrost/lib/ |
H A D | pan_blitter.c | 302 cfg.blend_equation.rgb.a = MALI_BLEND_OPERAND_A_SRC; in pan_blitter_emit_rsd() 303 cfg.blend_equation.rgb.b = MALI_BLEND_OPERAND_B_SRC; in pan_blitter_emit_rsd() 304 cfg.blend_equation.rgb.c = MALI_BLEND_OPERAND_C_ZERO; in pan_blitter_emit_rsd() 305 cfg.blend_equation.alpha.a = MALI_BLEND_OPERAND_A_SRC; in pan_blitter_emit_rsd() 306 cfg.blend_equation.alpha.b = MALI_BLEND_OPERAND_B_SRC; in pan_blitter_emit_rsd() 307 cfg.blend_equation.alpha.c = MALI_BLEND_OPERAND_C_ZERO; in pan_blitter_emit_rsd() 313 cfg.blend_equation.color_mask = 0xf; in pan_blitter_emit_rsd()
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
H A D | es2fNegativeFragmentApiTests.cpp | 140 ES2F_ADD_API_CASE(blend_equation, "Invalid glBlendEquation() usage", in init()
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fNegativeFragmentApiTests.cpp | 140 void blend_equation (NegativeTestContext& ctx) in blend_equation() function 492 {blend_equation, "blend_equation", "Invalid glBlendEquation() usage" }, in getNegativeFragmentApiTestFunctions()
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fNegativeFragmentApiTests.cpp | 148 ES3F_ADD_API_CASE(blend_equation, "Invalid glBlendEquation() usage", in init()
|
/third_party/vk-gl-cts/modules/gles2/performance/ |
H A D | es2pStateChangeCallTests.cpp | 302 ADD_ARG_CASE1(blend_equation, "Test cost of glBlendEquation() calls", in init()
|
H A D | es2pRedundantStateChangeTests.cpp | 501 ADD_TESTCASE(blend_equation, "Change blend equation.", in init()
|
H A D | es2pStateChangeTests.cpp | 555 ADD_TESTCASE(blend_equation, "Change blend equation.", in init()
|
/third_party/mesa3d/src/gallium/drivers/panfrost/ |
H A D | pan_cmdstream.c | 590 cfg.blend_equation.color_mask = 0xf; in panfrost_prepare_fs_state() 591 cfg.blend_equation.rgb.a = MALI_BLEND_OPERAND_A_SRC; in panfrost_prepare_fs_state() 592 cfg.blend_equation.rgb.b = MALI_BLEND_OPERAND_B_SRC; in panfrost_prepare_fs_state() 593 cfg.blend_equation.rgb.c = MALI_BLEND_OPERAND_C_ZERO; in panfrost_prepare_fs_state() 594 cfg.blend_equation.alpha.a = MALI_BLEND_OPERAND_A_SRC; in panfrost_prepare_fs_state() 595 cfg.blend_equation.alpha.b = MALI_BLEND_OPERAND_B_SRC; in panfrost_prepare_fs_state() 596 cfg.blend_equation.alpha.c = MALI_BLEND_OPERAND_C_ZERO; in panfrost_prepare_fs_state()
|
/third_party/vk-gl-cts/modules/gles3/performance/ |
H A D | es3pStateChangeCallTests.cpp | 337 ADD_ARG_CASE1(blend_equation, "Test cost of glBlendEquation() calls", in init()
|
H A D | es3pRedundantStateChangeTests.cpp | 575 ADD_TESTCASE(blend_equation, "Change blend equation.", in init()
|
H A D | es3pStateChangeTests.cpp | 639 ADD_TESTCASE(blend_equation, "Change blend equation.", in init()
|
/third_party/skia/src/gpu/gl/ |
H A D | GrGLGpu.cpp | 2577 GrBlendEquation blend_equation = kAdd_GrBlendEquation; in flushBlendAndColorWrite() local 2578 GL_CALL(BlendEquation(gXfermodeEquation2Blend[blend_equation])); in flushBlendAndColorWrite() 2579 fHWBlendState.fEquation = blend_equation; in flushBlendAndColorWrite()
|
Completed in 25 milliseconds