Home
last modified time | relevance | path

Searched refs:brw_preprocess_nir (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/intel/compiler/
Dbrw_nir.h95 nir_shader *brw_preprocess_nir(const struct brw_compiler *compiler,
Dbrw_nir.c608 brw_preprocess_nir(const struct brw_compiler *compiler, nir_shader *nir) in brw_preprocess_nir() function
/external/mesa3d/src/intel/blorp/
Dblorp.c185 nir = brw_preprocess_nir(compiler, nir); in blorp_compile_fs()
214 nir = brw_preprocess_nir(compiler, nir); in blorp_compile_vs()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_tcs.c113 nir = brw_preprocess_nir(compiler, nir); in create_passthrough_tcs()
Dbrw_program.c109 nir = brw_preprocess_nir(brw->screen->compiler, nir); in brw_create_nir()
/external/mesa3d/src/intel/vulkan/
Danv_pipeline.c199 nir = brw_preprocess_nir(compiler, nir); in anv_shader_compile_to_nir()