Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
  • This project
    • Loading...
  • Sign in / Register
A
angle
  • Project
    • Overview
    • Details
    • Activity
    • Cycle Analytics
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
  • Issues 0
    • Issues 0
    • List
    • Board
    • Labels
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Charts
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Chen Yisong
  • angle
  • Repository

Switch branch/tag
  • angle
  • src
  • tests
  • perf_tests
  • ANGLEPerfTest.cpp
Find file
BlameHistoryPermalink
  • Martin Radev's avatar
    Add multiview performance tests · 6a6199b4
    Martin Radev authored Jun 05, 2017
    The patch adds two tests to measure the performance of the
    ANGLE_multiview extension implementation:
    1) The first test renders onto two views by issuing thousands of state
    changes and draw calls. The aim of the test is to stress the CPU.
    2) The second test renders onto two views by drawing with one draw call
    half a million quads with multiple attributes per vertex. The attributes
    are passed to the fragment shader where they are used for computing the
    color. The aim of the test is to stress the GPU's memory system.
    
    The patch also extends the ANGLEPerfTest's functionality to only run
    the benchmark if the necessary extensions are available.
    
    BUG=angleproject:2062
    TEST=angle_end2end_tests
    
    Change-Id: Ic63d54a69fdddb72439eeeb1951a500fb1247e95
    Reviewed-on: https://chromium-review.googlesource.com/597630Reviewed-by: 's avatarOlli Etuaho <oetuaho@nvidia.com>
    6a6199b4
ANGLEPerfTest.cpp 5.61 KB
EditWeb IDE
×

Replace ANGLEPerfTest.cpp

Attach a file by drag & drop or click to upload


Cancel
A new branch will be created in your fork and a new merge request will be started.