1
0
Fork 0
forked from eden-emu/eden
ribbitvulkanadditions/src/shader_recompiler/frontend/maxwell/translate
Markus Wick 062d95753f shader_recompiler/LOP3: Use brute force python results within switch/case.
Thanks to @asLody for optimizing this function. This raised the focus that this function should be optimized more.

The current table assumes that the host GPU is able to invert for free, so only AND,OR,XOR are accumulated in the performance metrik.

Performance results:

Instructions
0: 8
1: 30
2: 114
3: 80
4: 24

Latency
0: 8
1: 30
2: 194
3: 24
2022-03-08 09:44:28 +01:00
..
impl shader_recompiler/LOP3: Use brute force python results within switch/case. 2022-03-08 09:44:28 +01:00
translate.cpp shader: Handle host exceptions 2021-07-22 21:51:34 -04:00
translate.h glasm: Rework control flow introducing a syntax list 2021-07-22 21:51:31 -04:00