Home
last modified time | relevance | path

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

/third_party/mesa3d/src/compiler/spirv/
Dvtn_private.h690 struct hash_table *const_table; member
Dspirv_to_nir.c232 struct hash_entry *entry = _mesa_hash_table_search(b->const_table, constant); in vtn_const_ssa_value()
6569 b->const_table = _mesa_pointer_hash_table_create(b); in spirv_to_nir()
/third_party/skia/third_party/externals/libwebp/swig/
Dlibwebp_python_wrap.c5443 swig_const_info *const_table, in SWIG_Python_FixMethods() argument
5455 for (j = 0; const_table[j].type; ++j) { in SWIG_Python_FixMethods()
5456 if (strncmp(const_table[j].name, name, in SWIG_Python_FixMethods()
5457 strlen(const_table[j].name)) == 0) { in SWIG_Python_FixMethods()
5458 ci = &(const_table[j]); in SWIG_Python_FixMethods()