Searched refs:main_entry_point (Results 1 – 1 of 1) sorted by relevance
5663 nir_function *main_entry_point = nir_function_create(b->shader, func_name); in vtn_emit_kernel_entry_point_wrapper() local5664 main_entry_point->impl = nir_function_impl_create(main_entry_point); in vtn_emit_kernel_entry_point_wrapper()5665 nir_builder_init(&b->nb, main_entry_point->impl); in vtn_emit_kernel_entry_point_wrapper()5666 b->nb.cursor = nir_after_cf_list(&main_entry_point->impl->body); in vtn_emit_kernel_entry_point_wrapper()5704 nir_local_variable_create(main_entry_point->impl, in_var->type, in vtn_emit_kernel_entry_point_wrapper()5720 return main_entry_point; in vtn_emit_kernel_entry_point_wrapper()