Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/lima/ir/
Dlima_ir.h56 bool gpir_compile_nir(struct lima_vs_compiled_shader *prog, struct nir_shader *nir,
/third_party/mesa3d/src/gallium/drivers/lima/standalone/
Dlima_compiler_cmdline.c229 gpir_compile_nir(vs, nir, NULL); in main()
/third_party/mesa3d/src/gallium/drivers/lima/ir/gp/
Dnir.c447 bool gpir_compile_nir(struct lima_vs_compiled_shader *prog, struct nir_shader *nir, in gpir_compile_nir() function
/third_party/mesa3d/src/gallium/drivers/lima/
Dlima_program.c490 if (!gpir_compile_nir(vs, nir, &ctx->debug)) { in lima_vs_compile_shader()