Searched refs:impl_progress (Results 1 - 10 of 10) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
H A Dnir_lower_constant_initializers.c98 bool impl_progress = false; local in function:nir_lower_constant_initializers
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);
115 if (impl_progress) {
H A Dnir_lower_scratch.c166 bool impl_progress = false; local in function:nir_lower_vars_to_scratch
183 impl_progress = true;
187 if (impl_progress) {
/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dgl_nir_lower_images.c119 bool impl_progress = false; local in function:gl_nir_lower_images
122 impl_progress |= lower_impl(&b, instr, bindless_only);
124 if (impl_progress) {
H A Dgl_nir_lower_atomics.c153 bool impl_progress = false; local in function:gl_nir_lower_atomics
163 impl_progress |= lower_deref_instr(&build,
170 if (impl_progress) {
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_opt_move.c155 bool impl_progress = false; local in function:nir_opt_move
158 impl_progress = true;
161 if (impl_progress) {
H A Dnir_opt_conditional_discard.c133 bool impl_progress = false; local in function:nir_opt_conditional_discard
136 impl_progress = true;
139 if (impl_progress) {
H A Dnir_lower_variable_initializers.c109 bool impl_progress = false; local in function:nir_lower_variable_initializers
115 impl_progress |= lower_const_initializer(&builder,
121 impl_progress |= lower_const_initializer(&builder,
126 if (impl_progress) {
H A Dnir_lower_scratch.c193 bool impl_progress = false; local in function:nir_lower_vars_to_scratch
218 impl_progress = true;
222 if (impl_progress) {
/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_nir_attribute_workarounds.c35 bool impl_progress; member in struct:attr_wa_state
127 state->impl_progress = true;
147 state.impl_progress = false;
153 if (state.impl_progress) {
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dgl_nir_lower_atomics.c153 bool impl_progress = false; local in function:gl_nir_lower_atomics
163 impl_progress |= lower_deref_instr(&build,
170 if (impl_progress) {

Completed in 6 milliseconds