Home
last modified time | relevance | path

Searched refs:pp_ra (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/lima/
Dlima_screen.h85 struct ra_regs *pp_ra; member
Dlima_screen.c687 screen->pp_ra = ppir_regalloc_init(screen); in lima_screen_create()
688 if (!screen->pp_ra) in lima_screen_create()
Dlima_program.c314 if (!ppir_compile_nir(fs, nir, screen->pp_ra, &ctx->debug)) { in lima_fs_compile_shader()