Searched refs:brw_preprocess_nir (Results 1 - 15 of 15) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_nir.h95 nir_shader *brw_preprocess_nir(const struct brw_compiler *compiler,
H A Dbrw_nir.c672 brw_preprocess_nir(const struct brw_compiler *compiler, nir_shader *nir, function in typeref:typename:nir_shader *
1149 nir = brw_preprocess_nir(compiler, nir, NULL);
/xsrc/external/mit/MesaLib/dist/src/intel/blorp/
H A Dblorp.c232 brw_preprocess_nir(compiler, nir, NULL);
267 brw_preprocess_nir(compiler, nir, NULL);
311 brw_preprocess_nir(compiler, nir, NULL);
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_nir.h94 void brw_preprocess_nir(const struct brw_compiler *compiler,
H A Dbrw_nir_rt.c482 brw_preprocess_nir(compiler, nir, NULL);
H A Dbrw_nir.c759 brw_preprocess_nir(const struct brw_compiler *compiler, nir_shader *nir, function in typeref:typename:void
767 nir_validate_ssa_dominance(nir, "before brw_preprocess_nir");
1528 brw_preprocess_nir(compiler, nir, NULL);
/xsrc/external/mit/MesaLib.old/dist/src/intel/blorp/
H A Dblorp.c195 nir = brw_preprocess_nir(compiler, nir, NULL);
224 nir = brw_preprocess_nir(compiler, nir, NULL);
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D17.2.4.rst76 - anv/pipeline: Call nir_lower_system_valaues after brw_preprocess_nir
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
H A Dbrw_program.c109 nir_validate_shader(nir, "before brw_preprocess_nir");
120 nir = brw_preprocess_nir(brw->screen->compiler, nir, softfp64);
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
H A Dbrw_program.c118 nir_validate_shader(nir, "before brw_preprocess_nir");
127 brw_preprocess_nir(brw->screen->compiler, nir, ctx->SoftFP64);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/iris/
H A Diris_program.c1473 nir = brw_preprocess_nir(screen->compiler, nir, NULL);
/xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/
H A Danv_pipeline.c244 nir = brw_preprocess_nir(compiler, nir, NULL);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/
H A Dcrocus_program.c2684 brw_preprocess_nir(screen->compiler, nir, NULL);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/
H A Diris_program.c2908 brw_preprocess_nir(screen->compiler, nir, NULL);
/xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
H A Danv_pipeline.c256 brw_preprocess_nir(compiler, nir, NULL);

Completed in 27 milliseconds