Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/lima/ir/
Dlima_ir.h61 bool ppir_compile_nir(struct lima_fs_shader_state *prog, struct nir_shader *nir,
/external/mesa3d/src/gallium/drivers/lima/standalone/
Dlima_compiler_cmdline.c237 ppir_compile_nir(so, nir, ra, NULL); in main()
/external/mesa3d/src/gallium/drivers/lima/
Dlima_program.c277 if (!ppir_compile_nir(fs, nir, screen->pp_ra, &ctx->debug)) { in lima_fs_compile_shader()
/external/mesa3d/src/gallium/drivers/lima/ir/pp/
Dnir.c876 bool ppir_compile_nir(struct lima_fs_shader_state *prog, struct nir_shader *nir, in ppir_compile_nir() function