| /xsrc/external/mit/MesaLib/dist/src/amd/registers/ |
| H A D | makeregheader.py | 154 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 D | regdb.py | 102 '{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 D | link_functions.cpp | 50 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 D | link_functions.cpp | 50 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 D | nir_inline_functions.c | 42 exec_list_append(&b->impl->locals, ©->locals); 164 * to the locals list for the caller and the information about where the
|
| H A D | nir_lower_global_vars_to_local.c | 95 exec_list_push_tail(&impl->locals, &var->node);
|
| H A D | nir_strip.c | 66 nir_foreach_variable(var, &impl->locals)
|
| H A D | nir_opt_large_constants.c | 151 nir_foreach_variable(var, &impl->locals) 224 nir_foreach_variable(var, &impl->locals) { 317 nir_foreach_variable_safe(var, &impl->locals) {
|
| H A D | nir_lower_constant_initializers.c | 113 impl_progress |= lower_const_initializer(&builder, &function->impl->locals);
|
| H A D | nir_remove_dead_variables.c | 192 if (remove_dead_vars(&function->impl->locals, live))
|
| H A D | nir_sweep.c | 130 steal_list(nir, nir_variable, &impl->locals);
|
| H A D | nir_split_vars.c | 279 &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 D | Makefile.am | 51 .dir-locals.el \
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/nir/ |
| H A D | nir_lower_global_vars_to_local.c | 96 exec_list_push_tail(&impl->locals, &var->node);
|
| H A D | nir_inline_functions.c | 42 exec_list_append(&b->impl->locals, ©->locals); 55 * b->impl->locals. 211 * to the locals list for the caller and the information about where the
|
| H A D | nir_lower_variable_initializers.c | 122 &function->impl->locals,
|
| H A D | nir_remove_dead_variables.c | 204 if (remove_dead_vars(&function->impl->locals,
|
| H A D | nir_sweep.c | 110 steal_list(nir, nir_variable, &impl->locals);
|
| H A D | nir_split_vars.c | 334 &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 D | sid_tables.py | 160 **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 D | gfx10_format_table.py | 165 .format(**locals()),
|
| /xsrc/external/mit/freetype/dist/src/psaux/ |
| H A D | psft.c | 813 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 D | cffdecode.c | 2177 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 D | psaux.h | 658 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 D | codingstyle.rst | 7 (.editorconfig) and/or Emacs (.dir-locals.el) file. Alternatively the
|