Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • mesa mesa
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 2,710
    • Issues 2,710
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 904
    • Merge requests 904
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Mesa
  • mesamesa
  • Merge requests
  • !2400

radv: fix vkUpdateDescriptorSets with inline uniform blocks

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Samuel Pitoiset requested to merge hakzsam/mesa:radv_fix_copy_inline_blocks into master Oct 21, 2019
  • Overview 2
  • Commits 1
  • Pipelines 2
  • Changes 1

descriptorCount is the number of bytes into the descriptor, so it shouldn't be used as an index. srcArrayElement/dstArrayElement specify the starting byte offset within the binding to copy from/to.

This fixes new CTS tests: dEQP-VK.binding_model.descriptor_copy..inline_uniform_block_ dEQP-VK.binding_model.descriptor_copy..mix_3 dEQP-VK.binding_model.descriptor_copy..mix_array1

Fixes: 8d2654a4 ("radv: Support VK_EXT_inline_uniform_block.") Signed-off-by: Samuel Pitoiset samuel.pitoiset@gmail.com

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: radv_fix_copy_inline_blocks