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
  • libANGLE
  • renderer
  • vulkan
  • vk_cache_utils.h
Find file
BlameHistoryPermalink
  • Charlie Lao's avatar
    Vulkan: Use StoreOp_None_QCOM for read only depth stencil buffer · df6b7298
    Charlie Lao authored Oct 12, 2020
    For read only depth stencil buffers, there is no need to store depth or
    stencil value. But we can not use DontCare for storeOp because vulkan
    core spec says DontCare indicates data is undefined after this.
    VK_QCOM_render_pass_store_ops extension introduces a new store op that
    will leave data defined but skip the store. This CL utilize this if the
    extension is available.
    
    Bug: angleproject:5055
    Change-Id: I104f3d01eb342a2d0cc900f342430e901bde1bff
    Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2462604
    Commit-Queue: Charlie Lao <cclao@google.com>
    Reviewed-by: 's avatarTim Van Patten <timvp@google.com>
    Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org>
    df6b7298
vk_cache_utils.h 57.9 KB
EditWeb IDE
×

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