Searched refs:brw_preprocess_nir (Results 1 – 9 of 9) sorted by relevance
/third_party/mesa3d/src/intel/blorp/ |
D | blorp.c | 241 brw_preprocess_nir(compiler, nir, NULL); in blorp_compile_fs() 275 brw_preprocess_nir(compiler, nir, NULL); in blorp_compile_vs() 312 brw_preprocess_nir(compiler, nir, NULL); in blorp_compile_cs()
|
/third_party/mesa3d/src/intel/compiler/ |
D | brw_nir.h | 95 void brw_preprocess_nir(const struct brw_compiler *compiler,
|
D | brw_nir_rt.c | 488 brw_preprocess_nir(compiler, nir, NULL); in brw_nir_create_raygen_trampoline()
|
D | brw_kernel.c | 365 brw_preprocess_nir(compiler, nir, NULL); in brw_kernel_from_spirv()
|
D | brw_nir.c | 812 brw_preprocess_nir(const struct brw_compiler *compiler, nir_shader *nir, in brw_preprocess_nir() function 1647 brw_preprocess_nir(compiler, nir, NULL); in brw_nir_create_passthrough_tcs()
|
/third_party/mesa3d/docs/relnotes/ |
D | 17.2.4.rst | 76 - anv/pipeline: Call nir_lower_system_valaues after brw_preprocess_nir
|
/third_party/mesa3d/src/gallium/drivers/iris/ |
D | iris_program.c | 2929 brw_preprocess_nir(screen->compiler, nir, NULL); in iris_finalize_nir()
|
/third_party/mesa3d/src/intel/vulkan/ |
D | anv_pipeline.c | 168 brw_preprocess_nir(compiler, nir, NULL); in anv_shader_stage_to_nir()
|
/third_party/mesa3d/src/gallium/drivers/crocus/ |
D | crocus_program.c | 2713 brw_preprocess_nir(screen->compiler, nir, NULL); in crocus_create_uncompiled_shader()
|