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
  • AtomicCounterBufferTest.cpp
Find file
BlameHistoryPermalink
  • Shahbaz Youssefi's avatar
    Vulkan: SPIR-V Gen: Support loops · 153240b2
    Shahbaz Youssefi authored Jun 11, 2021
    Loops are similar to if-else in that they generate a number of blocks
    where the first block specifies divergence (OpLoopMerge) and the merge
    block.  Differently from if-else, there is a block where the condition
    is evaluated and a block which `continue;` leads to (this last block is
    the only one allowed to back-jump to the beginning of the loop).
    
    Bug: angleproject:4889
    Change-Id: Ic59f4bf3e05fbf93cb5af85acd3bc4b0da8412af
    Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2957809
    Commit-Queue: Shahbaz Youssefi <syoussefi@chromium.org>
    Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org>
    Reviewed-by: 's avatarTim Van Patten <timvp@google.com>
    153240b2
AtomicCounterBufferTest.cpp 19.2 KB
EditWeb IDE
×

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