Home
last modified time | relevance | path

Searched refs:brw_postprocess_nir (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/src/intel/compiler/
Dbrw_nir.h118 nir_shader *brw_postprocess_nir(nir_shader *nir,
Dbrw_vec4_tcs.cpp410 nir = brw_postprocess_nir(nir, compiler, is_scalar); in brw_compile_tcs()
Dbrw_vec4_gs_visitor.cpp646 shader = brw_postprocess_nir(shader, compiler, is_scalar); in brw_compile_gs()
Dbrw_nir.c714 brw_postprocess_nir(nir_shader *nir, const struct brw_compiler *compiler, in brw_postprocess_nir() function
Dbrw_shader.cpp1167 nir = brw_postprocess_nir(nir, compiler, is_scalar); in brw_compile_tes()
Dbrw_vec4.cpp2805 shader = brw_postprocess_nir(shader, compiler, is_scalar); in brw_compile_vs()
Dbrw_fs.cpp6791 shader = brw_postprocess_nir(shader, compiler, true); in brw_compile_fs()
7014 return brw_postprocess_nir(shader, compiler, true); in compile_cs_to_nir()