vulkan: add RTE variants for glu/add/sub/mul/div (#14653)

This commit is contained in:
Jeff Bolz
2025-07-15 14:32:11 -05:00
committed by GitHub
parent 68e37a61a7
commit 10a0351a97
8 changed files with 90 additions and 32 deletions

View File

@@ -1,11 +1,8 @@
#include "types.comp"
#extension GL_EXT_shader_16bit_storage : require
#extension GL_EXT_spirv_intrinsics: enable
#if RTE16
spirv_execution_mode(capabilities = [4467], 4462, 16); // RoundingModeRTE, 16 bits
#endif
#include "rte.comp"
layout(local_size_x = 1, local_size_y = 256, local_size_z = 1) in;