Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/lima/
Dlima_program.h33 bool lima_update_fs_state(struct lima_context *ctx);
Dlima_program.c594 lima_update_fs_state(struct lima_context *ctx) in lima_update_fs_state() function
Dlima_draw.c1175 if (!lima_update_fs_state(ctx) || !lima_update_vs_state(ctx)) in lima_draw_vbo()