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
  • compiler
  • translator
  • IntermNode.h
Find file
BlameHistoryPermalink
  • Arun Patole's avatar
    Refactor unary operation constant folding code · ab2b9a23
    Arun Patole authored Jul 06, 2015
    This change splits TIntermConstantUnion::foldUnary into two
    functions:
        - foldUnaryWithDifferentReturnType:
            - Handles constant folding of operations where the return
              type has a different number of components compared to the
              operand type.
        - foldUnaryWithSameReturnType:
            - Handles constant folding of unary operations where the
              return type is the same as operand type.
    
    BUG=angleproject:913
    TEST=angle_unittests, dEQP Tests
    (dEQP-GLES3.functional.shaders.constant_expressions.builtin_functions.*)
    
    Change-Id: I675891138d4e17fd2390c03e9f710e0be0b7c7b6
    Reviewed-on: https://chromium-review.googlesource.com/283464Reviewed-by: 's avatarOlli Etuaho <oetuaho@nvidia.com>
    Tested-by: 's avatarOlli Etuaho <oetuaho@nvidia.com>
    Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org>
    ab2b9a23
IntermNode.h 25.3 KB
EditWeb IDE
×

Replace IntermNode.h

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.