Home
last modified time | relevance | path

Searched refs:ir3_nir_post_finalize (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/freedreno/ir3/
Dir3_nir.h57 void ir3_nir_post_finalize(struct ir3_compiler *compiler, nir_shader *s);
Dir3_nir.c332 ir3_nir_post_finalize(struct ir3_compiler *compiler, nir_shader *s) in ir3_nir_post_finalize() function
Dir3_shader.c250 ir3_nir_post_finalize(shader->compiler, shader->nir); in create_variant()
/external/mesa3d/src/gallium/drivers/freedreno/ir3/
Dir3_cmdline.c414 ir3_nir_post_finalize(compiler, nir); in main()