Searched refs:lower_const_initializer (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
H A Dnir_lower_constant_initializers.c68 lower_const_initializer(struct nir_builder *b, struct exec_list *var_list) function in typeref:typename:bool
104 impl_progress |= lower_const_initializer(&builder, &shader->outputs);
107 impl_progress |= lower_const_initializer(&builder, &shader->globals);
110 impl_progress |= lower_const_initializer(&builder, &shader->system_values);
113 impl_progress |= lower_const_initializer(&builder, &function->impl->locals);
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_lower_variable_initializers.c57 lower_const_initializer(struct nir_builder *b, struct exec_list *var_list, function in typeref:typename:bool
115 impl_progress |= lower_const_initializer(&builder,
121 impl_progress |= lower_const_initializer(&builder,

Completed in 3 milliseconds