Lines Matching refs:nir_function
106 struct nir_function;
1727 struct nir_function *callee;
3193 struct nir_function *function;
3351 typedef struct nir_function {
3367 } nir_function;
3812 struct exec_list functions; /** < list of nir_function */
3843 foreach_list_typed(nir_function, func, node, &(shader)->functions)
3848 nir_function *func = NULL;
3931 nir_function *nir_function_create(nir_shader *shader, const char *name);
3933 nir_function_impl *nir_function_impl_create(nir_function *func);
3966 nir_function *callee);