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
  • gl_tests
  • TransformFeedbackTest.cpp
Find file
BlameHistoryPermalink
  • Shahbaz Youssefi's avatar
    Vulkan: Use pipeline statistics query to emulate primitives generated · b6adeb2f
    Shahbaz Youssefi authored Jun 21, 2021
    The VK_QUERY_PIPELINE_STATISTIC_CLIPPING_INVOCATIONS_BIT query produces
    the same result as the GL primitives generated query.  One caveat is
    that in combination with rasterizer discard this query may not work.
    This is emulated by disabling rasterizer discard when this query is
    active and applying an empty scissor instead.
    
    When VK_EXT_primitives_generated_query is released and supported, a
    similar issue with rasterizer discard persists so this change will
    facilitate using that extension as well.
    
    Bug: angleproject:5430
    Change-Id: Id45b6f058c5cb6837e04aa64b1efde28c104e4cf
    Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2976181
    Commit-Queue: Shahbaz Youssefi <syoussefi@chromium.org>
    Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org>
    Reviewed-by: 's avatarTim Van Patten <timvp@google.com>
    b6adeb2f
TransformFeedbackTest.cpp 128 KB
EditWeb IDE
×

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