Home
last modified time | relevance | path

Searched refs:nir_function_impl_create (Results 1 – 9 of 9) sorted by relevance

/third_party/mesa3d/src/compiler/nir/
Dnir_opt_preamble.c45 nir_function_impl *impl = nir_function_impl_create(preamble); in nir_shader_get_preamble()
Dnir_builder.c56 b.impl = nir_function_impl_create(func); in nir_builder_init_simple_shader()
Dnir.c570 nir_function_impl_create(nir_function *function) in nir_function_impl_create() function
Dnir.h3813 nir_function_impl *nir_function_impl_create(nir_function *func);
/third_party/mesa3d/src/intel/compiler/
Dbrw_kernel.c60 nir_function_impl *impl = nir_function_impl_create(func); in builder_init_new_impl()
/third_party/mesa3d/src/compiler/spirv/
Dvtn_cfg.c234 nir_function_impl *impl = nir_function_impl_create(func); in vtn_cfg_handle_prepass_instruction()
Dspirv_to_nir.c6389 main_entry_point->impl = nir_function_impl_create(main_entry_point); in vtn_emit_kernel_entry_point_wrapper()
/third_party/mesa3d/src/compiler/glsl/
Dglsl_to_nir.cpp795 nir_function_impl *impl = nir_function_impl_create(func); in visit()
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_compiler.c3333 nir_function_impl *impl = nir_function_impl_create(fn); in zink_shader_tcs_create()