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
  • OcclusionQueriesTest.cpp
Find file
BlameHistoryPermalink
  • Shahbaz Youssefi's avatar
    Vulkan: Implement occlusion queries · 563fbaa0
    Shahbaz Youssefi authored Oct 02, 2018
    Begin and end queries insert an execution barrier in the command graph
    to ensure the commands around them are not reordered w.r.t to the query.
    
    Also, these commands cannot be recorded in separate secondary command
    buffers.  Therefore, special-function nodes are created to perform the
    begin and end query calls on the final primary command buffer.
    
    Bug: angleproject:2855
    Change-Id: Ie216dfdd6a2009deaaf744fd15d2db6899dd93e9
    Reviewed-on: https://chromium-review.googlesource.com/c/1259762Reviewed-by: 's avatarGeoff Lang <geofflang@chromium.org>
    Commit-Queue: Shahbaz Youssefi <syoussefi@chromium.org>
    563fbaa0
OcclusionQueriesTest.cpp 9.58 KB
EditWeb IDE
×

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