HomeSort by: relevance | last modified time | path
    Searched refs:main_entry_point (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/MesaLib.old/dist/src/compiler/spirv/
spirv_to_nir.c 4524 nir_function *main_entry_point = nir_function_create(b->shader, func_name); local
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/
spirv_to_nir.c 6107 nir_function *main_entry_point = nir_function_create(b->shader, func_name); local
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 9 milliseconds