Lines Matching refs:nir_function
163 struct nir_function;
1705 struct nir_function *callee;
3004 struct nir_function *function;
3011 struct nir_function *preamble;
3169 typedef struct nir_function { struct
3186 } nir_function; argument
3741 foreach_list_typed(nir_function, func, node, &(shader)->functions)
3746 nir_function *func = NULL; in nir_shader_get_entrypoint()
3811 nir_function *nir_function_create(nir_shader *shader, const char *name);
3813 nir_function_impl *nir_function_impl_create(nir_function *func);
3846 nir_function *callee);