Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Testcase: Alpha blending #506

Merged
merged 1 commit into from
Aug 15, 2024

Conversation

RenfengLiu
Copy link
Collaborator

@RenfengLiu RenfengLiu commented Aug 15, 2024

Added new knob quad_blend_mode with value "none", "alpha", "disable_output". This also replaced the previews knob disable-ps-output, which now can be set as "quad_blend_mode":"disable_output"

{
    "deterministic": true,
    "enable-skybox": false,
    "enable-spheres": false,
    "enable-metrics": false,
    "fullscreen-quads-count": 1,
    "fullscreen-quads-type": "Texture",
    "fullscreen-quads-single-renderpass": true,
    "vs-alu-instruction-count": 100,
    "texture-count": 2,
    "disable-ps-output": false,
    "fullscreen-quads-texture-path": "benchmarks/textures/tiger_2364x2880.jpg",
    "viewport_height_scale": "1",
    "viewport_width_scale": "1",
    "quad_blend_mode": "alpha"
}

@RenfengLiu RenfengLiu force-pushed the power_consumption branch 2 times, most recently from e41cac7 to c21fe09 Compare August 15, 2024 19:06
@RenfengLiu RenfengLiu merged commit 38755eb into google:power_measurement Aug 15, 2024
3 of 5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants