OSDN Git Service

Vulkan: Plumb bound descriptor sets down to SpirvRoutine.
authorChris Forbes <chrisforbes@google.com>
Tue, 19 Mar 2019 23:48:03 +0000 (16:48 -0700)
committerChris Forbes <chrisforbes@google.com>
Wed, 20 Mar 2019 19:18:40 +0000 (19:18 +0000)
commitc296806411fb97eeb756c02378ac9b33b4feaada
treefd61605bf10ddac1d914518e141cc22bc7ee5c3b
parent266724371dd2d55f7ece6434a23319f30a62ac2a
Vulkan: Plumb bound descriptor sets down to SpirvRoutine.

Choice of tests is slightly odd -- but there are a number of tests in
this group which *don't* use the derivative instructions (glslang is
smart enough to not emit them when the expression is known to be uniform).

Bug: b/126330097
Test: dEQP-VK.glsl.derivate.*
Test: dEQP-VK.ubo.*
Change-Id: I8864149104f2ea9b62c75ceae59da4ff8adebc32
Reviewed-on: https://swiftshader-review.googlesource.com/c/SwiftShader/+/26548
Tested-by: Chris Forbes <chrisforbes@google.com>
Presubmit-Ready: Chris Forbes <chrisforbes@google.com>
Reviewed-by: Ben Clayton <bclayton@google.com>
Reviewed-by: Nicolas Capens <nicolascapens@google.com>
Kokoro-Presubmit: kokoro <noreply+kokoro@google.com>
12 files changed:
src/Device/Context.cpp
src/Device/Context.hpp
src/Device/QuadRasterizer.hpp
src/Device/Renderer.cpp
src/Device/Renderer.hpp
src/Main/libX11.hpp
src/Pipeline/PixelRoutine.cpp
src/Pipeline/PixelRoutine.hpp
src/Pipeline/VertexProgram.cpp
src/Reactor/Reactor.hpp
src/Vulkan/VkCommandBuffer.cpp
src/WSI/libX11.hpp