Home
last modified time | relevance | path

Searched refs:const_table (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/compiler/spirv/
Dvtn_private.h658 struct hash_table *const_table; member
Dspirv_to_nir.c199 struct hash_entry *entry = _mesa_hash_table_search(b->const_table, constant); in vtn_const_ssa_value()
5838 b->const_table = _mesa_pointer_hash_table_create(b); in spirv_to_nir()
/external/marisa-trie/bindings/python/
Dmarisa-swig_wrap.cxx5969 swig_const_info *const_table, in SWIG_Python_FixMethods() argument
5979 for (j = 0; const_table[j].type; ++j) { in SWIG_Python_FixMethods()
5980 if (strncmp(const_table[j].name, name, in SWIG_Python_FixMethods()
5981 strlen(const_table[j].name)) == 0) { in SWIG_Python_FixMethods()
5982 ci = &(const_table[j]); in SWIG_Python_FixMethods()