Home
last modified time | relevance | path

Searched refs:nir_emit_impl (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/intel/compiler/
Dbrw_vec4.h303 virtual void nir_emit_impl(nir_function_impl *impl);
Dbrw_fs.h237 void nir_emit_impl(nir_function_impl *impl);
Dbrw_vec4_nir.cpp41 nir_emit_impl(nir_shader_get_entrypoint((nir_shader *)nir)); in emit_nir_code()
51 vec4_visitor::nir_emit_impl(nir_function_impl *impl) in nir_emit_impl() function in brw::vec4_visitor
Dbrw_fs_nir.cpp48 nir_emit_impl(nir_shader_get_entrypoint((nir_shader *)nir)); in emit_nir_code()
311 fs_visitor::nir_emit_impl(nir_function_impl *impl) in nir_emit_impl() function in fs_visitor