Lines Matching refs:nir_function
82 struct nir_function;
1189 struct nir_function *callee;
2221 struct nir_function *function;
2360 typedef struct nir_function {
2376 } nir_function;
2593 struct exec_list functions; /** < list of nir_function */
2614 foreach_list_typed(nir_function, func, node, &(shader)->functions)
2619 nir_function *func = NULL;
2669 nir_function *nir_function_create(nir_shader *shader, const char *name);
2671 nir_function_impl *nir_function_impl_create(nir_function *func);
2702 nir_function *callee);