nir/spirv: Add support for device groups

Reviewed-by: Samuel Iglesias Gonsálvez <siglesias@igalia.com>
This commit is contained in:
Jason Ekstrand
2017-09-21 15:51:55 -07:00
parent ddc4069122
commit ff9db1a4cc
7 changed files with 20 additions and 0 deletions

View File

@@ -1888,6 +1888,8 @@ typedef struct nir_shader_compiler_options {
bool lower_cs_local_index_from_id;
bool lower_device_index_to_zero;
/**
* Should nir_lower_io() create load_interpolated_input intrinsics?
*