Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
  • This project
    • Loading...
  • Sign in / Register
S
swiftshader
  • 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
  • swiftshader
  • Repository

Switch branch/tag
  • swiftshader
  • src
  • Device
  • QuadRasterizer.cpp
Find file
BlameHistoryPermalink
  • Sean Risser's avatar
    Implement depthBoundsTest · b71a5569
    Sean Risser authored Apr 01, 2021
    The depthBoundsTest checks if the depth is withing a certain range, and
    if not, sets coverage to 0 for the particular fragment.
    
    Tests: dEQP-VK.pipeline.depth.nocolor.format.d16_unorm.compare_ops.*
    Tests: dEQP-VK.pipeline.depth.nocolor.format.d32_sfloat.compare_ops.*
    Tests: dEQP-VK.pipeline.depth.nocolor.format.d32_sfloat_s8_uint.compare_ops.*
    Tests: dEQP-VK.pipeline.depth.nocolor.format.d32_sfloat_s8_uint_separate_layouts.compare_ops.*
    Tests: dEQP-VK.dynamic_state.ds_state.depth_bounds_1
    Tests: dEQP-VK.dynamic_state.ds_state.depth_bounds_2
    Tests: dEQP-VK.rasterization.frag_side_effects.color_at_end.depth_bounds
    Tests: dEQP-VK.rasterization.frag_side_effects.color_at_beginning.depth_bounds
    
    Bug: b/181656417
    Change-Id: I50076834afa21f5b93e59b27a5438ba26f8008c8
    Reviewed-on: https://swiftshader-review.googlesource.com/c/SwiftShader/+/53888
    Kokoro-Result: kokoro <noreply+kokoro@google.com>
    Reviewed-by: 's avatarAlexis Hétu <sugoi@google.com>
    Reviewed-by: 's avatarNicolas Capens <nicolascapens@google.com>
    Tested-by: 's avatarSean Risser <srisser@google.com>
    Commit-Queue: Sean Risser <srisser@google.com>
    b71a5569
QuadRasterizer.cpp 7.73 KB
EditWeb IDE
×

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