Searched refs:locals (Results 1 - 25 of 284) sorted by relevance

1234567891011>>

/xsrc/external/mit/MesaLib/dist/src/amd/registers/
H A Dmakeregheader.py154 key = '{type_ref}::{basename}'.format(**locals())
174 key = '{type_ref}::{basename}::{enum_ref}'.format(**locals())
299 print('#ifndef {self.guard}'.format(**locals()), file=filp)
300 print('#define {self.guard}\n'.format(**locals()), file=filp)
308 define_name = 'R_{address}_{register_line.name}'.format(**locals()).ljust(63)
310 print('#define {define_name} 0x{address}{comment}'.format(**locals()), file=filp)
325 define_name = '_{address}_{field_line.name}(x)'.format(**locals()).ljust(58)
329 .format(**locals()), file=filp)
331 .format(**locals()), file=filp)
334 define_name = '_{address}_{field_line.name}'.format(**locals())
[all...]
H A Dregdb.py102 '{k}={v}'.format(**locals()) for k, v, in self.__dict__.items()
149 raise MergeError('{name}: {e}'.format(**locals()))
173 with merge_scope('Key {k}'.format(**locals())):
182 raise MergeError('{base} (from {base_origin}) != {other} (from {other_origin})'.format(**locals()))
/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dlink_functions.cpp50 this->locals = _mesa_pointer_set_create(NULL);
55 _mesa_set_destroy(this->locals, NULL);
60 _mesa_set_add(locals, ir);
220 if (_mesa_set_search(locals, ir->var) == NULL) {
305 set *locals; member in class:__anone4eb089e0110::call_link_visitor
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dlink_functions.cpp50 this->locals = _mesa_pointer_set_create(NULL);
55 _mesa_set_destroy(this->locals, NULL);
60 _mesa_set_add(locals, ir);
220 if (_mesa_set_search(locals, ir->var) == NULL) {
305 set *locals; member in class:__anond20d0a4b0110::call_link_visitor
/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
H A Dnir_inline_functions.c42 exec_list_append(&b->impl->locals, &copy->locals);
164 * to the locals list for the caller and the information about where the
H A Dnir_lower_global_vars_to_local.c95 exec_list_push_tail(&impl->locals, &var->node);
H A Dnir_strip.c66 nir_foreach_variable(var, &impl->locals)
H A Dnir_opt_large_constants.c151 nir_foreach_variable(var, &impl->locals)
224 nir_foreach_variable(var, &impl->locals) {
317 nir_foreach_variable_safe(var, &impl->locals) {
H A Dnir_lower_constant_initializers.c113 impl_progress |= lower_const_initializer(&builder, &function->impl->locals);
H A Dnir_remove_dead_variables.c192 if (remove_dead_vars(&function->impl->locals, live))
H A Dnir_sweep.c130 steal_list(nir, nir_variable, &impl->locals);
H A Dnir_split_vars.c279 &function->impl->locals,
810 has_local_array = init_var_list_array_infos(&function->impl->locals,
841 &function->impl->locals,
1494 if ((modes & nir_var_function_temp) && !exec_list_is_empty(&impl->locals))
1550 locals_shrunk = shrink_vec_var_list(&function->impl->locals,
/xsrc/external/mit/libepoxy/dist/
H A DMakefile.am51 .dir-locals.el \
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_lower_global_vars_to_local.c96 exec_list_push_tail(&impl->locals, &var->node);
H A Dnir_inline_functions.c42 exec_list_append(&b->impl->locals, &copy->locals);
55 * b->impl->locals.
211 * to the locals list for the caller and the information about where the
H A Dnir_lower_variable_initializers.c122 &function->impl->locals,
H A Dnir_remove_dead_variables.c204 if (remove_dead_vars(&function->impl->locals,
H A Dnir_sweep.c110 steal_list(nir, nir_variable, &impl->locals);
H A Dnir_split_vars.c334 &function->impl->locals,
898 &function->impl->locals,
934 &function->impl->locals,
1639 if ((modes & nir_var_function_temp) && !exec_list_is_empty(&impl->locals))
1699 locals_shrunk = shrink_vec_var_list(&function->impl->locals,
/xsrc/external/mit/MesaLib/dist/src/amd/common/
H A Dsid_tables.py160 **locals()
163 return '{{{0}, 0x{mask:X}}}'.format(string_table.add(self.name), **locals())
301 out('static const struct si_reg {chip}_reg_table[] = {{'.format(**locals()))
323 .format(self.__strings.add(regmap.name), **locals()))
326 .format(self.__strings.add(regmap.name), **locals()))
H A Dgfx10_format_table.py165 .format(**locals()),
/xsrc/external/mit/freetype/dist/src/psaux/
H A Dpsft.c813 FT_ASSERT( decoder->locals );
815 buf->start = decoder->locals[idx];
829 buf->end = decoder->locals[idx + 1];
840 buf->end = decoder->locals[idx + 1];
H A Dcffdecode.c2177 zone->base = decoder->locals[idx];
2178 zone->limit = decoder->locals[idx + 1];
2363 /* and the locals subrs array */
2407 decoder->locals = sub->local_subrs;
/xsrc/external/mit/freetype/dist/include/freetype/internal/
H A Dpsaux.h658 FT_Byte** locals; member in struct:PS_Decoder_
1195 FT_Byte** locals; member in struct:CFF_Decoder_
/xsrc/external/mit/MesaLib/dist/docs/
H A Dcodingstyle.rst7 (.editorconfig) and/or Emacs (.dir-locals.el) file. Alternatively the

Completed in 65 milliseconds

1234567891011>>