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
  • test_expectations
  • GPUTestExpectationsTest.cpp
Find file
BlameHistoryPermalink
  • Shahbaz Youssefi's avatar
    Vulkan: Support emulated pre-rotation in dEQP testing · 09932e04
    Shahbaz Youssefi authored Oct 29, 2020
    Similarly to end2end tests, the window dimensions are swapped with
    emulated prerotation at 90 and 270 degrees, while maintaining to the
    application that dimensions are as requested.
    
    The following new command line argument can be used to select an
    emulated prerotation:
    
        --emulated-pre-rotation=90
        --emulated-pre-rotation=180
        --emulated-pre-rotation=270
    
    For example:
    
        $ ./angle_deqp_gles2_tests --use-angle=vulkan \
                                   --deqp-case=*draw* \
                                   --emulated-pre-rotation=270
    
    Additionally, the deqp test expectations can be marked with the
    following new tags to add suppressions for failing tests under
    prerotation:
    
        PREROTATION
        PREROTATION90
        PREROTATION180
        PREROTATION270
    
    Bug: angleproject:4901
    Change-Id: I7a68c1a1e7da4366cde981469c589d8d900c40c5
    Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2506810
    Commit-Queue: Shahbaz Youssefi <syoussefi@chromium.org>
    Reviewed-by: 's avatarYuly Novikov <ynovikov@chromium.org>
    Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org>
    09932e04
GPUTestExpectationsTest.cpp 7.04 KB
EditWeb IDE
×

Replace GPUTestExpectationsTest.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.