Lines Matching refs:spec
88 _mesa_map_function_spec(const char *spec) in _mesa_map_function_spec() argument
94 if (!spec) in _mesa_map_function_spec()
97 signature = spec; in _mesa_map_function_spec()
98 spec += strlen(spec) + 1; in _mesa_map_function_spec()
101 while (*spec) { in _mesa_map_function_spec()
102 names[num_names] = spec; in _mesa_map_function_spec()
106 spec += strlen(spec) + 1; in _mesa_map_function_spec()
136 const char *spec; in _mesa_map_function_array() local
139 spec = _mesa_get_function_spec(func_array[i].func_index); in _mesa_map_function_array()
140 if (!spec) { in _mesa_map_function_array()
146 offset = _mesa_map_function_spec(spec); in _mesa_map_function_array()
149 const char *name = spec + strlen(spec) + 1; in _mesa_map_function_array()
154 const char *name = spec + strlen(spec) + 1; in _mesa_map_function_array()
202 const char *spec; in _mesa_do_init_remap_table() local
206 spec = _mesa_function_pool + remap[i].pool_index; in _mesa_do_init_remap_table()
208 offset = _mesa_map_function_spec(spec); in _mesa_do_init_remap_table()