Home
last modified time | relevance | path

Searched refs:blend_equation (Results 1 - 12 of 12) sorted by relevance

/third_party/mesa3d/src/panfrost/lib/
H A Dpan_blitter.c302 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 Des2fNegativeFragmentApiTests.cpp140 ES2F_ADD_API_CASE(blend_equation, "Invalid glBlendEquation() usage", in init()
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fNegativeFragmentApiTests.cpp140 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 Des3fNegativeFragmentApiTests.cpp148 ES3F_ADD_API_CASE(blend_equation, "Invalid glBlendEquation() usage", in init()
/third_party/vk-gl-cts/modules/gles2/performance/
H A Des2pStateChangeCallTests.cpp302 ADD_ARG_CASE1(blend_equation, "Test cost of glBlendEquation() calls", in init()
H A Des2pRedundantStateChangeTests.cpp501 ADD_TESTCASE(blend_equation, "Change blend equation.", in init()
H A Des2pStateChangeTests.cpp555 ADD_TESTCASE(blend_equation, "Change blend equation.", in init()
/third_party/mesa3d/src/gallium/drivers/panfrost/
H A Dpan_cmdstream.c590 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 Des3pStateChangeCallTests.cpp337 ADD_ARG_CASE1(blend_equation, "Test cost of glBlendEquation() calls", in init()
H A Des3pRedundantStateChangeTests.cpp575 ADD_TESTCASE(blend_equation, "Change blend equation.", in init()
H A Des3pStateChangeTests.cpp639 ADD_TESTCASE(blend_equation, "Change blend equation.", in init()
/third_party/skia/src/gpu/gl/
H A DGrGLGpu.cpp2577 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