Searched refs:brw_preprocess_nir (Results 1 - 15 of 15) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/ |
| H A D | brw_nir.h | 95 nir_shader *brw_preprocess_nir(const struct brw_compiler *compiler,
|
| H A D | brw_nir.c | 672 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 D | blorp.c | 232 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 D | brw_nir.h | 94 void brw_preprocess_nir(const struct brw_compiler *compiler,
|
| H A D | brw_nir_rt.c | 482 brw_preprocess_nir(compiler, nir, NULL);
|
| H A D | brw_nir.c | 759 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 D | blorp.c | 195 nir = brw_preprocess_nir(compiler, nir, NULL); 224 nir = brw_preprocess_nir(compiler, nir, NULL);
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 17.2.4.rst | 76 - anv/pipeline: Call nir_lower_system_valaues after brw_preprocess_nir
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/ |
| H A D | brw_program.c | 109 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 D | brw_program.c | 118 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 D | iris_program.c | 1473 nir = brw_preprocess_nir(screen->compiler, nir, NULL);
|
| /xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/ |
| H A D | anv_pipeline.c | 244 nir = brw_preprocess_nir(compiler, nir, NULL);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/ |
| H A D | crocus_program.c | 2684 brw_preprocess_nir(screen->compiler, nir, NULL);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/ |
| H A D | iris_program.c | 2908 brw_preprocess_nir(screen->compiler, nir, NULL);
|
| /xsrc/external/mit/MesaLib/dist/src/intel/vulkan/ |
| H A D | anv_pipeline.c | 256 brw_preprocess_nir(compiler, nir, NULL);
|
Completed in 27 milliseconds