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
  • Vulkan
  • VkDescriptorPool.cpp
Find file
BlameHistoryPermalink
  • Alexis Hetu's avatar
    DescriptorPool error fix · 75690ce7
    Alexis Hetu authored Aug 06, 2020
    DescriptorPool::computeTotalFreeSize() was adding the size
    of the last element to its available memory size, rather
    than subtracting it, which was causing the DescriptorPool
    to return the wrong error (VK_ERROR_FRAGMENTED_POOL
    instead of VK_ERROR_OUT_OF_POOL_MEMORY).
    
    Bug: b/167617619
    Change-Id: Ie60c2fe521b0d233b32504b446af1715361f5c21
    Reviewed-on: https://swiftshader-review.googlesource.com/c/SwiftShader/+/47549Reviewed-by: 's avatarNicolas Capens <nicolascapens@google.com>
    Kokoro-Result: kokoro <noreply+kokoro@google.com>
    Tested-by: 's avatarAlexis Hétu <sugoi@google.com>
    75690ce7
VkDescriptorPool.cpp 5.77 KB
EditWeb IDE
×

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