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.h135 void brw_postprocess_nir(nir_shader *nir,
Dbrw_vec4_tcs.cpp390 brw_postprocess_nir(nir, compiler, is_scalar); in brw_compile_tcs()
Dbrw_vec4_gs_visitor.cpp617 brw_postprocess_nir(nir, compiler, is_scalar); in brw_compile_gs()
Dbrw_shader.cpp1294 brw_postprocess_nir(nir, compiler, is_scalar); in brw_compile_tes()
Dbrw_nir.c1024 brw_postprocess_nir(nir_shader *nir, const struct brw_compiler *compiler, in brw_postprocess_nir() function
Dbrw_vec4.cpp2864 brw_postprocess_nir(nir, compiler, is_scalar); in brw_compile_vs()
Dbrw_fs.cpp8815 brw_postprocess_nir(nir, compiler, true); in brw_compile_fs()
9138 brw_postprocess_nir(shader, compiler, true); in compile_cs_to_nir()