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
  • Qin Jiajia's avatar
    Do struct mapping under conditions · 311e8086
    Qin Jiajia authored May 15, 2019
    Struct mapping consumes lots of time when the array lengh is very large.
    And it's done unconditionally. This CL does struct mapping only if it's
    a struct assignment or passing the struct to a function.
    
    In the next step, we can use a function to do struct mapping instead of
    struct array initialization.
    
    Bug: angleproject:2967
    
    Change-Id: Ie5a74fa05dbc0255ad664d6265dbb880a624f01e
    Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/1612978Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org>
    Reviewed-by: 's avatarGeoff Lang <geofflang@chromium.org>
    Commit-Queue: Jiajia Qin <jiajia.qin@intel.com>
    311e8086
ComputeShaderTest.cpp 102 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.