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
  • ComputeShaderTest.cpp
Find file
BlameHistoryPermalink
  • Jiawei Shao's avatar
    ES31: Support atomic functions on D3D11 - Part II · 35bc74d6
    Jiawei Shao authored Aug 03, 2018
    This patch adds the support of translating atomicExchange and
    atomicCompSwap without return value on D3D11 back-ends.
    
    As the last parameter of the HLSL intrinsic functions
    InterlockedExchange and InterlockedCompareExchange is not optional,
    when there is a call of either atomicExchange or atomicCompSwap
    without return value, we add a temporary variable for it, so that
    we can directly translate all of such calls in outputHLSL.cpp.
    
    BUG=angleproject:2682
    TEST=angle_end2end_tests
    
    Change-Id: I7e9c6d3c7d1846c865909b2f5a26592846c82582
    Reviewed-on: https://chromium-review.googlesource.com/1161744Reviewed-by: 's avatarGeoff Lang <geofflang@chromium.org>
    Commit-Queue: Jiawei Shao <jiawei.shao@intel.com>
    35bc74d6
ComputeShaderTest.cpp 55 KB
EditWeb IDE
×

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