Searched refs:main_entry_point (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/compiler/spirv/
H A Dspirv_to_nir.c4524 nir_function *main_entry_point = nir_function_create(b->shader, func_name); local in function:vtn_emit_kernel_entry_point_wrapper
4525 main_entry_point->impl = nir_function_impl_create(main_entry_point);
4526 nir_builder_init(&b->nb, main_entry_point->impl);
4527 b->nb.cursor = nir_after_cf_list(&main_entry_point->impl->body);
4558 nir_local_variable_create(main_entry_point->impl, in_var->type,
4570 return main_entry_point;
/xsrc/external/mit/MesaLib/dist/src/compiler/spirv/
H A Dspirv_to_nir.c6107 nir_function *main_entry_point = nir_function_create(b->shader, func_name); local in function:vtn_emit_kernel_entry_point_wrapper
6108 main_entry_point->impl = nir_function_impl_create(main_entry_point);
6109 nir_builder_init(&b->nb, main_entry_point->impl);
6110 b->nb.cursor = nir_after_cf_list(&main_entry_point->impl->body);
6148 nir_local_variable_create(main_entry_point->impl, in_var->type,
6164 return main_entry_point;

Completed in 14 milliseconds