Searched refs:brw_preprocess_nir (Results 1 – 7 of 7) sorted by relevance
/external/mesa3d/src/intel/compiler/ |
D | brw_nir.h | 94 void brw_preprocess_nir(const struct brw_compiler *compiler,
|
D | brw_nir.c | 744 brw_preprocess_nir(const struct brw_compiler *compiler, nir_shader *nir, in brw_preprocess_nir() function 1547 brw_preprocess_nir(compiler, nir, NULL); in brw_nir_create_passthrough_tcs()
|
/external/mesa3d/src/intel/blorp/ |
D | blorp.c | 208 brw_preprocess_nir(compiler, nir, NULL); in blorp_compile_fs() 237 brw_preprocess_nir(compiler, nir, NULL); in blorp_compile_vs()
|
/external/mesa3d/docs/relnotes/ |
D | 17.2.4.rst | 76 - anv/pipeline: Call nir_lower_system_valaues after brw_preprocess_nir
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_program.c | 127 brw_preprocess_nir(brw->screen->compiler, nir, ctx->SoftFP64); in brw_create_nir()
|
/external/mesa3d/src/intel/vulkan/ |
D | anv_pipeline.c | 299 brw_preprocess_nir(compiler, nir, NULL); in anv_shader_compile_to_nir()
|
/external/mesa3d/src/gallium/drivers/iris/ |
D | iris_program.c | 2182 brw_preprocess_nir(screen->compiler, nir, NULL); in iris_create_uncompiled_shader()
|