Home
last modified time | relevance | path

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

/third_party/mesa3d/src/compiler/spirv/
H A Dspirv_to_nir.c6388 nir_function *main_entry_point = nir_function_create(b->shader, func_name); in vtn_emit_kernel_entry_point_wrapper() local
6389 main_entry_point->impl = nir_function_impl_create(main_entry_point); in vtn_emit_kernel_entry_point_wrapper()
6390 nir_builder_init(&b->nb, main_entry_point->impl); in vtn_emit_kernel_entry_point_wrapper()
6391 b->nb.cursor = nir_after_cf_list(&main_entry_point->impl->body); in vtn_emit_kernel_entry_point_wrapper()
6432 nir_local_variable_create(main_entry_point->impl, in_var->type, in vtn_emit_kernel_entry_point_wrapper()
6448 return main_entry_point; in vtn_emit_kernel_entry_point_wrapper()

Completed in 8 milliseconds