Skip to content

Draft: Optimizations of shader compile time

Konstantin Lazukin requested to merge shader_compile_time_opt into main

Various optimizations to increase shader compile time in the test dEQP-VK.ssbo.phys.layout.random.16bit.scalar.13 slow.

Locally it changes test run time from avg 60.7073s to 27.5676s (100 runs) which is ne.

Not sure if use of STL is allowed here so let me know if I have to rewrite it using custom collections.

Edited by Konstantin Lazukin

Merge request reports